Hardware Drivers: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 10: Line 10:
===X Video Driver===
===X Video Driver===


The X Video Driver is an EXA driver that is under development. It does currently work and supports the hardware. It's packaged as <tt>xorg-x11-drv-amd</tt> in Fedora Core.
The Geode GX/LX Xorg graphics driver is a Xorg driver that is under development. It provides XAA support for the Geode GX and LX, and EXA support for the GX. It also provides a simple
Xv driver for the GX. It's packaged as <tt>xorg-x11-drv-amd</tt> in Fedora Core, and also available on freedesktop.org: [http://gitweb.freedesktop.org/?p=xorg-driver-xf86-video-amd;a=summary xorg-driver-xf86-video-amd GIT tree].

The following is an example "Device" entry to enable the driver:

Section "Device"
Identifier "Geode"
Driver "amd"
# The following will enable the EXA driver. Comment it to only use XAA
Option "AccelMethod" "EXA"
EndSection


==Marvell Wireless Driver==
==Marvell Wireless Driver==

Revision as of 20:25, 25 July 2006

Video

FBDev Driver

The Geode GX Framebuffer (gxfb) driver is used in both LinuxBIOS and in the kernel proper during bootup. It provides simple unaccelerated framebuffer support and also helps drive the flatpanel.

Currently available in the olpc-2.6 GIT tree

X Video Driver

The Geode GX/LX Xorg graphics driver is a Xorg driver that is under development. It provides XAA support for the Geode GX and LX, and EXA support for the GX. It also provides a simple Xv driver for the GX. It's packaged as xorg-x11-drv-amd in Fedora Core, and also available on freedesktop.org: xorg-driver-xf86-video-amd GIT tree.

The following is an example "Device" entry to enable the driver:

Section "Device"
        Identifier "Geode"
        Driver "amd"
        
        # The following will enable the EXA driver.  Comment it to only use XAA
        Option "AccelMethod" "EXA"
EndSection

Marvell Wireless Driver

Power Management