Hi There,
I am getting crazy of getting my RealVNC server to work. I have an license from work and installed x11vnc and VNC-E (which is realvnc enterprise).
First off all if I run the RealVNC Server (user-mode) from the application launcher it works, but first I need to kill x11vnc to get port 5900 free.
I want the RealVNC server to start automaticly on the start of my X session.
I created an Autostartscript in /home/<username>/.kde4/Autostart called x11vnc it contains the following data:
Code:
#! /bin/sh
x11vnc -rfbauth ~/.vnc/passwd -bg -rfbport 5900 -gui tray=minimal,iconfont=14x17 -forever -noxdamage &
this is why I need to kill x11vnc when running RealVNC server manually.
Problem is that I now have an x11vnc tray icon in stead of a realvnc tray icon.
Secondly It does not ask for any password, to get an password I did the following (in a terminal)
Code:
x11vnc -usepw -display :0
next I restarted my opensuse box, but still no password...
If anyone knows where I did wrong, it would be a great help.