Posts: 45
Joined: Mar 2013
Reputation:
0
Hi, is there a VNC server available for a Raspberry Pi OpenElec XBMC setup? I want to be able to access the Pi XBMC desktop from my laptop so I can work on it even if it is not playing through a monitor/TV.
I've searched Google and the forums and it seems like this could be available but I can't see where to get the add-on from.
Thanks
Ian
Posts: 13
Joined: Sep 2011
Reputation:
0
I was wrong in saying Openelec doesn't use Dispmanx - Dispmanx is the native rendering system of the Raspberry Pi GPU and as such can't be "bypassed". I took the dispmanx_vncserver binary that I compiled on Raspbian along with it's required library files and ran it on Openelec and it works! It's very slow if you have 1920x1080 resolution (mouse and keyboard didn't seem to work), but you get about 6-10 fps usng 720x480 resolution with 16bit color depth (mouse and keyboard works fine). You do get black flashes in the video playback on the locally-connected screen when the VNC server is running (i'm using composite video). With video playing, xbmc.bin is using 35% CPU and dispman_vncserver is using 20% CPU. In the forum topic I posted above there is talk of using hardware-accelerated h264 with it in future - that's a lot of work ahead but people seem keen to get it going.
Posts: 1
Joined: Jul 2013
Reputation:
0
Can you give us a walk though danversj at all? This I need!