Difference between revisions of "Robotino3"

From RobotinoWiki
(Created page with "===VNC connection===")
 
(VNC connection)
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
===VNC connection===
+
==VNC connection==
 +
There is a small X server and a VNC server running on Robotino3. Use [http://www.tightvnc.com/download.php TightVNC] to connect to Robotino3. In the VNC viewer you see the same screen 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===
 +
<pre>
 +
Advanced
 +
  Intel IGD SWSCI OpRegion
 +
    IGD - Boot Type [CRT]
 +
    LCD Panel Type [1600x1200 (48bit)]
 +
</pre>
 +
 
 +
==Date and Time==
 +
Set the date and time using
 +
<pre>
 +
sudo ntpdate -u ntp.ubuntu.com
 +
</pre>

Revision as of 12:03, 7 February 2014

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 screen 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