Pointers to creating virtual monitor drivers for OS X

前端 未结 3 2026
天命终不由人
天命终不由人 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:38

    After days and days of attempts, I found http://code.google.com/p/ioproxyvideofamily/ which works like a charm. Tried EWProxyFramebuffer, tried iDisplay, but this is the first one that actually works!

    - Update -
    Sounds like ioproxyvideofamily hasn't been kept up to date with new OS's. I haven't tried it (or any alternatives) since 10.7. If you find a better alternative, create a new answer to this question.

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-01-31 22:01

    I try to get http://code.google.com/p/ioproxyvideofamily/ working. Is it Lion or is it me? Because it doesn't show in System Information/Software/Extensions. Also the provided applications doesn't work.

    I'm about to check out the source to see if there is something fishy in there.

    0 讨论(0)
提交回复
热议问题