|
|
发表于 2004-4-2 09:05:46
|
显示全部楼层
回复: 换显卡求教
最初由 GoldAxe 发表
我现在用的是mandrake10.0c作桌面.我想把我的现在用的G400换成R7500,已经下载了ati的驱动.请问有那些地方要注意的,该怎么作?
http://www.ati.com/support/drive ... =6&submit=GO%21
上面也有说吧,我看都是rpm包,直接rpm -ivh *.rpm 就行了。不过要知道自己XFree86的版本
[root@Sir root]# rpm -qa XFree86
error: rpmdbNextIterator: skipping h# 640 Header V3 DSA signature: BAD, key ID db42a60e
error: rpmdbNextIterator: skipping h# 772 Header V3 DSA signature: BAD, key ID db42a60e
XFree86-4.3.0-35.EL
[root@Sir root]#
然后选择版本来安装。
然后运行fglrxconfig 来配置,下面是方法。。。
Make sure the following software is already installed on your system:
* glibc version 2.2 or 2.3
* XFree86 version 4.1.0, 4.2.0, or 4.3.0
Download the correct ATI driver package for the XFree86 version you have installed. If you are not sure which, you may download and run the following script to make sure:
* Check.sh
Installation using RPM
For each of these steps you will have to be logged on as the root user.
1. cd to the directory containing the ATI Driver rpm package
2. Issue the following command:
rpm -Uh --force <ati_package_name>.rpm
Note any error messages that may occur while installing (see below)
3. Run the fglrxconfig utility to configure the driver
* Answer the questions as prompted
* When asked to generate an XF86Config-4 file, answer y
4. Restart and log into X-Windows
5. Run fglrxinfo to verify the driver is installed correctly
If the output reads OpenGL vendor string: ATI Technologies Inc. then your ATI drivers are installed and configured correctly.
Otherwise, if fglrxinfo indicates that MESA Indirect (software) Rendering is being used, then you may want to repeat the steps listed above, while paying careful attention to the following:
* Any error messages during install (see below)
* All answers given during fglrxconfig |
|