|
|

楼主 |
发表于 2009-9-7 13:23:13
|
显示全部楼层
谢谢回复!
问题解决:
这台计算机是T400 ,显卡是ATI Mobility Radeon HD3470
根据
http://www.cosy.sbg.ac.at/~shuber/misc-t400.php
The ATI chip can be used with at least two different drivers: the xorg open source driver (x11-drivers/xf86-video-ati) and the closed source driver (x11-drivers/ati-drivers). Even though I have both installed, I use the closed source drivers. The open source drivers currently lacks of 3D acceleration support. However, there is much work going on with the 3D support of the open source drivers.
后来我解决的方法是:
用这个博客的6.30的核配置(根据前面的ati的讨论,还是加了对PCI的支持)
然后,用他的xorg.conf
/etc/X11/xorg.conf.ati
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
#Driver "radeon"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
EndSection
Section "DRI"
Mode 0666
EndSection
此外,我是安装了ati-drivers-9.8 |
|