ubuntu中install ATI Driver

彻底卸载驱动
代码:
sudo apt-get remove --purge fglrx-control
sudo apt-get remove --purge fglrx-kernel-source
sudo apt-get remove --purge xorg-driver-fglrx
代码:
sudo lrm-manager
并把原来装过的4个包彻底删除。
代码:
sudo apt-get autoremove --purge fglrx*

http://wiki.ubuntu.org.cn/ATI%E5%AE%98%E6%96%B9%E9%A9%B1%E5%8A%A8%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97


如果你事先安装了受限驱动,先彻底删除受限驱动。
代码:
sh ati-driver-installer-9.2-x86.x86_64.run --buildpkg Ubuntu/8.10
#8.04用 sh ati-driver-installer-9.2-x86.x86_64.run --buildpkg Ubuntu/8.04
sudo dpkg -i *
sudo apt-get -f install
sudo aticonfig --initial

登出即可。
在compiz下,mplayer可以使用xv输出且不再闪了。


http://wiki.cchtml.com/index.php/Ubuntu_Hardy_Installation_Guide

fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.1.7659 Release


display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.1.8494 Release


1786 frames in 5.1 seconds = 353.619 FPS
1820 frames in 5.0 seconds = 361.643 FPS
1940 frames in 5.0 seconds = 385.638 FPS
1900 frames in 5.0 seconds = 378.414 FPS
1840 frames in 5.0 seconds = 366.054 FPS

open source
liuke@liuke-desktop:~$ glxgears
8956 frames in 5.0 seconds = 1790.725 FPS
8252 frames in 5.0 seconds = 1650.336 FPS
8891 frames in 5.0 seconds = 1778.151 FPS
8983 frames in 5.0 seconds = 1796.580 FPS
8912 frames in 5.0 seconds = 1782.283 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 145021 requests (144894 known processed) with 0 events remaining.


ati 8.6
liuke@liuke-desktop:~$ glxgears
12687 frames in 5.0 seconds = 2537.211 FPS
13264 frames in 5.0 seconds = 2652.740 FPS
13226 frames in 5.0 seconds = 2645.045 FPS
13262 frames in 5.0 seconds = 2652.251 FPS
13221 frames in 5.0 seconds = 2644.111 FPS

ati 9.3
6585 frames in 5.0 seconds = 1316.991 FPS
6660 frames in 5.0 seconds = 1331.977 FPS
6697 frames in 5.0 seconds = 1339.345 FPS
6693 frames in 5.0 seconds = 1338.587 FPS


你可能感兴趣的:(c,String,server,IO,ubuntu,events)