LinuxSir.cn,穿越时空的Linuxsir!

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

[求助]gentoo安装X-org的时候出现no devices found错误

[复制链接]
发表于 2011-3-23 11:42:19 | 显示全部楼层 |阅读模式
装完xorg-server ,然后Xorg -configure的时候,最后出现错误,Xorg.0.log内容如下:
[  2893.037] X.Org X Server 1.9.4Release Date: 2011-02-04

[  2893.037] X Protocol Version 11, Revision 0

[  2893.038] Build Operating System: Linux 2.6.38 x86_64 Gentoo

[  2893.038] Current Operating System: Linux BlackShark 2.6.38 #1 SMP Tue Mar 22 22:16:46 HKT 2011 x86_64

[  2893.038] Kernel command line: ro real_root=/dev/sda6

[  2893.038] Build Date: 23 March 2011  12:29:58AM

[  2893.039]  

[  2893.039] Current version of pixman: 0.20.2

[  2893.039]         Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.

[  2893.040] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

[  2893.041] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 23 11:23:32 2011

[  2893.041] (II) Loader magic: 0x7b4120

[  2893.041] (II) Module ABI versions:

[  2893.041]         X.Org ANSI C Emulation: 0.4

[  2893.041]         X.Org Video Driver: 8.0

[  2893.041]         X.Org XInput driver : 11.0

[  2893.041]         X.Org Server Extension : 4.0

[  2893.043] (--) PCI:*(0:1:0:0) 1002:9553:17aa:2129 rev 0, Mem @ 0xd0000000/268435456, 0xf2100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072

[  2893.043] List of video drivers:

[  2893.043]         fglrx

[  2893.043] (II) LoadModule: "fglrx"

[  2893.043] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so

[  2893.057] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."

[  2893.057]         compiled for 1.4.99.906, module version = 8.80.5

[  2893.057]         Module class: X.Org Video Driver

[  2893.057] (II) Loading sub module "fglrxdrm"

[  2893.057] (II) LoadModule: "fglrxdrm"

[  2893.057] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so

[  2893.057] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."

[  2893.057]         compiled for 1.4.99.906, module version = 8.80.5

[  2893.058] (WW) Falling back to old probe method for fglrx

[  2893.061] (II) Loading PCS database from /etc/ati/amdpcsdb

[  2893.061] No devices to configure.  Configuration failed.
求高人帮忙!另外xorg.conf内容如下:
Section "ServerLayout"
       
Identifier     "X.org Configured"
       
Screen      0  "aticonfig-Screen[0]-0" 0 0
       
InputDevice    "Mouse0" "CorePointer"
       
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
       
ModulePath   "/usr/lib64/xorg/modules"
       
FontPath     "/usr/share/fonts/misc/"
       
FontPath     "/usr/share/fonts/TTF/"
       
FontPath     "/usr/share/fonts/OTF/"
       
FontPath     "/usr/share/fonts/Type1/"
       
FontPath     "/usr/share/fonts/100dpi/"
       
FontPath     "/usr/share/fonts/75dpi/"

EndSection

Section

"Module"
       
Load  "glx"
       
Load  "extmod"
       
Load  "dbe"
       
Load  "dri2"
       
Load  "record"
       
Load  "dri"
       
Load  "FGL.renamed.libglx"
EndSection

Section "InputDevice"
       
Identifier  "Keyboard0"
       
Driver      "kbd"

EndSection

Section
"InputDevice"
       
Identifier  "Mouse0"
       
Driver      "mouse"
       
Option            "rotocol" "auto"
       
Option            "Device" "/dev/input/mice"
       
Option            "ZAxisMapping" "4 5 6 7"

EndSection

Section

"Monitor"

       
#DisplaySize          310   170       
# mm
        Identifier   "Monitor0"
       
VendorName   "LEN"
       
ModelName    "40a0"
       
Option            "DPMS"
EndSection

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

Section "Device"

        
### Available Driver options are:-
        
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        
### <percent>: "<f>%"
        
### [arg]: arg optional
        
#Option     "NoAccel"                    # [<bool>]
        
#Option     "SWcursor"                   # [<bool>]
        
#Option     "Dac6Bit"                    # [<bool>]
        
#Option     "Dac8Bit"                    # [<bool>]
        
#Option     "BusType"                    # [<str>]
        
#Option     "CPPIOMode"                  # [<bool>]
        
