控制屏幕分辨率和深度所需的一些解决方案 [WinXP Embedded]
我有一个程序需要 1280x768 32 位显示器,但运行它的计算机最终将是无头的。
为什么分辨率和深度对于无头计算机很重要?该程序实际上识别并响应显示设备上发生的某些变化,但这些变化对用户来说并不重要——只有响应很重要。
是的,有很多错误。我将采取任何方法来使这项工作正常进行(“工作”要求整个显示器按预期更新 - 没有奇怪的黑匣子),无论有多脏。远程桌面、假驱动程序、使用 win32 注入假设备、“破坏”任何监视器窗口认为已连接的东西并强制更改屏幕分辨率。不管怎样有效。
I've got a program which requires a 1280x768 32 bit display, but the computer on which it runs is ultimately going to be headless.
Why does resolution and depth matter on a headless computer? The program actually identifies and responds to certain changes that take place on the display device, but those changes happen to be immaterial to the user - just the responses matter.
Yes, there's a lot wrong. I'll take any way that will make this work ('working' requires that the entire display gets updated as expected - no strange black boxes), no matter how dirty. Tricks with remote desktop, fake drivers, injecting fake devices using win32, 'breaking' whatever monitor windows thinks is attached and forcing a screen resolution change. Whatever works.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您可以使用远程桌面强制更改屏幕分辨率。
It appears you can force a screen resolution change by using remote desktop.