LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 891|回复: 5

ATI最新升级ATI驱动了,可是偶的T43还是搞不定,装上驱动后direct rendering仍然是No

[复制链接]
发表于 2006-8-3 23:18:05 | 显示全部楼层 |阅读模式
T43的x300的显卡,用的人应该不少。

Kernel是2.6.17-r4
xorg-x11 7.1
xorg-server-1.1.1

装上最新的ati-drivers 8.27.10的驱动后,执行eselect opengl set ati,可是启动x后查看glxinfo,direct rendering仍然是No。

为什么呢?那位大虾能给我讲讲他的T43安装ATI驱动的过程?

多谢多谢
 楼主| 发表于 2006-8-3 23:22:37 | 显示全部楼层
并且这个值也非常低阿
$ glxgears
829 frames in 5.3 seconds = 156.416 FPS
795 frames in 5.4 seconds = 147.934 FPS
722 frames in 5.0 seconds = 144.047 FPS
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-3 23:54:52 | 显示全部楼层
我的xorg.conf的配置

Section "ServerLayout"

        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # paths to defoma fonts
        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"
        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    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "drm"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        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      "rotocol" "ImPS/2"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Generic Monitor"
        Option           "DPMS"
        Option           "UseEdidDpi"   "FALSE"
        Option           "DPI"   "120 x 120"
        #DisplaySize            541 470
EndSection

Section "Device"
        Identifier  "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
#   Driver          "radeon"
    Driver          "fglrx"
    Option          "AGPMode" "4"
#   Option                      "AGPFastWrite" "1"
    Option          "RenderAccel" "on"
    Option          "EnablePageFlip" "True"
    # This two lines are needed to prevent fonts from being scrambled
    Option          "XaaNoScanlineImageWriteRect"
    Option          "XaaNoScanlineCPUToScreenColorExpandFill"
        Option                  "BIOSHotkeys" "on"
    #Option                     "UseEdidDpi"   "FALSE"
    #Option                     "DPI"   "120 x 120"
    BusID           "CI:1:0:0"
    Screen 0
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
        Monitor    "Generic Monitor"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "1400x1050" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1400x1050" "1024x768"
        #       Modes     "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-3 23:55:41 | 显示全部楼层
lsmod的结果

Module                  Size  Used by
fglrx                 388524  8
arc4                    1920  1
ieee80211_crypt_wep     4224  1
crc32                   4096  1 ieee80211_crypt_wep
snd_pcm_oss            37152  0
snd_mixer_oss          15744  1 snd_pcm_oss
snd_seq_oss            30080  0
snd_seq_midi_event      6144  1 snd_seq_oss
snd_seq                46032  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          6540  2 snd_seq_oss,snd_seq
snd_intel8x0m          13836  0
snd_intel8x0           28444  0
snd_ac97_codec         92192  2 snd_intel8x0m,snd_intel8x0
snd_ac97_bus            2048  1 snd_ac97_codec
ipw2200                91304  0
evdev                   8064  0
ieee80211              29768  1 ipw2200
snd_pcm                71944  4 snd_pcm_oss,snd_intel8x0m,snd_intel8x0,snd_ac97_codec
ieee80211_crypt         4480  2 ieee80211_crypt_wep,ieee80211
snd_timer              18436  2 snd_seq,snd_pcm
irda                  111928  0
snd                    43236  10 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
radeonfb              106432  0
soundcore               7136  1 snd
yenta_socket           23820  0
i2c_algo_bit            8584  1 radeonfb
intel_agp              20892  1
rsrc_nonstatic          9728  1 yenta_socket
pcmcia_core            33552  2 yenta_socket,rsrc_nonstatic
agpgart                26288  2 fglrx,intel_agp
i2c_core               16400  2 radeonfb,i2c_algo_bit
firmware_class          7552  1 ipw2200
snd_page_alloc          7816  3 snd_intel8x0m,snd_intel8x0,snd_pcm
crc_ccitt               1920  1 irda
tg3                   100612  0
回复 支持 反对

使用道具 举报

发表于 2006-8-4 04:51:35 | 显示全部楼层
/var/log/Xorg.0.log 内容是?
回复 支持 反对

使用道具 举报

发表于 2006-8-4 06:22:54 | 显示全部楼层
你的这个ati-driver的ebuild是自己写的,还是官方的?
去看下ati-driver的Readme,因为是预编译的bin,所以可能有依赖的包,没你有安装。
回复 支持 反对

使用道具 举报

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

本版积分规则

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