HI, The problems keeps popping up: When i try to start vnc-server automatically at start-up via init.d or rc.local i got in both cases a grey desktop with no icons and no startmenu. When i start the vnc server manually when i log on to the desktop it works flawless. Problem is that i want to install the udoo as a headless device with no keyboard or display connected. So i need the vncserver to start up automatically at boot time so i am able to log in remote. i tried as wel starting up as root and as normal user. both gave the same problems. i am running udoo quad with udoobuntu 2 RC 2.0 any hints are welcome. Pieter
For the Neo with udubuntu 2 rc2 vnc server is preinstalled and started automatically. Perhaps you don't have to change anything and just logon to your Quad. Verstuurd vanaf mijn XT1039 met Tapatalk
Nope It is not installed on the quad version by default. I had to add a /etc/init.d/vncserver script. see answer on link http://www.abdevelopment.ca/blog/start-vnc-server-ubuntu-boot i changed things: the line: PATH="$PATH:/usr/X11R6/bin/" to PATH="$PATH:/usr/bin/" and the name of the user to my username. but i changed my .vnc/xstartup script to: #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey export XKL_XMODMAP_DISABLE=1 /usr/bin/lxsession -s Lubuntu -e LXDE Now i get a proper vnc session on every reboot.
Well this is strange because even the tutorial states that it is pre-installed also on the Quad: http://www.udoo.org/tutorial/vnc-server-with-udoo/ You have to use the latest Udoobuntu version (at the moment RC2)
thats the one i used and vnc is indeed installed by default but the vncserver wasn't starting at boot.
Hi guys, on UDOObuntu 2 for UDOO QUAD vnc server is installed by default. The server installed by default is x11vnc and starts at boot by default. Have you tried with the latest UDOObuntu 2 for the QUAD?