For the record, in the screenshots Windows 7 is running in VirtualBox and the beta image CSOS-Cubietruck-F20-BETA2-20140422-1.img is runningl in QEMU, all in a Linux environment.
The Cubietruck ip is 192.168.0.204 in my example and a vncserver has been sarted on the cubietruck with these commands:
Code:
sudo systemctl enable vncserver@:10.service
sudo systemctl start vncserver@:10.service
The in-built vncserver on the CSOS image has a password of "fedora" as does the user fedora. The vncviewer is pointed to "<cubietruck ip>:5910" , the vnc port is 5900+10. The vnc connection is insecure, but Ok for an internal Lan behind a domestic router firewall. For the paranoid use ssh forwarding.