Borisbritwa Posted March 23, 2017 Posted March 23, 2017 Installed tightvncserver and sudo apt-get install xfonts-base. When I try to connect and see the "foto". How can I fix this?
Johann Pascher Posted May 10, 2017 Posted May 10, 2017 It is also possible to use VNC Client on the PC and server on orange pipc+ to get the Screen of kodi to the PC. http://www.tightvnc.com/download/2.8.3/tvnjviewer-2.8.3-bin-gnugpl.zip extract the file tightvnc-viewer.jar and put it on the desktop or elsewhere to klick on it for starting. TightVNC is just a single java executable, needs java to be installed on the PC. On orange pi: sudo apt-get -y install x11vnc vnc4server xinetd vnc-java xfonts-base sudo x11vnc -storepasswd yourpassword /etc/x11vnc.pass This two lines are for starting. You can but this also to etc/rc.local so VNC starts every time the Linux is rebooted. vncserver # first time use a password has to be setup as well, just follow the Questions presented after invokingx11vnc -display :0 & My be this works fort you too. 1
Recommended Posts