Difference between revisions of "ATI Mobility Radeon 9000"
m (Reformatting.) |
|||
Line 3: | Line 3: | ||
|style="vertical-align:top" | | |style="vertical-align:top" | | ||
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;"> | <div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;"> | ||
− | + | ||
This is an ATI video adapter. | This is an ATI video adapter. | ||
− | + | == Features == | |
* Chipset: ATI #rv250 | * Chipset: ATI #rv250 | ||
* PCI ID: 1002:4c66 | * PCI ID: 1002:4c66 | ||
Line 16: | Line 16: | ||
|} | |} | ||
− | + | == Linux driver - OpenSource == | |
This adapter is supported by recent versions of the [[radeon]] driver as found in X.Org and XFree86. | This adapter is supported by recent versions of the [[radeon]] driver as found in X.Org and XFree86. | ||
− | + | === 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 | You may experience screen corruption with Compiz, a workaround for this is to create a file /etc/drirc with the following content | ||
<driconf> | <driconf> | ||
Line 29: | Line 29: | ||
</driconf> | </driconf> | ||
− | + | === ThinkPad LCD === | |
Display on the internal LCD works as long as you set the monitor settings correct | 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/... | Works well, you only have to connect the monitor/projector/... | ||
− | + | === SVideo port === | |
SVideo out is supported by the ati.2 driver from the [http://gatos.sourceforge.net/ GATOS project].<br/> | SVideo out is supported by the ati.2 driver from the [http://gatos.sourceforge.net/ GATOS project].<br/> | ||
Read [[How to get TV-Out working on ATI graphic cards|here]] how to set it up. | Read [[How to get TV-Out working on ATI graphic cards|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. | 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. | ||
Line 57: | Line 57: | ||
--[[User:Fturner|Fturner]] 04:36, 12 April 2007 (CEST) | --[[User:Fturner|Fturner]] 04:36, 12 April 2007 (CEST) | ||
− | + | == ThinkPads this chip may be found in == | |
* {{R50}}, {{R51}} | * {{R50}}, {{R51}} | ||
* {{T40}}, {{T41}}, {{T42}} | * {{T40}}, {{T41}}, {{T42}} | ||
[[Category:Components]] | [[Category:Components]] |
Revision as of 10:18, 2 March 2008
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 and XFree86.
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 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)