OSMC VNC server on Raspberry Pi ZERO

HI all,

Trying to get this to work on my new ZERO and nothing seems to work and it acvtually locks up the Pi.

I used the build from GitHub - patrikolausson/dispmanx_vnc: VNC Server for Raspberry PI using dispmanx

This is what I get when I start the vncservice:

root@mom_osmc:/home/osmc# dispmanx_vncserver
trying: /etc/dispmanx_vncserver.conf
Read config file: /etc/dispmanx_vncserver.conf
Running vnc server with the following settings
frame-rate = 15
downscale = false
fullscreen = false
multi-threaded = false
password =
port = 0
relative = false
screen = 0
unsafe = false
Open display[0]…
info: 2048, 1152, 0, 0
Display is 2048 x 1152
Server bpp:16
Server bigEndian:0
Server redShift:0
Server blueShift:10
Server greeShift:5
09/12/2015 12:26:07 Listening for VNC connections on TCP port 5900
09/12/2015 12:26:07 Listening for VNC connections on TCP6 port 5900
open /dev/uinput returned 7.
First write returned 1116.
ioctl UI_DEV_CREATE returned 0.

At this point I cannot CTRL-X or CTRL-C and OSMC is unusable (locked up) and cannot access via tightvnc. in order to regain, i need to reboot the Pi.

Anyone have an idea as to why this is going on?

Thanks

Actually, when I try to login via tightvnc, I get this on the console:

09/12/2015 12:28:04 Got connection from client 192.168.1.10
09/12/2015 12:28:04 other clients:
09/12/2015 12:28:04 Normal socket connection
Open display[0]…
info: 2048, 1152, 0, 0
Display is 2048 x 1152

at this point it’s locked up, need to reboot. Also, nothing comes up on tightvnc, it’s like in suspending waiting to connect to the Pi.