I've installed Ubuntu to several machine. Following vnc server setup works every time.
In terminal mode:
Install vnc server
sudo apt-get install x11vnc
Create password
x11vnc -storepasswd
Create it as service
sudo nano /lib/systemd/system/x11vnc.service, then put following content in the file
(note: if you have GUI editor like geany, you may replace the above 'nano' to 'geany' (no quote)
[Unit]
Description=Start x11vnc at startup.
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/yourhome/.vnc/passwd -rfbport 5900 -shared
[Install]
WantedBy=multi-user.target
Now back to terminal mode:
sudo systemctl daemon-reload
sudo systemctl enable x11vnc.service
sudo systemctl start x11vnc.service
Now reboot your machine and try vnc viewer
Hi,
I have cs918, T-R42 model with 2GB ram and 8GB rom.
I created a bootable 8GB class 10 microsd with Linuxian ubuntu image for MK809III. It works with my CS918. Ethernet works, but no wifi. Everything else is working fine.