Home » Questions » Computers [ Ask a new question ]

Does the Eee Box EB1012 support a resolution of 960 by 540?

Does the Eee Box EB1012 support a resolution of 960 by 540?

The title pretty much says it all. I'm talking about the display resolution here, not about video playback.

Asked by: Guest | Views: 183
Total answers/comments: 1
Guest [Entry]

"Yes - Any machine that supports a resolution should support any resolution under that (monitor depending).

The monitor you use should send a signal telling the machine what its maximum resolution is, however, if Windows does not see this you can force a resolution:

To force a resolution that you cannot see in display settings


Launch Registry Editor
Navigate to HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO\GUID\0000 or HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video (Depending on version of Windows)


THE GUID will be on a video card basis, so you will have to change this on the correct one, if you have multiple cards and fail, try a different one. To look up the GUID (to get it right first time) look in Device Manager and go the card, go to advanced and look in the list. (It is another guide to tell you how to do this, if you want to know, let me know and I will write it).


Find both DefautlSettings.XResolution and DefautlSettings.YResolution and either convert a decimal number to hex and write it here, or change the value to decimal and just write 960 for x and 540 for y (hex 960 = 3c0 and 540 = 21c)
Reboot"