Difference between revisions of "Using an OLPC XO-1 laptop as a remote display"

no edit summary
m
Line 9: Line 9:
To get a root shell press ctrl-alt-f2 (f2 is the button at the top with the round symbol with three dots).
To get a root shell press ctrl-alt-f2 (f2 is the button at the top with the round symbol with three dots).


Install lxde and xterm:
Plug in usb ethernet adapter which should come up as eth2.
 
Create file /etc/sysconfig/network-scripts/ifcfg-eth2
 
<code>
DEVICE=eth2
BOOTPROTO=dhcp
ONBOOT=yes
</code>
 
Plug in an ethernet cable with Internet and enable networking:
 
<code>
/etc/init.d/network start
</code>
 
Install lxde and unclutter:


<code>
<code>
yum install lxde-common xterm
yum install lxde-common unclutter
</code>
</code>


Line 25: Line 41:
<code>
<code>
xhost +192.168.1.1
xhost +192.168.1.1
unclutter -idle 5 & # This hides the mouse cursor
exec ck-xinit-session startlxde
exec ck-xinit-session startlxde
</code>
</code>
Line 37: Line 54:
chkconfig --level 2345 NetworkManager off
chkconfig --level 2345 NetworkManager off
chkconfig --level 2345 network on
chkconfig --level 2345 network on
</code>
Plug in usb ethernet adapter which should come up as eth2.
Create file /etc/sysconfig/network-scripts/ifcfg-eth2
<code>
DEVICE=eth2
BOOTPROTO=dhcp
ONBOOT=yes
</code>
</code>


Line 58: Line 64:
You should make this run on startup.
You should make this run on startup.


Now make a nice web-page that shows what you want to show and which has javascript to auto-reload every so often.
Make a nice web-page that shows what you want to show and which has javascript to auto-reload every so often.
 
Put the computer in a nice box with some thick plexiglass and mount it on the outside of your building :)