|
|
#chmod +x ATI-driver-to install-8.33.6-x86.run
#./ati-driver-installer-8.33.6-x86.run --buildpkg Fedora/FC6
运行结果: 生成4 个RPM包
* ATI-fglrx-8.33.6-1.fc6.i386.rpm
* ATI-fglrx-control-panel-8.33.6-1.fc6.i386.rpm
* ATI-fglrx-devel-8.33.6-1.fc6.i386.rpm
* kernel-module-ATI-fglrx-2.6.18-1.2798_FC6-8.33.6-1.fc6.i386.rpm
进行安装
切换到root权限的用户, 字符界面(终端)
#init 3
#rpm -Uhv Kernel-*.rpm
#rpm - Uvh *ATI-fglrx*.rpm
#rmmod radeon(好像没有什么用途)
#rmmod drm(好像没有什么用途)
#aticonfig --initial
#reboot
修改 /etc/X11/xorg.conf file, replacing “fglrx” 用“ATI”然后重起系统.
[root@mikeluFC6 ~]# fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
但是我运行glxgears,结果效能和安装前后都差不多,并且Desktop Effects功能无法开启。
[root@mikeluFC6 software]# glxgears
Xlib: extension "XFree86-DRI" missing on display ":0.0".
2856 frames in 5.1 seconds = 559.006 FPS
2825 frames in 5.1 seconds = 553.358 FPS
2825 frames in 5.1 seconds = 552.152 FPS
X connection to :0.0 broken (explicit kill or server shutdown). |
|