Hardware Drivers: Difference between revisions
m (→X Video Driver: wikified Fedora) |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{Translations}}</noinclude> |
|||
==Video== |
==Video== |
||
Line 27: | Line 29: | ||
mode "1200x900-75" |
mode "1200x900-75" |
||
# D: 124.239 MHz, H: 73.952 kHz, V: 75.002 Hz |
# D: 124.239 MHz, H: 73.952 kHz, V: 75.002 Hz |
||
geometry |
geometry |
||
timings |
timings |
||
rgba 5/11,6/5,5/0,0/0 |
rgba 5/11,6/5,5/0,0/0 |
||
endmode |
endmode |
||
Line 34: | Line 36: | ||
mode "1200x900-85" |
mode "1200x900-85" |
||
# D: 132.767 MHz, H: 81.352 kHz, V: 85.008 Hz |
# D: 132.767 MHz, H: 81.352 kHz, V: 85.008 Hz |
||
geometry |
geometry |
||
timings |
timings |
||
accel false |
accel false |
||
rgba 5/11,6/5,5/0,0/0 |
rgba 5/11,6/5,5/0,0/0 |
||
Line 69: | Line 71: | ||
Mode "1200x900" |
Mode "1200x900" |
||
DotClock 57.275 |
DotClock 57.275 |
||
HTimings |
HTimings |
||
VTimings |
VTimings |
||
Flags "+HSync" "+VSync" |
Flags "+HSync" "+VSync" |
||
EndMode |
EndMode |
Revision as of 17:49, 15 April 2007
Video
DCON
The DCON work has its own page: DCON.
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.
I spoke too soon. These fbdev mode works well on my multi-sync monitor. YMMV - use with caution, don't take internally, see your doctor if the symptoms don't go away, etc, etc.... JordanCrouse (Talk to me!) 14:57, 3 August 2006 (EDT)
mode "1200x900-75" # D: 124.239 MHz, H: 73.952 kHz, V: 75.002 Hz geometry timings rgba 5/11,6/5,5/0,0/0 endmode
mode "1200x900-85" # D: 132.767 MHz, H: 81.352 kHz, V: 85.008 Hz geometry timings accel false rgba 5/11,6/5,5/0,0/0 endmode
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: 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" # This option disables VGA probing Option "NoVGA" "true" # The folloiwng tells the driver to use our custom mode (otherwise, it uses an internal table) # You will only want to use this if you have a DCON attached - the internal tables have most VESA modes Option "CustomMode" "true" # The following turns compression off - this allows the driver to use a linear pitch instead of a power of 2 # Saving about 3MB of video memory for other uses Option "NoCompression" "true" EndSection
The following modeline should match the correct OLPC panel timings:
Mode "1200x900" DotClock 57.275 HTimings VTimings Flags "+HSync" "+VSync" EndMode
Marvell Wireless Driver
Is available in the GIT tree, but it would be great if it could be included in the next stream-image
Mesh Networking
Are you going to place the RoofTop network driver in the box to enable mesh networking?
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.
CAFE NAND Driver
Is available in the GIT tree.