#Option     "CPusecTimeout"              # <i>
        
#Option     "AGPMode"                    # <i>
        
#Option     "AGPFastWrite"               # [<bool>]
        
#Option     "AGPSize"                    # <i>
        
#Option     "GARTSize"                   # <i>
        
#Option     "RingSize"                   # <i>
        
#Option     "BufferSize"                 # <i>
        
#Option     "EnableDepthMoves"           # [<bool>]
        
#Option     "EnablePageFlip"             # [<bool>]
        
#Option     "NoBackBuffer"               # [<bool>]
        
#Option     "DMAForXv"                   # [<bool>]
        
#Option     "FBTexPercent"               # <i>
        
#Option     "DepthBits"                  # <i>
        
#Option     "CIAPERSize"                # <i>
        
#Option     "AccelDFS"                   # [<bool>]
        
#Option     "IgnoreEDID"                 # [<bool>]
        
#Option     "CustomEDID"                 # [<str>]
        
#Option     "DisplayPriority"            # [<str>]
        
#Option     "anelSize"                  # [<str>]
        
#Option     "ForceMinDotClock"           # <freq>
        
#Option     "ColorTiling"                # [<bool>]
        
#Option     "VideoKey"                   # <i>
        
#Option     "RageTheatreCrystal"         # <i>
        
#Option     "RageTheatreTunerPort"         # <i>
        
#Option     "RageTheatreCompositePort"         # <i>
        
#Option     "RageTheatreSVideoPort"         # <i>
        
#Option     "TunerType"                  # <i>
        
#Option     "RageTheatreMicrocPath"         # <str>
        
#Option     "RageTheatreMicrocType"         # <str>
        
#Option     "ScalerWidth"                # <i>
        
#Option     "RenderAccel"                # [<bool>]
        
#Option     "SubPixelOrder"              # [<str>]
        
#Option     "ClockGating"                # [<bool>]
        
#Option     "VGAAccess"                  # [<bool>]
        
#Option     "ReverseDDC"                 # [<bool>]
        
#Option     "LVDSProbePLL"               # [<bool>]
        
#Option     "AccelMethod"                # <str>
        
#Option     "DRI"                        # [<bool>]
        
#Option     "ConnectorTable"             # <str>
        
#Option     "DefaultConnectorTable"         # [<bool>]
        
#Option     "DefaultTMDSPLL"             # [<bool>]
        
#Option     "TVDACLoadDetect"            # [<bool>]
        
#Option     "ForceTVOut"                 # [<bool>]
        
#Option     "TVStandard"                 # <str>
        
#Option     "IgnoreLidStatus"            # [<bool>]
        
#Option     "DefaultTVDACAdj"            # [<bool>]
        
#Option     "Int10"                      # [<bool>]
        
#Option     "EXAVSync"                   # [<bool>]
        
#Option     "ATOMTVOut"                  # [<bool>]
        
#Option     "R4xxATOM"                   # [<bool>]
        
#Option     "ForceLowPowerMode"          # [<bool>]
        
#Option     "DynamicPM"                  # [<bool>]
        
#Option     "NewPLL"                     # [<bool>]
        
#Option     "ZaphodHeads"                # <str>
       

Identifier  "Card0"
       
Driver      "radeon"
       
BusID       "CI:1:0:0"
EndSection

Section

"Device"
       
Identifier  "aticonfig-Device[0]-0"
       
Driver      "fglrx"
       
BusID       "CI:1:0:0"
EndSection

Section
"Screen"
        Identifier "Screen0"
       
Device     "Card0"
       
Monitor    "Monitor0"
       
SubSection "Display"
               
Viewport   0 0
               
Depth     1
       
EndSubSection
       

SubSection "Display"
               
Viewport   0 0
               
Depth     4
       
EndSubSection
       

SubSection "Display"
               
Viewport   0 0
               
Depth     8
       
EndSubSection
       

SubSection "Display"
               
Viewport   0 0
               
Depth     15
       
EndSubSection
       

SubSection "Display"
               
Viewport   0 0
               
Depth     16
       
EndSubSection
       

SubSection "Display"
               
Viewport   0 0
               
Depth     24
       
EndSubSection
EndSection

Section

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

求解,求好心人帮忙啊!!!
发表于 2011-3-25 02:56:08 | 显示全部楼层
确认下内核编译了ATI显卡没
回复 支持 反对

使用道具 举报

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

本版积分规则

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