Welcome to Dream.In.Code
Getting Help is Easy!

Join 131,789 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,725 people online right now. Registration is fast and FREE... Join Now!




Changing Screen Resolution - Without the GUI

 
Reply to this topicStart new topic

> Changing Screen Resolution - Without the GUI, NOT FOR THE FAINT OF HEART!!

Piperlester
Group Icon



post 25 May, 2006 - 03:04 PM
Post #1


This is tested in Windows XP. It may work on Windows 2000 and earlier, but there's no guarantees. If you're unsure about editing registry files... DON'T DO IT!

Neither I, nor DIC (and it's founders/members) are responsible for any broken computers caused by YOU editing YOUR settings.

Start---->Run--->regedit

Open:
My Computer--->HKEY_CURRENT_CONFIG--->System--->CurrentControlSet--->Control--->VIDEO--->(expand all until
you see 'Monitor')

Locate:
Name Type Data

DefaultSetting.XResolution REG_DWORD 0x00000400 (1024)
DefaultSetting.YResolution REG_DWORD 0x00000300 (768)


Explanation: The data is stored as a hex value. 0x00000400 = 1024(base 10/decimal)
0x00000300 = 768 (base 10/decimal)

To change the default resolution:

1) Alternate-click DefaultSetting.XResolution
2) Click Modify
3) In the window that opens, change the 400 to 320 [which is equal to 800 in base 10]
4) Click ok.

1) Alternate-click DefaultSetting.YResolution
2) Click Modify
3) In the window that opens, change the 300 to 258 [base 10 for 600]
4) Click ok.

Exit Registry Editor and restart your computer.
The default setting should now be 800x600.

Enjoy.
Go to the top of the page
+Quote Post


Register to Make This Ad Go Away!

born2c0de
Group Icon



post 25 May, 2006 - 09:04 PM
Post #2
Great.
I really needed to find a way to change the default resolution.
Go to the top of the page
+Quote Post

ZachR
Group Icon



post 18 Jun, 2008 - 10:37 PM
Post #3
Thanks man!

This helped a lot, was having some video issues with my laptop, with this i was able to fix the problem.
Go to the top of the page
+Quote Post


Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 11/20/08 03:57PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month