Difference between revisions of "Robotino3"

From RobotinoWiki
(VNC connection)
(VNC connection)
(3 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.
+
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===
 
===BIOS setup===
Line 8: 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 11: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