- Debian: sudo apt-get install x11vnc
3. Enter the below command
-Debian:
x11vnc -bg -o %HOME/.x11vnc.log.%VNCDISPLAY -auth /var/run/lightdm/root/:0 -forever
(I'm not sure if I turned it on)
I can ping the beaglebone from my computer
C:\Users\William>ping 192.168.1.XX
Pinging 192.168.1.XX with 32 bytes of data:
Reply from 192.168.1.XX: bytes=32 time=3ms TTL=64
Reply from 192.168.1.XX: bytes=32 time=3ms TTL=64
Reply from 192.168.1.XX: bytes=32 time=5ms TTL=64
Reply from 192.168.1.XX: bytes=32 time=3ms TTL=64
Ping statistics for 192.168.1.XX:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 3ms, Maximum = 5ms, Average = 3ms
So I can See it.
I start tightVNC on my laptop
192.168.1.XX:5901
I get connection has been gracefully closed. Or Connection was actively Refused...
X11VNC has a few configurations when opened on the desktop I am unfamiliar with. No passwords in use as of yet (I was warned when I started)
Does anyone see anything out of whack?
Thanks!
Bill
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Small picture, I've run x11VNC on my BBB briefly, but I find ssh -X actually works better, I picked this tip up from one of the Machinekit youTube videos.
I might change my tune if my host had to be Windows, I'm currently helping a friend get going so I'm in the process of installing cygwin on my only Windows machine to find out.
Here are my notes from when I set up x11VNC on one of the Machinekit images: