Under Ubuntu 22.04.3
the x11vnc server
open 5900
****@astro1:~$ cat runvnc
#!/bin/sh
x11vnc -repeat -noxdamage -shared -forever &
the vnc client
realvncviewer and Remmina
#!/bin/sh
x11vnc -repeat -noxdamage -shared -forever &
-repeat: send keyboard autorepeat
-noxdamage: something about ignoring x11 stuff
-shared: more than 1 client can connect
-forever: keep x11vnc alive
Set your user to autologin and enable the script startup at login:
realvncviewer and Remmina
No hay comentarios:
Publicar un comentario