From 4934f3dad946ec1f8665539d5d6481230842a289 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:19:40 +0200 Subject: [PATCH] Update README.md Added some notes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aafff1..253cdad 100644 --- a/README.md +++ b/README.md @@ -89,5 +89,7 @@ You will get a single always-on local desktop session to which you can login via ##### Notes: - This gives you a Windows remote support like experience, where you log in to the "physical" session via VNC. If you tested the VNC connection with the monitor attached, you can see the mouse moving on the local screen and everything is "real time" - No multiple logins at a time this way -- It's probably a good idea to experiment with the different flags x11vnc offers. For my use case the very basic one has been ok so far. +- It's probably a good idea to experiment with the different flags x11vnc offers. For my use case these very basic ones have been ok so far. +- There are better ways to handle the automatic starting, like systemd units, but this way the process runs as non-root and works quite consistently. +- If you want to use the display managers login screen, see [the Arch wiki](https://wiki.archlinux.org/index.php/X11vnc), there are lots of tips there. - Share if you find this useful! There might be mistakes, please let me know and I'll fix them