轻松安装支持AIGLX的ATi驱动8.42.3(Gusty)

字体大小: 中小 标准 ->行高大小: 标准

安装支持AIGLX的ATi驱动8.42.3(Gusty)这个方法比网上其他地方转的要简单的多,

假如之前你是用xgl的,请执行以下命令移除旧的fglrx驱动

sudo apt-get remove xserver-xgl

然后到“系统”-“系统管理”-“受限驱动管理器” 处取消掉之前的驱动,或者也可以执行:

sudo apt-get remove xorg-driver-fglrx

http://www2.ati.com/drivers/linux/ati-driver-installer-8.42.3-x86.x86_64.run

然后打开终端:

sudo cp /etc/X11/xorg.conf.bak (备份下,方便恢复)

sudo gedit /etc/X11/xorg.conf

如果存在下面字段,就移除

Section “Extensions”

Option “Composite” “0″ # or “Disable”

EndSection

Section “ServerFlags”

Option “AIGLX” “off”

EndSection

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/55634.html