Rambles of Ev
  • Home
  • About
  • Search

x11vnc

A collection of 2 posts
Linux

Ubuntu 16.04 – x11vnc running at startup

Abbreviated version of setting up x11vnc on Ubuntu 16.04 based systems: sudo x11vnc -storepasswd /etc/x11vnc/passwd sudo vi /lib/systemd/system/x11vnc.service [Unit] Description=Start x11vnc at startup. After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/x11vnc -xkb -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes
02 Jun 2017
Bash

Start x11vnc on init based systems

If you want to start a VNC server before login on your Linux machine a good option is to make the graphical login manager start the VNC server. Create /etc/init/x11vnc: vi /etc/init/x11vnc Then paste: start on login-session-start script /usr/bin/x11vnc -xkb -auth /var/run/lightdm/
07 Aug 2014
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost