Pointers to creating virtual monitor drivers for OS X

前端 未结 3 2023
天命终不由人
天命终不由人 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.

提交回复
热议问题