On my new netbook
I wanted to get rid of gdm and
just start X right away. I use auto-login anyway so it
is a bit stupid to first start gdm and then immediately start X.
So I removed gdm and edited /etc/rc.local to start X:
su - miekg -c xinit xterm
But this sort of does not work anymore in Ubuntu Karmic. Karmic
now uses upstart as an init replacement.
So I figured why
not write an upstart job that starts X?