Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 881 Bytes

tight-vnc-server.md

File metadata and controls

40 lines (35 loc) · 881 Bytes

🌊 Tightvncserver installation & configure 🌊

1. installation

  • server
apt-get install gnome-settings-daemon gnome-terminal metacity nautilus gnome-panel tightvncserver gnome-shell ubuntu-gnome-desktop

2. edit : ~/.vnc/xstartup

#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+16+16 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
ubuntu-gnome-desktop &
gnome-shell &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &

3. operation

  • start
vncserver  
  • stop :
vncserver -kill :1