OS - Linux - Distributions - Alpine - Notes

XFCE - Set up VNC x11vnc to start on user login

Tested on Alpine Linux 3.21.

  1. Install x11vnc:
    apk add x11vnc
  2. From XFCE logged in as the user go to Applications → Settings → Sessions and Startup.
  3. Go to the Application AutoStart tab.
  4. Add an entry with the following settings:
    1. Name: x11vnc
    2. Description: none
    3. Command:
      /usr/bin/x11vnc -display :0 -many
    4. Trigger: on login

Sources: