Hey everyone,
i was looking for some help on something.
i am trying to setup x11vnc on startup, by following this guide:
http://ubuntuguide.org/wiki/Ubuntu:Natty#X11VNC_Server
using this line:
echo "/usr/bin/x11vnc -forever -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -loopbg -display :0" > ~/.config/autostart/x11vnc.sh
chmod +x ~/.config/autostart/x11vnc.sh
I attempted to accomplish my task.
But- it loops, and causes my computer to be overun by thousands of instances of x11vnc.
When i test the command:
x11vnc -forever -rfbport 5900 -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -loopbg -display :0
Or run the script.
the following occurs:
~/.config/autostart/x11vnc.sh
--- x11vnc loop: 1 ---
--- x11vnc loop: waiting for: 10656
enabling -bg in -loopbg mode
PORT=5900
--- x11vnc loop: sleeping 500 ms ---
--- x11vnc loop: 2 ---
--- x11vnc loop: waiting for: 10658
enabling -bg in -loopbg mode
PORT=5900
--- x11vnc loop: sleeping 500 ms ---
--- x11vnc loop: 3 ---
Please help.
Ty.
SubCool



Adv Reply

Bookmarks