红联Linux门户
Linux帮助

ubuntu中Ati驱动的安装

发布时间:2007-05-08 00:42:48来源:红联作者:Informix
安装自带驱动8.28.8,支持8500及以上显卡

sudo lrm-manager 安装驱动

sudo apt-get update sudo apt-get install linux-restricted-modules-$(uname -r) sudo apt-get install xorg-driver-fglrx fglrx-control sudo depmod -a 配置驱动

sudo dpkg-reconfigure xserver-xorg 在选择驱动时,选择fglrx。 或者用

sudo aticonfig --initial -f 以上方法只能两者择一。LCD显示器的推荐用第二种。 然后

sudo aticonfig --ovt=Xv 并且

sudo gedit /etc/X11/xorg.conf 添加两段

Section "Extensions" Option "Composite" "0" End
Section Section "ServerFlags" Option "AIGLX" "off" EndSection

注意,上面这一段非常重要 重启系统 确认是否正常运行

fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.6011 (8.28.8)
文章评论

共有 0 条评论