- June 13, 2010
- 6
- 6
- Home Country
- Switzerland
OK, I have not read all 26 pages of this thread, but I did spend some SERIOUS time on this today and found a solution that worked for me. It is a regedit!!!!
in the reg, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration
Under there, I had three subtrees. this is where the control of what to do in certain instances are set. I found that I needed to change ALL entries under all subtrees to match what I wanted my hard coded resoultion to be set to.
under all the subtrees you will keep digging to find the following...
PrimSurfSize.cx
PrimSurfSize.cy
ActiveSize.cx
ActiveSize.cy
I set the .cx to 1920 and the .cy to 1080. Problem solved for me for now. The PrinSurfSize entries are under a "00" subtree, and the ActiveSize is under a "00" subtree UNDER the 00 subtree.
so you need to look in..
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration\xxx\00\00
("xxx" gets replaced by what ever entries are under the Configuration tree)
I hope this helps and is not a repost of info someone else put up. like I said, I didn't read the entire 26 pages, but did read a lot of it and did not see this yet.
It has worked for me. going to go to my in-laws house and set his settings tomorrow. keeping my fingers crossed.
I've always been using an HDMI detective to avoid this problem, but it required also an extra HDMI cable. Decided to try the above and it worked just great!
Thanks, and I can remove my HDMI detective from the link now!
This also worked for me, although I had about 10-12 subfolders to change.
+1, thank you for figuring out how to solve this one!