tags:

views:

23

answers:

0

I want to run a vnc on a virtual display. Using the following command :

/usr/local/bin/x11vncssl -display :9999 -rfbport 9999 -svc -geometry 1024x768 -xrandr -shared -create

I'm launching the applet that is in the classes directory of the x11vnc package.

I'm getting the following error :

Unkown RFB rectangle encoding -1

Anyone see why ?