|
|

楼主 |
发表于 2006-4-9 03:04:31
|
显示全部楼层
另外我还参考了下面的这个帖子的做法,参考了下,还是不得要点,大家,看了之后看能不能给我提些建议,谢谢了。
After a few hours of extreme psychological pain, I finally got this blasted t
hing to work on the latest kernel under FC3 (some previous knowledge regardin
g patching, etc would have been useful)! So I thought I'd help as many ppl as
possible avoid such trauma by posting a short how-to here... Enjoy!
1) Download the latest ATI Driver for X.org from here: http://www2.ati.com/dr
ivers/linux/f...8.25-1.i386.rpm
2) Download the ATI Development Team's kernel 2.6.10 kernel patch from here:
http://rage3d.com/board/showthread.php?t=33798874 (just cut & paste mtippett'
s code from the first message into a text file and save it as 8.8.25-kernel-2
.6.10+.patch at the same place you saved the Driver)
3) Open a terminal and su as root, go to the download directory and install t
he drivers by executing the following command (it's necessary to overwrite th
e old MESA GL drivers with the ATI ones, they are backwards compatible with M
ESA anyway): rpm -Uvh --force fglrx_6_8_0-8.8.25-1.i386.rpm
4) Go to /lib/modules/fglrx/build_mod/ and apply the patch by using a command
similar to (where ~/Download is the directory where you put the patch file):
patch -p0 -i ~/Download/8.8.25-kernel-2.6.10+.patch
5) Rebuild the driver by executing: sh make.sh
6) Go back one directory to /lib/modules/fglrx/ and reinstall the driver by e
xecuting: sh make_install.sh
7) w00t! There should be no errors (there might be one error while trying to
load the fglx driver module, but this should be resolved on the next reboot -
it's because your current driver is already loaded) and everything should ha
ve installed properly.
----------------------------看这个!!!!
8) Time to backup your current configuration, make a backup of your xorg.conf
file by executing: cp /etc/X11/xorg.conf /etc/X11/xorg.confBAK
9) Switch your boot mode to Shell only (no graphics) in case your configurati
on fails: edit the /etc/inittab and change the boot init mode from 5 to 3 and
save
10) Now that everything is installed OK and backed up, configure your driver
for your video card and monitor(s) by executing: /usr/X11R6/bin/fglrxconfig
11) In the end, tell the program to save the settings to /etc/X11/xorg.conf.
YOU WILL NEED TO EDIT THE FILE TO CHANGE THE KEYBOARD DRIVER TO KBD, other mo
difcations may be necessary, use your backup for this!
12) It's SHOWTIME! Reboot your computer, at the Shell, login as root, start t
he GDM by executing: gdm
13) Login as any user, open a Terminal and start ATI's openGL test program by
executing: /usr/X11R6/bin/fgl_glxgears
14) If all is well, you should see a new window with a rotating gears texture
d cube in it. Congrats!!! :cool: You can edit your inittab file back to boot
init mode 5 now that everything works for sure. You can run the older glxgear
s if you want to see higher scores and no cube... Oh, and by running the /usr
/X11R6/bin/fglrxinfo command, you should see anything ATI in there (MESA mean
s it didn't work), ex:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9500 Pro Generic
OpenGL version string: 1.3.4769 (X4.3.0-8.8.25)
If you had any problems with 12 through 14, then do 10 again or try editing t
he xorg.conf file to see what's up. You can compare it to your xorg.confBAK b
ackup to see if anything's missing. But it should all work fine.
Enjoy!!! It's gaming time! |
|