Skip to content

Instantly share code, notes, and snippets.

@wojtekadams
Created August 21, 2025 04:38
Show Gist options
  • Select an option

  • Save wojtekadams/db29b6e0bcbd57f3add1f1dd3aea7570 to your computer and use it in GitHub Desktop.

Select an option

Save wojtekadams/db29b6e0bcbd57f3add1f1dd3aea7570 to your computer and use it in GitHub Desktop.
Installation vnc server xbuntu

Installation

sudo apt install tigervnc-standalone-server tigervnc-commo vncpasswd. vncserver. vncserver -kill :1

$HOME/.vnc/xstartup [*][X] unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS xrdb “$HOME/.Xresources” xsetroot -solid blue #xterm & unset XDG_RUNTIME_DIR #exec openbox exec startxfce4

$HOME/restart.sh #!/bin/sh vncserver -kill :1 vncserver :1 -geometry 1920x1080 -depth 24 -localhost no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment