|
|
1>下载ati驱动
https://support.ati.com/ics/support/...uestionID=1176
2>运行run包
8.28.8 以后
chmod 755 ati-driver-installer-<版本号>-x86.run
su
./ati-driver-installer-<版本号>.run --buildpkg SuSE/<系统>-<架构>
会提示你成功生成了一个开头是 fglrx 的 rpm 文件,之后装上那个文件:
rpm -Uhv fglrx_......rpm
SuSE/<系统>-<架构> 需要自己填。
如果你是 SuSE 10.0 系统为 SUSE100,10.1 是 SUSE101,以此类推。 SLED 10 则填 SLED 10。
如果你是 32 位系统,架构填 IA32 ,如果是 64 位系统则填 AMD64。
比如 SuSE 10.0 64位那里就是 SuSE/SUSE100-AMD64, 32 位 SLED 10 则是 SuSE/SLED10-IA32。
可以用
./ati-driver-installer-<版本号>.run --listpkg
调出驱动支持的系统和架构列表。
3>安装run之后生成的rpm包
./ati-driver-installer-<版本号>-x86.run --buildpkg SuSE/SUSE101-IA32
rpm -ivh fglrx_6_9_0_SUSE101-<版本号>-1.i386.rpm
4>切记要在装包之前安装kernel-source
在yast里的软件安装中找kernal或者找source就可以找到kernel-source
In my version: 10.1 i click on: "Software Management"
Then search for kernal, or for 'source'.
You will see on the right side checkboxes.
Check the one that says 'kernal source'.
Click next-->finish (inserting the appropriate cd's, or just that dvd).
Now you have the Kernal source installed.
Great.
Now go again and try the make command.
It would do you good to also install:
gcc, make. (in other words, search for them, and install them using the above process).
5>如果没有提前安装kernal-source就安装了rpm包则应该先把包卸载rpm -e ………….rpm
再重新安装rpm包
6>init3
sax2 -r -m 0=fglrx
7>reboot
8>此时应该看到3d已经被启用,此时可以启用特效了。:) |
|