我终于在Ubuntu5.10上安装好了ATI官网上最新驱动(8.29.6)(R9550),只是FPS值偏低:(
发表于 : 2006-09-23 11:10
折腾了一晚上,终于安装上了ATI官方网上的最新驱动(8.29.6)
发贴做个备忘:)
xiang1206@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550 Generic
OpenGL version string: 2.0.6065 (8.29.6)
测试,出现了转动的齿轮及带齿轮的旋转的正方体:
xiang1206@ubuntu:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
1883 frames in 5.0 seconds = 376.600 FPS
2093 frames in 5.0 seconds = 418.600 FPS
2213 frames in 5.0 seconds = 442.600 FPS
2508 frames in 5.0 seconds = 501.600 FPS
3720 frames in 5.0 seconds = 744.000 FPS
3663 frames in 5.0 seconds = 732.600 FPS
3668 frames in 5.0 seconds = 733.600 FPS
3367 frames in 5.0 seconds = 673.400 FPS
3287 frames in 5.0 seconds = 657.400 FPS
2762 frames in 5.0 seconds = 552.400 FPS
1982 frames in 5.0 seconds = 396.400 FPS
1922 frames in 5.0 seconds = 384.400 FPS
2144 frames in 5.0 seconds = 428.800 FPS
3566 frames in 5.0 seconds = 713.200 FPS
3930 frames in 5.0 seconds = 786.000 FPS
3752 frames in 5.0 seconds = 750.400 FPS
3219 frames in 5.0 seconds = 643.800 FPS
3186 frames in 5.0 seconds = 637.200 FPS
3486 frames in 5.0 seconds = 697.200 FPS
3828 frames in 5.0 seconds = 765.600 FPS
2881 frames in 5.0 seconds = 576.200 FPS
3441 frames in 5.0 seconds = 688.200 FPS
3680 frames in 5.0 seconds = 736.000 FPS
3603 frames in 5.0 seconds = 720.600 FPS
3646 frames in 5.0 seconds = 729.200 FPS
3761 frames in 5.0 seconds = 752.200 FPS
3932 frames in 5.0 seconds = 786.400 FPS
3877 frames in 5.0 seconds = 775.400 FPS
3709 frames in 5.0 seconds = 741.800 FPS
3844 frames in 5.0 seconds = 768.800 FPS
--
xiang1206@ubuntu:~$ glxgears -printfps
2445 frames in 5.0 seconds = 488.854 FPS
2483 frames in 5.0 seconds = 496.476 FPS
2484 frames in 5.0 seconds = 496.678 FPS
2481 frames in 5.0 seconds = 496.077 FPS
11652 frames in 5.0 seconds = 2330.288 FPS
2471 frames in 5.0 seconds = 494.176 FPS
2426 frames in 5.0 seconds = 485.176 FPS
2864 frames in 5.0 seconds = 572.793 FPS
6013 frames in 5.0 seconds = 1202.480 FPS
1930 frames in 5.0 seconds = 385.988 FPS
2118 frames in 5.0 seconds = 423.580 FPS
2392 frames in 5.0 seconds = 478.377 FPS
安装过程参考了坛子上和wiki上的许多贴子,实际操作如下:
如果安装了这些Breezy驱动,缷载它:
sudo apt-get remove xorg-driver-fglrx
sudo apt-get remove fglrx-control
sudo apt-get remove linux-restricted-modules-$(uname -r)
sudo dpkg-reconfigure xserver-xorg #Select the ATI driver
重启计算机.
下载ATI驱动安装程序: https://support.ati.com/ics/support/def ... olderID=27
进入到下载目录(cd /home/ati).
sudo apt-get install gcc-3.4 module-assistant build-essential fakeroot dh-make debconf sudo sh ./ati-driver-installer-8.29.6.run --buildpkg Ubuntu/breezy
sudo dpkg -i fglrx-kernel-source_8.18.8-1_i386.deb
sudo dpkg -i xorg-driver-fglrx_8.18.8-1_i386.deb
sudo apt-get -f upgrade
(这里几个.deb包的安装顺序可以视情况作调整)
现在编译核心驱动:
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant a-i fglrx
(注:或者
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant build fglrx
sudo module-assistant install fglrx
sudo depmod -a)
注:此时出现了错误
Package fglrx-kernel-source was not built successfully, see
/var/cache/modass/fglrx-kernel-source*buildlog* for details!
按照参考方法,这样做:
cd /usr/src
sudo dpkg -i fglrx-kernel-*.deb
接着为fglrx驱动更新xorg.conf文件(有多个方法可以做到):
sudo aticonfig --initial
(或者sudo aticonfig --initial --input=/etc/X11/xorg.conf)
将/etc/X11/xorg.conf中"ati"改为"fglrx"
sudo root
大功告成,出现了前面的结果。不过FPS好像偏低。何故?
说明一下:
之前我按照ATI官方网上的ATI Proprietary Linux Installer文档安装了一次,那次是操作过程中没有出错,但是完成后,结果是没有出现
xiang1206@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550 Generic
OpenGL version string: 2.0.6065 (8.29.6)
因此重新按上面的方法安装成功。
那次“失败”的操作参考的是https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.29.6-inst.html
我是选择Automatic Driver Installation Option模式,因为Generate Distribution Specific Driver Package Option模式只出现SUSE和Redhat的支持列表,没有办法选择Ubuntu。
发贴做个备忘:)
xiang1206@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550 Generic
OpenGL version string: 2.0.6065 (8.29.6)
测试,出现了转动的齿轮及带齿轮的旋转的正方体:
xiang1206@ubuntu:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
1883 frames in 5.0 seconds = 376.600 FPS
2093 frames in 5.0 seconds = 418.600 FPS
2213 frames in 5.0 seconds = 442.600 FPS
2508 frames in 5.0 seconds = 501.600 FPS
3720 frames in 5.0 seconds = 744.000 FPS
3663 frames in 5.0 seconds = 732.600 FPS
3668 frames in 5.0 seconds = 733.600 FPS
3367 frames in 5.0 seconds = 673.400 FPS
3287 frames in 5.0 seconds = 657.400 FPS
2762 frames in 5.0 seconds = 552.400 FPS
1982 frames in 5.0 seconds = 396.400 FPS
1922 frames in 5.0 seconds = 384.400 FPS
2144 frames in 5.0 seconds = 428.800 FPS
3566 frames in 5.0 seconds = 713.200 FPS
3930 frames in 5.0 seconds = 786.000 FPS
3752 frames in 5.0 seconds = 750.400 FPS
3219 frames in 5.0 seconds = 643.800 FPS
3186 frames in 5.0 seconds = 637.200 FPS
3486 frames in 5.0 seconds = 697.200 FPS
3828 frames in 5.0 seconds = 765.600 FPS
2881 frames in 5.0 seconds = 576.200 FPS
3441 frames in 5.0 seconds = 688.200 FPS
3680 frames in 5.0 seconds = 736.000 FPS
3603 frames in 5.0 seconds = 720.600 FPS
3646 frames in 5.0 seconds = 729.200 FPS
3761 frames in 5.0 seconds = 752.200 FPS
3932 frames in 5.0 seconds = 786.400 FPS
3877 frames in 5.0 seconds = 775.400 FPS
3709 frames in 5.0 seconds = 741.800 FPS
3844 frames in 5.0 seconds = 768.800 FPS
--
xiang1206@ubuntu:~$ glxgears -printfps
2445 frames in 5.0 seconds = 488.854 FPS
2483 frames in 5.0 seconds = 496.476 FPS
2484 frames in 5.0 seconds = 496.678 FPS
2481 frames in 5.0 seconds = 496.077 FPS
11652 frames in 5.0 seconds = 2330.288 FPS
2471 frames in 5.0 seconds = 494.176 FPS
2426 frames in 5.0 seconds = 485.176 FPS
2864 frames in 5.0 seconds = 572.793 FPS
6013 frames in 5.0 seconds = 1202.480 FPS
1930 frames in 5.0 seconds = 385.988 FPS
2118 frames in 5.0 seconds = 423.580 FPS
2392 frames in 5.0 seconds = 478.377 FPS
安装过程参考了坛子上和wiki上的许多贴子,实际操作如下:
如果安装了这些Breezy驱动,缷载它:
sudo apt-get remove xorg-driver-fglrx
sudo apt-get remove fglrx-control
sudo apt-get remove linux-restricted-modules-$(uname -r)
sudo dpkg-reconfigure xserver-xorg #Select the ATI driver
重启计算机.
下载ATI驱动安装程序: https://support.ati.com/ics/support/def ... olderID=27
进入到下载目录(cd /home/ati).
sudo apt-get install gcc-3.4 module-assistant build-essential fakeroot dh-make debconf sudo sh ./ati-driver-installer-8.29.6.run --buildpkg Ubuntu/breezy
sudo dpkg -i fglrx-kernel-source_8.18.8-1_i386.deb
sudo dpkg -i xorg-driver-fglrx_8.18.8-1_i386.deb
sudo apt-get -f upgrade
(这里几个.deb包的安装顺序可以视情况作调整)
现在编译核心驱动:
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant a-i fglrx
(注:或者
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant build fglrx
sudo module-assistant install fglrx
sudo depmod -a)
注:此时出现了错误
Package fglrx-kernel-source was not built successfully, see
/var/cache/modass/fglrx-kernel-source*buildlog* for details!
按照参考方法,这样做:
cd /usr/src
sudo dpkg -i fglrx-kernel-*.deb
接着为fglrx驱动更新xorg.conf文件(有多个方法可以做到):
sudo aticonfig --initial
(或者sudo aticonfig --initial --input=/etc/X11/xorg.conf)
将/etc/X11/xorg.conf中"ati"改为"fglrx"
sudo root
大功告成,出现了前面的结果。不过FPS好像偏低。何故?
说明一下:
之前我按照ATI官方网上的ATI Proprietary Linux Installer文档安装了一次,那次是操作过程中没有出错,但是完成后,结果是没有出现
xiang1206@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550 Generic
OpenGL version string: 2.0.6065 (8.29.6)
因此重新按上面的方法安装成功。
那次“失败”的操作参考的是https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.29.6-inst.html
我是选择Automatic Driver Installation Option模式,因为Generate Distribution Specific Driver Package Option模式只出现SUSE和Redhat的支持列表,没有办法选择Ubuntu。