[lubuntu-users] Run X11vnc and connect to another session

Emiliano Vazquez emilianovazquez at gmail.com
Thu May 19 18:44:24 UTC 2016


El 18/05/16 a las 23:29, Andre Campos Rodovalho escribió:
> https://help.ubuntu.com/community/VNC/Servers
>
>

I'm using this

sudo nano /etc/init/x11vnc.conf

# description "Start x11vnc at boot"

description "x11vnc"

start on runlevel [2345]
stop on runlevel [^2345]

console log

respawn
respawn limit 20 5

exec /usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/USERNAME/.vnc/passwd -rfbport 5900 -shared

To start automatically x11vnc

But the problem is i need to connect to another session not the local 
session logged.


Best regards.

Emiliano




More information about the Lubuntu-users mailing list