LinuxSir.cn,穿越时空的Linuxsir!

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

求助ATI显示卡不能工作

[复制链接]
发表于 2006-3-6 03:20:54 | 显示全部楼层 |阅读模式
我的显示卡是ATI Radeon 9200SE,安装Gentoo-universal-2005.1,内核2.16。编译内核的时候已经加入了驱动程序,为什么键入startx的时候出现这样的文字(如下两行):
   (WW) RADEON : No match Device section for instance (BusID PCI:1:0:1) found.
    (EE)  RADEON (0):[agp] AGP failed to initialize.Disabling the DRI.
怎么解决,望高手们指教,不胜感激。
附:我的xorg.conf如下:

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/lib/X11/rgb"
#        FontPath     "unix/:-1"
#        FontPath     "/usr/share/fonts/local/"
        FontPath     "/usr/share/fonts/misc/:unscaled"
        FontPath     "/usr/share/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/Speedo/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/freefont"
        FontPath     "/usr/share/fonts/sharefonts"
        FontPath     "/usr/share/fonts/corefonts"
       
        FontPath     "/usr/share/fonts/artwiz"
        FontPath     "/usr/share/fonts/terminus"
        FontPath     "/usr/share/fonts/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/unifont"

EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "S/2"
        Option            "Device" "/dev/input/mouse0"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Generic Monitor"
        VendorName   "SAMSUNG Inc"
        ModelName    "S/M 743DF"
        DisplaySize  320        240
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 160.0
        Option            "DPMS"
EndSection

Section "Device"
        Identifier  "ATI R280 [Radeon 9200SE]"
        Driver      "ati"
        BusID       "CI:1:0:0"
        VendorName  "ATI Inc"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "ATI R280 [Radeon 9200SE] "
        Monitor    "Generic Monitor"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Section "Serverlayout"
        Identifier  "Default Layout"
        Screen      "Screen0"
        InputDevice "Keyboard0"
        InputDevice "Mouse0"
EndSection       
       

Section "DRI"
        Group        0
        Mode         0666
EndSection
发表于 2006-3-6 03:52:47 | 显示全部楼层
Section "Device"
Identifier "ATI R280 [Radeon 9200SE]"
Driver "ati"
BusID "CI:1:0:0"
VendorName "ATI Inc"
EndSection

改成
Section "Device"
Identifier "ATI R280 [Radeon 9200SE]"
Driver "ati"
BusID "CI:1:0:1"
VendorName "ATI Inc"
EndSection

试试
回复 支持 反对

使用道具 举报

发表于 2006-3-6 07:47:49 | 显示全部楼层
呵呵, 我也是用的9200se的卡, 真烂。
这是我的xorg.conf, 楼主不妨拿去用

[PHP]Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
        #FontPath "/usr/share/fonts/TTF"
EndSection

Section "Module"
        Load "freetype"
        # Load "xtt"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        # Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option            "XkbModel" "pc101"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        Option       "DPMS"
        HorizSync    31 - 110
        VertRefresh  60 - 160
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        BoardName   "Unknown"
        Option      "AGPMODE" "4"
        Option      "AGPFastWrite" "true"
        Option      "EnablePageFlip" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1024x768" "800x600"
        EndSubSection
EndSection

Section "dri"
        Mode        0666
EndSection[/PHP]
回复 支持 反对

使用道具 举报

发表于 2006-3-6 13:50:06 | 显示全部楼层
不能工作的话应该是完全黑屏才对……
应该是在X下不能驱动……
正常安装ATI的驱动,然后fglrxconfig,一步步下来应该就没问题了
回复 支持 反对

使用道具 举报

发表于 2006-3-6 14:16:46 | 显示全部楼层
emerge ati-drivers先。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-6 17:18:41 | 显示全部楼层
改BUSID也不行。换上phus的xorg.conf也不行。看来只有emerge ati-drivers。不过,我还是不明白为什么不能在X下正常显示。(WW) RADEON : No match Device section for instance (BusID PCI:1:0:1) found.我没弄明白这个match是什么意思,是什么和什么匹配?是内核没有检测到设备?还是/dev下的设备名和我的xorg.conf不匹配?不明白,哪位高人解释一下呗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-6 17:18:55 | 显示全部楼层
改BUSID也不行。换上phus的xorg.conf也不行。看来只有emerge ati-drivers。不过,我还是不明白为什么不能在X下正常显示。(WW) RADEON : No match Device section for instance (BusID PCI:1:0:1) found.我没弄明白这个match是什么意思,是什么和什么匹配?是内核没有检测到设备?还是/dev下的设备名和我的xorg.conf不匹配?不明白,哪位高人解释一下呗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-6 17:19:11 | 显示全部楼层
改BUSID也不行。换上phus的xorg.conf也不行。看来只有emerge ati-drivers。不过,我还是不明白为什么不能在X下正常显示。(WW) RADEON : No match Device section for instance (BusID PCI:1:0:1) found.我没弄明白这个match是什么意思,是什么和什么匹配?是内核没有检测到设备?还是/dev下的设备名和我的xorg.conf不匹配?不明白,哪位高人解释一下呗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-6 17:19:12 | 显示全部楼层
改BUSID也不行。换上phus的xorg.conf也不行。看来只有emerge ati-drivers。不过,我还是不明白为什么不能在X下正常显示。(WW) RADEON : No match Device section for instance (BusID PCI:1:0:1) found.我没弄明白这个match是什么意思,是什么和什么匹配?是内核没有检测到设备?还是/dev下的设备名和我的xorg.conf不匹配?不明白,哪位高人解释一下呗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-6 17:19:13 | 显示全部楼层
改BUSID也不行。换上phus的xorg.conf也不行。看来只有emerge ati-drivers。不过,我还是不明白为什么不能在X下正常显示。(WW) RADEON : No match Device section for instance (BusID PCI:1:0:1) found.我没弄明白这个match是什么意思,是什么和什么匹配?是内核没有检测到设备?还是/dev下的设备名和我的xorg.conf不匹配?不明白,哪位高人解释一下呗?
回复 支持 反对

使用道具 举报

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

本版积分规则

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