免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 770 | 回复: 0
打印 上一主题 下一主题

HOW TO install fglrx driver [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-06 08:45 |只看该作者 |倒序浏览

在ATI X型号的显卡上安装linux驱动,参考:
这里
The fglrx driver supports Radeon 8500+ and the X-series cards.  Note that the 9100 IGP cards and the Mobility 9000 M7 LW (laptop chipset) are not supported for 3D.
When running the dpkg-reconfigure commands you can accept the defaults whenever you aren't sure.
Remove the 8.16.20 driver if it is already installed (not working)
        Code:
        sudo apt-get remove xorg-driver-fglrx
sudo apt-get remove linux-restricted-modules-$(uname -r)
sudo dpkg-reconfigure xserver-xorg #Select the ATI driver
Reboot--necessary to get the restricted modules out of memory.
(Re)Installing the driver
All Platforms:
        Code:
        sudo apt-get install xorg-driver-fglrx
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
sudo dpkg-reconfigure xserver-xorg #Select the fglrx driver
64-bit users:
You have to downgrade to an older version of libdri.a due to an incompatilbity with the ATI drivers.  
Download it here
.
Change to download directory:
        Code:
        gunzip libdri.a.gz
sudo cp /usr/X11R6/lib/modules/extensions/libdri.a libdri.a.old
sudo cp libdri.a /usr/X11R6/lib/modules/extensions/
If you wish to revert to any non-fglrx driver you will need to copy the libdri.a.old file back over the fglrx version.
Reboot.
Confirm that it works
        Code:
        mlomker@mlomkernote:/$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)
Troubleshooting

Resolution Problem:

The driver is installed but you are at 1024x768. The installer may have
defaulted to that setting--I know that it didn't prompt me during my
install. Either manually edit the xorg.conf file (if you know how)
using nano /etc/X11/xorg.conf or run sudo dpkg-reconfigure xserver-xorg.
If you have updated the xorg.conf but your widescreen display is still
stuck at 1024x768 then it is probably the bug in the 8.16.20 driver
that was fixed in 8.18.6. That driver is harder to install but
I have a how-to
.  
General Troubleshooting:
You can look through the /var/log/Xorg.0.log and kern.log file for troubleshooting most problems.
xf86_EINVAL and MTRR errors
64-bit users:
You may get this error message when you go to restart:
        Code:
        Duplicate symbol rol_long in /usr/X11R6/lib/modules/drivers/fglrx_drv.o
Also defined in /usr/X11R6/lib/modules/linux/libint10.a
You can fix this by editing your xorg.conf file and commenting out the libint10.a line:
        Code:
        sudo nano /etc/X11/xorg.conf
        Code:
        Section "Module"
#       Load    "int10"
EndSection
Ctrl-W, Y, Enter to save.


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/19429/showart_123842.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP