成功安装ATI Radeon Mobility 7500 的驱动?

CPU/显卡/打印机/USB设备等硬件问题
回复
rApJtR
帖子: 221
注册时间: 2005-08-01 20:35
来自: Hong Kong

成功安装ATI Radeon Mobility 7500 的驱动?

#1

帖子 rApJtR » 2005-10-29 13:49

花了三天时间终于装上了DRI的驱动,也许算是吧。

代码: 全选

haro@ubuntu-rApJtR:~$ glxinfo|grep direct

sizeof(RADEONDRIRec) == 100, devPrivSize 100
direct rendering: Yes
然而效果看起来不尽人意,大概7500实在太烂了。不管怎么说,总比没有加速好。

代码: 全选

haro@ubuntu-rApJtR:~$ glxgears -iacknowledgethatthistoolisnotabenchmark

sizeof(RADEONDRIRec) == 100, devPrivSize 100
4682 frames in 5.0 seconds = 936.346 FPS
4750 frames in 5.0 seconds = 949.846 FPS
4656 frames in 5.0 seconds = 931.089 FPS
4392 frames in 5.0 seconds = 878.352 FPS
4568 frames in 5.0 seconds = 913.424 FPS
ustcmotao
帖子: 68
注册时间: 2005-09-20 10:02
来自: USTC
联系:

#2

帖子 ustcmotao » 2005-10-29 13:54

装个ati的控制面板看看,如果装上了驱动,控制面板的显示会像是这样的
附件
抓图3.png
rApJtR
帖子: 221
注册时间: 2005-08-01 20:35
来自: Hong Kong

#3

帖子 rApJtR » 2005-10-29 13:56

嗯 刚才忘记了改到16位色
现在看起来更加好一点

代码: 全选

haro@ubuntu-rApJtR:~$ glxgears -iacknowledgethatthistoolisnotabenchmark

sizeof(RADEONDRIRec) == 100, devPrivSize 100
8088 frames in 5.0 seconds = 1617.464 FPS
8079 frames in 5.0 seconds = 1615.721 FPS
8089 frames in 5.0 seconds = 1617.714 FPS
8084 frames in 5.0 seconds = 1616.661 FPS
8089 frames in 5.0 seconds = 1617.711 FPS
8081 frames in 5.0 seconds = 1616.136 FPS
这样可以算作成功了么?
ustcmotao
帖子: 68
注册时间: 2005-09-20 10:02
来自: USTC
联系:

#4

帖子 ustcmotao » 2005-10-29 13:57

应该算是正常了,我的超了频的9550:
root@motao:~# glxgears -iacknowledgethatthistoolisnotabenchmark
15607 frames in 5.0 seconds = 3121.343 FPS
15552 frames in 5.0 seconds = 3110.386 FPS
15469 frames in 5.0 seconds = 3093.797 FPS
15395 frames in 5.0 seconds = 3078.703 FPS
15574 frames in 5.0 seconds = 3114.799 FPS
rApJtR
帖子: 221
注册时间: 2005-08-01 20:35
来自: Hong Kong

#5

帖子 rApJtR » 2005-10-29 13:59

ustcmotao 写了:装个ati的控制面板看看,如果装上了驱动,控制面板的显示会像是这样的
我装的是DRI,不是ATI提供的驱动,因为ATI提供的不支持7500这么老的东西了……
所以才会历尽千辛万苦才装上……
ATI control 我装了 呵呵 所有都是unavailable
ustcmotao
帖子: 68
注册时间: 2005-09-20 10:02
来自: USTC
联系:

#6

帖子 ustcmotao » 2005-10-29 14:01

哦,不好意思,没注意到这一点 :|
kyle
帖子: 16
注册时间: 2005-06-13 10:19

#7

帖子 kyle » 2005-10-30 14:56

楼主,偶的也是7500的显卡!
昨天把驱动搞坏了。ubuntu 5.10
能不能分享一下你的经验呢?
偶是自己编译的 2.6.14 的内核,使用了freedesktop 的snapshot的驱动。在./install.sh 的时候,是一路enter下去的。能不能讲下你的安装步骤?和xorg.conf ?
rApJtR
帖子: 221
注册时间: 2005-08-01 20:35
来自: Hong Kong

#8

帖子 rApJtR » 2005-10-31 21:18

回楼上
我的内核还是 2.6.12
安装了和你一样的驱动
xorg.conf 如下
主要是 Module 和 Device 处有改动 还有默认色深改为 16

代码: 全选

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/CID"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load "GLcore"
        Load "bitmap"
        Load "dbe"
        Load "ddc"
        Load "dri"
        Load "extmod"
        Load "freetype"
        Load "glx"
        Load "int10"
        Load "record"
        Load "speedo"
        Load "type1"
        Load "v4l"
        Load "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon Mobility 7500 (M7 LW)"
        Driver "radeon"
        BusID "PCI:1:0:0"
        Option "RenderAccel" "true"
        Option "AGPMode" "4"
        Option "AGPFastWrite" "true"
        Option "EnablePageFlip" "True"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Radeon Mobility 7500 (M7 LW)"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection
正常安装好驱动后并不是很快就有成效。
我还做了好多事情,有的是因为起初错了,所以后来补过。
要注意的地方
1.安装驱动时不要忘了那个 common-20051029-linux.i386.tar.bz2
这个文件所有的卡都需要 如果没有的话会找不到……
2.radeon_dri.so 可能不在/usr/lib,而在/usr/X11R6/lib 你要建一个链接过去
3.libgl1-mesa libgl1-mesa-dev libgl1-mesa-dri 等等该装的东西都装上 否则可能说你的libGL版本过旧
5.如果加速不起来 可以多多研究 /var/log/Xorg.0.log 看看到底问题在哪一步 一步步解决 最终会好的
4.按照http://dri.freedesktop.org/wiki/DriTroubleshooting 做一遍,很多问题都是有共性的,别人找到了解决方法,就不要自己摸索了。
5.如果你用 cedega 记得 先 export LD_PRELOAD=/usr/lib/libGL.so
头像
Einhorn
帖子: 114
注册时间: 2006-04-29 10:24

请楼主详细说说DRI驱动的安装步骤~

#9

帖子 Einhorn » 2006-06-10 3:20

请楼主详细说说DRI驱动的安装步骤~
回复