Merge pull request #17 from danshick/patch-1

Create FAQ.md
pull/20/head
Andri Yngvason 2020-02-18 22:56:08 +00:00 committed by GitHub
commit 2df6ea3982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

5
FAQ.md 100644
View File

@ -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.

View File

@ -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