rustdesk/libs/virtual_display
fufesou 2081113bed simple_rc: win init simple resource pack
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-30 13:06:48 +08:00
..
examples simple_rc: win init simple resource pack 2022-05-30 13:06:48 +08:00
src fix_virtual_display_path: fix wchar* path 2022-05-30 12:27:11 +08:00
build.rs virtual display: compile example ok, not debug yet 2022-03-17 20:42:11 +08:00
Cargo.toml virtual display: plugout monitor on disconnecting, debug failed, may crash... 2022-03-17 20:43:27 +08:00
README.md virtual display: plugout monitor on disconnecting, debug failed, may crash... 2022-03-17 20:43:27 +08:00

virtual display

Virtual display may be used on computers that do not have a monitor.

Development reference

windows

win10

Win10 provides Indirect Display Driver Model.

This lib uses this project as the driver.

NOTE: Versions before Win10 1607. Try follow this method.

tested platforms

  • 19041
  • 19043

win7

TODO

WDDM.

X11

OSX