Windows: Is it *possible* to create a (virtual) video card driver?

寵の児 提交于 2019-12-03 11:01:08

I'd say it's definitely possible, since that's what virtualization tools do for their guest utilities, but I wouldn't be able to tell you how in details. I'd suggest looking at the VirtualBox guest driver code as a starting point: http://www.virtualbox.org/browser/trunk/src/VBox/Additions/WINNT/Graphics

(This is released under GPL as far as I'm aware.)

It's definitely possible, see for example the UltraVNC mirror driver. But I don't know of any virtual video driver that makes source code available.

Don't know about Windows, but for X (Linux) there is Xvfb (X Virtual Frame Buffer), which is quite a useful thing.

I have been searching for something similar and I found a nice solution: spacedesk. You can download it here: http://spacedesk.ph/ In windows, it installs an extra monitor, which you can open in a browser or a viewer. Enjoy!

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