安装支持AIGLX的ATi驱动8.42.3(Gusty)这个方法比网上其他地方转的要简单的多,
假如之前你是用xgl的,请执行以下命令移除旧的fglrx驱动
sudo apt-get remove xserver-xgl
然后到“系统”-“系统管理”-“受限驱动管理器” 处取消掉之前的驱动,或者也可以执行:
sudo apt-get remove xorg-driver-fglrx
然后打开终端:
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