Skip to content

Instantly share code, notes, and snippets.

@oa414
Last active November 6, 2015 09:05
Show Gist options
  • Save oa414/9a04c95245b7dd54b1f5 to your computer and use it in GitHub Desktop.
Save oa414/9a04c95245b7dd54b1f5 to your computer and use it in GitHub Desktop.
/etc/sysconfig/vncservers
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 800x600"
#.vnc/xstartup
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session & #set starting GNOME desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment