Server:
$ sudo apt-get install tightvncserver
$ vi ~/.vnc/xstartup
and replace
/etc/X11/Xsession &
with
fluxbox &
then,
$ tightvncserver
Displays new display number.
Client:
$ sudo apt-get install xtightvncserverviewer
$ xtightvncviewer ipaddress:1
where `1' is the display number.
No comments:
Post a Comment