mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-03 16:21:26 +00:00
091f2c6135
* docs: fix typos in documentation and code comments - Fix 'seperated' -> 'separated' in remote_input.dart - Fix 'seperators' -> 'separators' in fuse/cs.rs - Update outdated 'OSX' -> 'macOS' in virtual display README Signed-off-by: pallab-js <sonowalpallabjyoti@gmail.com> * impl(cm): implement change_theme and change_language callbacks These callbacks were previously empty TODO stubs. Now they properly invoke the Sciter UI handlers to notify the UI when theme or language changes occur. Signed-off-by: pallab-js <sonowalpallabjyoti@gmail.com> --------- Signed-off-by: pallab-js <sonowalpallabjyoti@gmail.com>
33 lines
758 B
Markdown
33 lines
758 B
Markdown
# 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).
|
|
|
|
This lib uses [this project](https://github.com/rustdesk-org/RustDeskIddDriver) as the driver.
|
|
|
|
|
|
**NOTE**: Versions before Win10 1607. Try follow [this method](https://github.com/fanxiushu/xdisp_virt/tree/master/indirect_display).
|
|
|
|
|
|
#### tested platforms
|
|
|
|
- [x] 19041
|
|
- [x] 19043
|
|
|
|
### win7
|
|
|
|
TODO
|
|
|
|
[WDDM](https://docs.microsoft.com/en-us/windows-hardware/drivers/display/windows-vista-display-driver-model-design-guide).
|
|
|
|
## X11
|
|
|
|
## macOS
|