Dobrica Pavlinušić's random unstructured stuff
Eee PC: Revision 2
Here are my notes about setup of various stuff on Eee PC to make it work better for me.

{toc: }

^ Startup

Edit `/usr/bin/startsimple.sh` and insert something along following lines before exec icewm

.pre
sudo rm /tmp/nologin

xrdb -merge ~/.Xresources
setxkbmap hr us
xterm &

exec icewm
.pre