Differences between revisions 3 and 4
Revision 3 as of 2008-08-03 12:00:41
Size: 666
Editor: ?MartinEricRacine
Comment:
Revision 4 as of 2009-03-16 03:33:11
Size: 668
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents(2)]] <<TableOfContents(2)>>
Line 18: Line 18:
 * h01ger provides [http://wiki.debian.org/DebianEdu/OLPC/Repositories packages xorg for etch]  * h01ger provides [[http://wiki.debian.org/DebianEdu/OLPC/Repositories|packages xorg for etch]]

Using fbdev

This method doesn't provide 2D acceleration, but works with packages from the official Debian archive. Make sure xserver-xorg-video-fbdev is installed, then add the following line to the default xorg.conf:

 Section "Device"
        Identifier      "Configured Video Device"
+       Driver          "fbdev"
        Option          "UseFBDev"              "true"
 EndSection

Using GEODE

  • Debian Lenny offers GEODE 2.10.0 which includes full XO support and makes the OLPC repository obsolete.
  • h01ger provides packages xorg for etch