commit
2df6ea3982
|
@ -0,0 +1,5 @@
|
||||||
|
# FAQ
|
||||||
|
|
||||||
|
### How can I run wayvnc in headless mode/over an ssh session?
|
||||||
|
|
||||||
|
Set the environment variables WLR_BACKENDS=headless and WLR_LIBINPUT_NO_DEVICES=1 before starting sway, then run wayvnc as normal.
|
|
@ -6,7 +6,8 @@ running Wayland session, creates virtual input devices and exposes a single
|
||||||
display via the RFB protocol. The Wayland session may be a headless one, so it
|
display via the RFB protocol. The Wayland session may be a headless one, so it
|
||||||
is also possible to run wayvnc without a physical display attached.
|
is also possible to run wayvnc without a physical display attached.
|
||||||
|
|
||||||
For support, join the #wayvnc IRC channel on freenode.
|
Please check the [FAQ](FAQ.md) for answers to common questions. For further
|
||||||
|
support, join the #wayvnc IRC channel on freenode.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
### Runtime Dependencies
|
### Runtime Dependencies
|
||||||
|
|
Loading…
Reference in New Issue