Difference between revisions of "ATI Mobility Radeon 9000"
(gatos should no longer be used, it is outdated and support is part of the standard radeon drivers since several versions. Use xrandr instead.) |
(cleanup proprietary driver section) |
||
Line 42: | Line 42: | ||
== Linux driver - Proprietary == | == Linux driver - Proprietary == | ||
− | The [[fglrx]] | + | The last version of [[fglrx]] to support this chipset is 8.28.8 (released 2006-08-18), later versions do not support this chipset anymore. This version is still available for download, but does not support kernels newer then 2.6.17. |
+ | This proprietary driver has 3D acceleration support, but you might find that current opensource radeon driver does just as well. | ||
− | + | Some people have gotten it to work ([[User:Fturner|Fturner]]) with later kernel versions as follows; | |
− | + | edit {{path|/lib/modules/fglrx/build_mod/firegl_public.h}} and add at the top | |
+ | #define VM_SHM 0xff | ||
+ | The meaning of 0xff is unknown, but 0xffffffff certainly does not work. | ||
− | + | and edit {{path|/lib/modules/fglrx/build_mod/make.sh}} to comment out the kernel version checking, in order for the module to build. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== ThinkPads this chip may be found in == | == ThinkPads this chip may be found in == |
Revision as of 13:00, 20 April 2009
This is an ATI video adapter. Features
|
Linux driver - OpenSource
This adapter is supported by recent versions of the radeon driver as found in X.Org.
OpenGL screen corruption
You may experience screen corruption with Compiz, a workaround for this is to create a file /etc/drirc with the following content
<driconf> <device screen="0" driver="r200"> <application name="Default"> <option name="allow_large_textures" value="2" /> </application> </device> </driconf>
ThinkPad LCD
Display on the internal LCD works as long as you set the monitor settings correct
External VGA port
Works well, you only have to connect the monitor/projector/...
SVideo port
SVideo should be supported by the standard Xorg radeon driver.
Please check here for how to set it up.
Linux driver - Proprietary
The last version of fglrx to support this chipset is 8.28.8 (released 2006-08-18), later versions do not support this chipset anymore. This version is still available for download, but does not support kernels newer then 2.6.17. This proprietary driver has 3D acceleration support, but you might find that current opensource radeon driver does just as well.
Some people have gotten it to work (Fturner) with later kernel versions as follows;
edit /lib/modules/fglrx/build_mod/firegl_public.h and add at the top
#define VM_SHM 0xff
The meaning of 0xff is unknown, but 0xffffffff certainly does not work.
and edit /lib/modules/fglrx/build_mod/make.sh to comment out the kernel version checking, in order for the module to build.