Linux Junkie

Just Another Addict

Repace VINO With X11vnc on Login

| Comments

Quick guide how to use VINO server and install x11vnc…

1
2
3
4
sudo apt-get purge vino
sudo killall -9 vino-server
sudo apt-get install x11vnc
x11vnc -storepasswd
  • edit file /etc/gdm/custom.conf
1
2
## add right below [daemon]
KillInitClients=false`
  • edit file /etc/gdm//Init/Default
1
2
# add right before the end of the file "exit 0"
/usr/bin/x11vnc -rfbauth  -o /var/log/x11vnc.log -shared -forever -bg -rfbport 5900`