LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: flyerwang

关于在LINUX中装ATI显卡驱动的,希望大家能来帮帮忙!

[复制链接]
发表于 2008-4-9 18:20:44 | 显示全部楼层
我装过,现在的驱动做的还可以接受了。
看你的系统也是Fedora 8的样子。
以下是我的记录,供参考。

http://homepage.fudan.edu.cn/~ma ... 00-on-fedora-8.html
回复 支持 反对

使用道具 举报

发表于 2008-4-22 08:51:22 | 显示全部楼层
Post by qiangzm;1836478
我装过,现在的驱动做的还可以接受了。
看你的系统也是Fedora 8的样子。
以下是我的记录,供参考。

http://homepage.fudan.edu.cn/~ma ... 00-on-fedora-8.html


大哥,这个网页登不上去啊
回复 支持 反对

使用道具 举报

发表于 2008-4-22 12:45:04 | 显示全部楼层
Post by chinadragon007;1829060
每次看到ati这几个字母,就有一种想打人的冲动~~


当时用fc3的时候就是拿自己的9600换同学的mx440用。。。。。。。。
回复 支持 反对

使用道具 举报

发表于 2008-4-22 12:46:59 | 显示全部楼层
http://homepage.fudan.edu.cn/~ma ... 内容给你转下

fglrx for ATI radeon X300 on Fedora 8
First, my system:

[mzq@localhost ~]$ rpm -qa | grep kernel
kernel-2.6.24.4-64.fc8
kernel-headers-2.6.24.4-64.fc8
kernel-module-ATI-fglrx-2.6.24.4-64.fc8-8.471-1.f8
kernel-devel-2.6.24.4-64.fc8
[mzq@localhost ~]$ rpm -qa | grep fglrx
ATI-fglrx-devel-8.471-1.f8
ATI-fglrx-8.471-1.f8
kernel-module-ATI-fglrx-2.6.24.4-64.fc8-8.471-1.f8
ATI-fglrx-control-center-8.471-1.f8

Howto:
1)Download "ati-driver-installer-8-3-x86.x86_64.run" from ati's website
2)su
ati-driver-installer-8-3-x86.x86_64.run --buildpkg Fedora/F8
3)rpm -Uvh ./*.rpm
4)edit the xorg.conf
my xorg.conf:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection


Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "UseFastTLS" "0"
Option "BlockSingnalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
#Option "UseInternalAGPGART" "no"
#do not use this unless you got some problem, this affect the preformance
EndSection


Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "DRI"
Mode 0666
EndSection

5)make a simlink from /usr/lib/dri to /usr/X11R6/lib/modules/dri.

6) turn off the atieventsd service and let it not start at start up.
[root@localhost mzq]# /sbin/chkconfig --list | grep ati
atieventsd 0ff 1n 2n 3n 4n 5n 6ff
[root@localhost mzq]# /sbin/chkconfig --level 2345 atieventsd off
[root@localhost mzq]# /sbin/chkconfig --list | grep ati
atieventsd 0ff 1ff 2ff 3:off 4:off 5:off 6:off

I can not run at init 3 before, I find the reason is atieventsd!!
I have not found any use of it till now, so I just turn if off and do not let it run at startup.

Now I can run at init 3, and when I want to use a GUI, I just run startx. It's good for me.

7)restart and check
run fglrxinfo and glxinfo
get info like this:

[mzq@localhost modules]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X300/X550/X1050 Series
OpenGL version string: 2.1.7412 Release

[mzq@localhost modules]$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
......
If direct rendering is Yes, it's OK.

I run glxgears for a test.
I can get 2000+ scores on my computer.
My video card is ATI radeon X300 with 32M

then enjoy playing wine cstrike with OpenGL and compiz
回复 支持 反对

使用道具 举报

发表于 2008-4-23 21:07:40 | 显示全部楼层
你重新装下,输入 sh ./xxx.run ,出来图行界面后选自定以安装就可以了,前提是在root权限下,装完,在显示中把显卡改成 fglrx就可以了,如果你以前装过别的版本请卸载:    sh ./fglrx-uninstall.sh
回复 支持 反对

使用道具 举报

发表于 2008-4-23 21:08:49 | 显示全部楼层
建议看看这个东西,这是AMD官方的安装指令:https://a248.e.akamai.net/f/674/ ... nux_cat84-inst.html
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表