some solution needed for controlling screen resolution and depth [WinXP Embedded]

倾然丶 夕夏残阳落幕 提交于 2019-12-13 05:25:42

问题


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.


回答1:


It appears you can force a screen resolution change by using remote desktop.



来源:https://stackoverflow.com/questions/6267601/some-solution-needed-for-controlling-screen-resolution-and-depth-winxp-embedded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!