HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Xmonad/Using xmonad on OLPC XO

< Xmonad

Categories: XMonad

XMonad

xmonad on the XO

A photo of xmonad running on the XO

I got xmonad 0.7 running on an XO. I'm sure there are easier ways, but I compiled on the XO as instructed in the wiki. ghc and libX11-devel were available in yum. I had to mkswap on an SD card for things to compile in non-geologic time.

then, make a .xsession file in $HOME that says:

PATH=/home/olpc/bin/xmonad:$PATH  #so Mod-q works
/home/olpc/bin/xmonad
exit 0                            # so normal olpc-session doesn't continue

The one major issue (which is now fixed in darcs) is that xmonad crashes when non-named colors are referred to. So a minimal xmonad.hs was required that sets normalBorderColor and focusedBorderColor to named colors.

Retrieved from "http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_on_OLPC_XO"

This page has been accessed 400 times. This page was last modified 21:50, 2 May 2008. Recent content is available under a simple permissive license.