红联Linux门户
Linux帮助

Ubuntu Edgy fglrx 驱程的安装

发布时间:2007-03-30 00:56:05来源:红联作者:DearMichael
1.在软件源里选中“设备的专有驱动(restricted)”

2.关闭复合扩展(composite extension)
默认是打开的,但是fglrx现在还不支持,编辑/etc/X11/xorg.conf加入以下内容
Section "Extensions"
Option "Composite" "Disable"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

3.安装
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx

4.调试驱程
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv

5.完成,重启
sudo shutdown -r now

6.验证结果
$fglrxinfo

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Generic
OpenGL version string: 2.0.6011 (8.28.8)

没认出我的显卡X1300,但是一切良好,不会再有拖动延迟现象!
文章评论

共有 0 条评论