Difference between revisions of "ATI Mobility Radeon 9000"
(→Features) |
(→Linux driver - Proprietary) |
||
Line 31: | Line 31: | ||
=== Linux driver - Proprietary === | === Linux driver - Proprietary === | ||
− | The [[fglrx]] driver adds 3D acceleration. It should be noted that to date nobody has been able to get the fglrx drivers to work with the R250 chipset. | + | The [[fglrx]] driver adds 3D acceleration. The latest driver version working with this chipset is 8.28.8. ATI has dropped support for this chipset in all further versions. |
+ | |||
+ | (It should be noted that to date nobody has been able to get the fglrx drivers to work with the R250 chipset.) <- Incorrect, driver 8.28.8 working on my T41 --[[User:Fturner|Fturner]] 04:36, 12 April 2007 (CEST) | ||
+ | |||
+ | ---- | ||
+ | |||
+ | I have gotten the fglrx drivers working on my Slackware 11.0 T41, kernel 2.6.18. Required adding: | ||
+ | |||
+ | "#define VM_SHM 0xff" | ||
+ | |||
+ | to /lib/modules/fglrx/build_mod/firegl_public.h | ||
+ | |||
+ | I also had to comment out kernel version checking from the file /lib/modules/fglrx/build_mod/make.sh in order to get the module to build. Note that I have no idea what 0xff means, but I do know that 0xffffffff does NOT work. | ||
+ | |||
+ | --[[User:Fturner|Fturner]] 04:36, 12 April 2007 (CEST) | ||
=== ThinkPads this chip may be found in === | === ThinkPads this chip may be found in === |
Revision as of 03:36, 12 April 2007
ATI Mobility Radeon 9000This 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 and XFree86.
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 out is supported by the ati.2 driver from the GATOS project.
Read here how to set it up.
Linux driver - Proprietary
The fglrx driver adds 3D acceleration. The latest driver version working with this chipset is 8.28.8. ATI has dropped support for this chipset in all further versions.
(It should be noted that to date nobody has been able to get the fglrx drivers to work with the R250 chipset.) <- Incorrect, driver 8.28.8 working on my T41 --Fturner 04:36, 12 April 2007 (CEST)
I have gotten the fglrx drivers working on my Slackware 11.0 T41, kernel 2.6.18. Required adding:
"#define VM_SHM 0xff"
to /lib/modules/fglrx/build_mod/firegl_public.h
I also had to comment out kernel version checking from the file /lib/modules/fglrx/build_mod/make.sh in order to get the module to build. Note that I have no idea what 0xff means, but I do know that 0xffffffff does NOT work.
--Fturner 04:36, 12 April 2007 (CEST)