2022-03-11 19:51:57 +08:00
|
|
|
# virtual display
|
|
|
|
|
|
|
|
Virtual display may be used on computers that do not have a monitor.
|
|
|
|
|
|
|
|
[Development reference](https://github.com/pavlobu/deskreen/discussions/86)
|
|
|
|
|
|
|
|
## windows
|
|
|
|
|
|
|
|
### win10
|
|
|
|
|
|
|
|
Win10 provides [Indirect Display Driver Model](https://msdn.microsoft.com/en-us/library/windows/hardware/mt761968(v=vs.85).aspx).
|
|
|
|
|
2022-03-15 00:29:07 +08:00
|
|
|
This lib uses [this project](https://github.com/fufesou/RustDeskIddDriver) as the driver.
|
2022-03-11 19:51:57 +08:00
|
|
|
|
|
|
|
|
|
|
|
**NOTE**: Versions before Win10 1607. Try follow [this method](https://github.com/fanxiushu/xdisp_virt/tree/master/indirect_display).
|
|
|
|
|
|
|
|
|
|
|
|
#### tested platforms
|
|
|
|
|
|
|
|
- [x] 19041
|
2022-03-15 00:29:07 +08:00
|
|
|
- [x] 19043
|
2022-03-11 19:51:57 +08:00
|
|
|
|
|
|
|
### win7
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
[WDDM](https://docs.microsoft.com/en-us/windows-hardware/drivers/display/windows-vista-display-driver-model-design-guide).
|
|
|
|
|
|
|
|
## X11
|
|
|
|
|
|
|
|
## OSX
|