Difference between revisions of "Robotino3"

From RobotinoWiki
(VNC connection)
Line 10: Line 10:
 
     IGD - Boot Type [CRT]
 
     IGD - Boot Type [CRT]
 
     LCD Panel Type [1600x1200 (48bit)]
 
     LCD Panel Type [1600x1200 (48bit)]
 +
</pre>
 +
 +
==Date and Time==
 +
Set the date and time using
 +
<pre>
 +
sudo ntpdate -u ntp.ubuntu.com
 
</pre>
 
</pre>

Revision as of 10:47, 16 December 2013

VNC connection

There is a small X server and a VNC server running on Robotino3. Use TightVNC to connect to Robotino3. In the VNC viewer you see the same scrren as when connecting a VGA monitor to Robotino3.

Right mouse click on the background shows a menu from which you could start Robotino View.

BIOS setup

Advanced
  Intel IGD SWSCI OpRegion
    IGD - Boot Type [CRT]
    LCD Panel Type [1600x1200 (48bit)]

Date and Time

Set the date and time using

sudo ntpdate -u ntp.ubuntu.com