guo_bingjie 发表于 2004-9-8 21:14:06

FC2下,ATI RADEON 9200(笔记本用)安装方法

1) Download the rpm from ATI Drivers version 3.9.0 for XFree 4.3.0:
http://ati.com/support/drivers/linu...=8&submit=GO%21

2) Download the Fedora Core 2 patch in attached file, and copy it in /tmp. This patch is a compilation of FC2 and mm patches.

3) Go to a true console mode (e.g. CTRL+ALT+F1).

4) Login as root.

5) Shutdown Xwindow:
Code:

init 3


6) Install ATI driver:
Code:

cd /tmp
rpm -Uvh --force fglrx-4.3.0-3.9.0.i386.rpm


7) Unzip the patch:
Code:

gunzip fglrx-3.9.0-fc2-2.6.6.patch.gz


8) Go to the ATI driver source directory, and apply the patch:
Code:

cd /lib/modules/fglrx/build_mod/
patch -p1 < /tmp/fglrx-3.9.0-fc2-2.6.6.patch


9) Compile and install the ATI driver:
Code:

sh make.sh
cd ..
sh make_install.sh

Note if you are using a SMP kernel, you have to add an additionnal link before compiling the ATI driver:
Code:

ln -sf /usr/src/linux-2.6.6-1.435 /usr/src/linux-2.6.6-1.435smp

You'll have to adapt the kernel version number according to yours.


10) Config the drivers:
Code:

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.org
fglrxconfig
ln -sf /etc/X11/XF86Config-4 /etc/X11/xorg.conf

Now you have to edit the new xorg.conf file ; you can use nano , vi, mc, or any other text editor in console mode.
Copy the mouse, keyboard, and monitor sections of the /etc/X11/xorg.conf.org file into the new /etc/X11/xorg.conf file.
Then you need to put
Code:

Option      "Xkbrules"   "xorg"

in the keyboard section of the xorg.conf file.
Finally, to correct a little Xv problem you need to put
Code:

Option "XaaNoOffscreenPixmaps"

in the device section (i.e. the ATI driver part).


11) Restart Xwindow
Code:

init 5


Everything should work fine. Any feedback on this how-to is appreciated

nrkkim 发表于 2004-9-8 23:18:07

多谢,我用的电脑就是用这种显卡的sony s18cp
显卡:ATI Mobility Radeon 9200
ATI上的帮助:http://www.ati.com/support/infobase/linuxhowto-ati.html

sadsky 发表于 2004-9-10 00:30:49

ati并没有提供mobility显卡的驱动阿
驱动的rpm在哪里?能否告知?

guo_bingjie 发表于 2004-9-11 09:28:07

驱动的rpm有4.1M,怎么发给你?

sadsky 发表于 2004-9-12 10:43:56

你在哪里下得?能提供下载地点吗?
我的yahoo邮箱可以支持10M附件的:)
谢谢!!

sadsky 发表于 2004-9-12 10:53:52

我的qq:17109610
我的雅虎信箱:
[email protected]

潇湘馆主 发表于 2004-9-12 11:36:43

用FC3-TEST可以一次加载成功的.

guo_bingjie 发表于 2004-9-12 11:54:22

FC3怎么加载,FC3去那里装!

潇湘馆主 发表于 2004-9-12 12:01:56

到CU那里去看看,那边有下载地址和硬盘安装的方法,但这个系统不是太完善,安装使用过程中可能会有很多问题.

sadsky 发表于 2004-9-12 22:15:40

已收到,谢谢guo bingjie :-D

andrew_t 发表于 2004-9-13 21:41:23

fc2 的 patch 在哪呀?我怎么没看到链接地址?
我用的是 ATI Mobility Radeon 9600, 有用一样的吗?
页: [1]
查看完整版本: FC2下,ATI RADEON 9200(笔记本用)安装方法