This commit is contained in:
ctrlaltf24 2021-04-07 10:43:46 -07:00
parent a8df34ff54
commit cac288b6a4
No known key found for this signature in database
GPG Key ID: F7E614D38BE5C4CA

View File

@ -28,19 +28,11 @@ In the Content Qube:
3. Enter a different password for the view only password (second password and verify prompt) 3. Enter a different password for the view only password (second password and verify prompt)
2. Start the server `vncserver :1 -xstartup /usr/bin/xfwm4 -geometry 1920x1080 -localhost no` 3. Start the server `vncserver :1 -xstartup /usr/bin/xfwm4 -geometry 1920x1080 -localhost no`
3. Enter passwords when prompted 4. View the shared screen `vncviewer -passwd ~/.vnc/passwd :1`
1. You can generate secure enough passwords for this purpose using `openssl rand -base64 16 | tr -d '+/=' | head -c 8;echo` 5. Open applications `DISPLAY=:1 xterm` where xterm can be any binary on your system
2. Enter one password for read/write (first password and verify prompt)
3. (recommended) Enter a different password for the view only password (second password and verify prompt)
3. View the shared screen `vncviewer -passwd ~/.vnc/passwd :1`
4. Open applications `DISPLAY=:1 xterm` where xterm can be any binary on your system
## If You Want To Share an Existing Monitor or Window ## If You Want To Share an Existing Monitor or Window