自从我升级我 HTPC 到AMD A5400系列 (从旧E350) 我有一个问题,从睡眠状态唤醒的分辨率将设置错误 (1024×768,我认为) 而不是完整的1920×1080,该 电视 支持. 退出媒体中心将触发分辨率校正,然后媒体中心没有问题,可以重装. This was not satisfactory as a solution.
显著搜索后 (谷歌的结果就是不能像过去一样好), 我终于发现了一些模糊的信息提示注册表解决方案. 对一些注册表项的名称一些搜索打开了一个讨论 微软社区. 作为最好的,我可以告诉这个问题是由于通信击穿之间的 电视, 显卡和Windows. 我的老系统已经使用 DVI, 新系统采用 HDMI. 这显然是触发的问题. I didn’t want to go back to DVI, 并认为这是“解决”,而不是一个固定反正, 所以我决定尝试使用注册表解决方案.
上班的地方是HKEY_LOCAL_MACHINE 系统 CurrentControlSet 控制 GraphicsDrivers 配置
在这个关键的是一组子项长神秘的名字. I believe each refers to a monitor, 屏幕, 或远程桌面屏幕. Each contains a set of resolutions and colour depths amongst other things
每个cryptically命名键中含有一种叫子项 00. 这本身可能包括 2 所谓子 00 and 01.
在父 00 关键是 2 PrimSurfSize.cx和PrimSurfSize.cy - 兴趣值
里面的孩子 00 and 01 键的值称为ActiveSize.cx和ActiveSize.cy.
改变这些值, 以适应所要的resoltion, 是解.
有 2 事情要注意的. Firstly — make sure you set the value as decimal and let it convert to hex. Second — you need to find the right cryptically named parent key for your primary monitor. If you’re lucky you wont have many of these to look through before you locate the one with resolution set too low.
发现这个有用? 请不要让我们知道通过下降到低于评论. 如果您想订阅,请使用菜单上的订阅链接右上方. 您还可以通过使用下面的链接社会分享这与你的朋友. 干杯.
I had a similar problem. When I was reformatting and building my MediaCenter, i was using a 1024×768 vga monitor. Once I finished, 我把它搬到我的1080 HDMI 电视. 如果我的 电视 was on before I woke up MediaCenter, 一切都很好. 如果我打开 电视 after resuming the MediaCenter, 纵横比是 4:3. All I had to do to fix my problem it was to run the MediaCenter 电视 setup again so that MediaCenter would lock the display resolution at 1080p. 希望这可以帮助您或他人.