Dear Roberts,
Hi,
I found another problem in new image (20130904) about the RBF authentication with X11vnc server.
Authentication with X11vnc server does not work and you can not connect successfully to it by RealVNC client.
It's working well with previous image (20130712).
Please check the following setting with X11vnc server (Create a text file ~/.X.d/x11vnc with the following code then run backup command and reboot) :
x11vnc -rfbauth ~/.vnc/passwd -bg -cursor arrow -gui tray -env X11VNC_FONT_REG_SMALL='Helvetica -12' &
Note 1: Create encrypted password with the following commands:
:~$ mkdir ~/.vnc
:~$ sudo x11vnc -storepasswd 'PASSWORD' ~/.vnc/passwd
:~$ backup
Note 2: The X11vnc server only works in unsecured plain-text password mode in current image (20130904) with the following setting (Edit text file ~/.X.d/x11vnc with the following code and then run backup command and reboot):
x11vnc -passwd 'PASSWORD' -bg -cursor arrow -gui tray -env X11VNC_FONT_REG_SMALL='Helvetica -12' &
Please help me to solve this problem.
Thank you