Hardware Drivers: Difference between revisions
JordanCrouse (talk | contribs) (Add fbdev options) |
JordanCrouse (talk | contribs) (Add 1200x900 modeline for the X driver) |
||
Line 33: | Line 33: | ||
Option "AccelMethod" "EXA" |
Option "AccelMethod" "EXA" |
||
EndSection |
EndSection |
||
The following modeline should match the correct OLPC panel timings: |
|||
Mode "1200x900" |
|||
DotClock 57.275 |
|||
HTimings 1200 1208 1216 1240 |
|||
VTimings 900 905 908 912 |
|||
Flags "+HSync" "+VSync" |
|||
EndMode |
|||
==Marvell Wireless Driver== |
==Marvell Wireless Driver== |
Revision as of 15:42, 3 August 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
You can change the resolution of the framebuffer two ways:
- with the 'fbset' utility like so:
fbset -g <xres> <yres> <xres> <yres> <depth> -n
- On the kernel command line:
video=gxfb:<xres>-<yres>-<depth>@<refresh>
We have timings for all of the standard VESA modes, plus the special 1200x900 mode for the OLPC panel. Don't use the 1200x900 mode on a CRT - you could damage your monitor, or at the very least get a headache.
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
The following modeline should match the correct OLPC panel timings:
Mode "1200x900" DotClock 57.275 HTimings 1200 1208 1216 1240 VTimings 900 905 908 912 Flags "+HSync" "+VSync" EndMode
Marvell Wireless Driver
Power Management
Audio
Note: need to verify that the audio sensor stuff actually made it upstream and come up with a test plan. Also need to document OLPC-specific bits.