I found more information on the system:
a) I foud a .vnc folder in Home and its contents is:
Code: Select all
pi@raspberrypi ~/.vnc $ ls -a
. passwd raspberrypi:0.pid raspberrypi:1.pid
.. raspberrypi:0.log raspberrypi:1.log xstartup
b) Output of few commands on the board:
Code: Select all
pi@raspberrypi ~ $ tightvncconnect
usage: tightvncconnect [-display Xvnc-display] host[:port]
Tells Xvnc to connect to a listening VNC viewer on the given host and port
Code: Select all
pi@raspberrypi ~ $ tightvncserver
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_PAPER = "it_IT.UTF-8",
LC_ADDRESS = "it_IT.UTF-8",
LC_MONETARY = "it_IT.UTF-8",
LC_NUMERIC = "it_IT.UTF-8",
LC_TELEPHONE = "it_IT.UTF-8",
LC_IDENTIFICATION = "it_IT.UTF-8",
LC_MEASUREMENT = "it_IT.UTF-8",
LC_TIME = "it_IT.UTF-8",
LC_NAME = "it_IT.UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
New 'X' desktop is raspberrypi:1
Starting applications specified in /home/pi/.vnc/xstartup
Log file is /home/pi/.vnc/raspberrypi:1.log
Code: Select all
pi@raspberrypi ~ $ vncpasswd
Using password file /home/pi/.vnc/passwd
Password:
I am still looking for a way to check/modify the VNC server configuration!
Claudio
