Pointers to creating virtual monitor drivers for OS X

前端 未结 3 2028
天命终不由人
天命终不由人 2021-01-31 20:58

I\'d like to create a virtual monitor driver for OS X. What I mean by virtual is a monitor driver that does not drive an attached monitor, yet fools OS X into thinking there is

3条回答
  •  终归单人心
    2021-01-31 21:52

    https://github.com/mkernel/EWProxyFramebuffer can do what you want. You have to compile it with xcode yourself and to install EWProxyFrameBuffer.kext to /System/Library/Extensions and EWProxyFrameBufferConnection.framework to /System/Library/Frameworks. Make sure all rights of the installed files are 755 and owner/group is root/wheel. Using EWProxyFrameBuffer.app, you can then de-/activate the monitor.

提交回复
热议问题