VNC on Slitaz

Symlink to SliTaz fonts and rgb.txt
Open terminal,su, Password: root
mkdir -p /usr/X11R6/lib/X11/fonts
ln -s /usr/share/fonts/X11/misc /usr/X11R6/lib/X11/fonts
ln -s /usr/share/X11/rgb.txt /usr/X11R6/lib/X11

As regular user start vnc server
vncserver
Enter password required for client connection.
tux@slitaz:~$ vncserver
xauth: /home/tux/.Xauthority not writable, changes will be ignored
xauth: error in locking authority file /home/tux/.Xauthority
Couldn’t start Xvnc; trying default font path.
Please set correct fontPath in the vncserver script.

New ‘X’ desktop is slitaz:1

Starting applications specified in /home/tux/.vnc/xstartup
Log file is /home/tux/.vnc/slitaz:1.log

Verify vncserver is running:
tux@slitaz:~$ pgrep -l Xvnc
879 Xvnc
vncserver is working regardless of error messages

As regular user stop vnc server:
vncserver -kill slitaz:1

Configure xstartup
leafpad /home/tux/.vnc/xstartup

#!/bin/sh
openbox-session &
pcmanfm -d &

sumber : http://forum.slitaz.org/topic/problems-with-tightvnc

One Reply to “VNC on Slitaz”

  1. Greate pieces. Keep posting such kind of information on your page.

    Im really impressed by it.
    Hello there, You have done a great job. I’ll certainly digg it and for my part
    recommend to my friends. I am sure they’ll
    be benefited from this web site.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.