LinuxSir.cn,穿越时空的Linuxsir!

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

装X失败

[复制链接]
发表于 2007-8-11 03:45:52 | 显示全部楼层 |阅读模式
在很老的Vaio上装X

显卡是:
localhost linux # lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]

也装了ati-drivers:
localhost linux # lsmod
Module                  Size  Used by
fglrx                 667348  0
intel_agp              23956  1
agpgart                28724  2 fglrx,intel_agp
radeonfb               96048  0
fb_ddc                  6016  1 radeonfb

装xorg-server的参数是:
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="fglrx"

直接启动startx的话, log是这样的
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules//drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.39.4
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "fglrx"
(II) Reloading /usr/lib/xorg/modules//drivers/fglrx_drv.so
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.39.4
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.393.1                  
(II) ATI Proprietary Linux Driver Build Date: Jul 20 2007 13:50:07
(EE) No devices detected.

Fatal server error:
no screens found

如果使用Xorg -configure的话:
localhost linux # Xorg -configure

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.22-gentoo-r2 #13 SMP Fri Aug 10 23:57:06 CST 2007 i686
Build Date: 08 August 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 11 11:50:45 2007
List of video drivers:
        fglrx

Backtrace:
0: Xorg(xf86SigHandler+0x81) [0x80c999c]
1: [0xffffe420]
2: /usr/lib/xorg/modules//drivers/fglrx_drv.so(atiddxProbeMain+0x11b) [0xb7a2f9bb]
3: Xorg(DoConfigure+0x20d) [0x80c13e2]
4: Xorg(InitOutput+0x614) [0x809f46a]
5: Xorg(main+0x28d) [0x806fed6]
6: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7d8d9b8]
7: Xorg(FontFileCompleteXLFD+0xad) [0x806f461]

Fatal server error:
Caught signal 11.  Server aborting


各位大虾, 我应该怎么做呢?..
 楼主| 发表于 2007-8-11 03:47:58 | 显示全部楼层
另外xorg.conf:

Section "ServerLayout"

        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
    FontPath   "/usr/lib/X11/fonts/Type1/"
    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
#    Load        "type1"
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
    Load       "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "freetype"
        Load  "fglrx"
#    Load        "xtt"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "rotocol" "S/2"   # PS/2 Mouse
        Option      "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
        Option      "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
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"
        BusID       "CI:01:00:0"
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 "DRI"
    Mode 0666
EndSection



或者还需要提供一些什么信息能帮助诊断么
回复 支持 反对

使用道具 举报

发表于 2007-8-11 10:30:37 | 显示全部楼层
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 11 11:50:45 2007
List of video drivers:
        fglrx

Backtrace:
0: Xorg(xf86SigHandler+0x81) [0x80c999c]
1: [0xffffe420]
2: /usr/lib/xorg/modules//drivers/fglrx_drv.so(atiddxProbeMain+0x11b) [0xb7a2f9bb]
3: Xorg(DoConfigure+0x20d) [0x80c13e2]
4: Xorg(InitOutput+0x614) [0x809f46a]
5: Xorg(main+0x28d) [0x806fed6]
6: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7d8d9b8]
7: Xorg(FontFileCompleteXLFD+0xad) [0x806f461]

Fatal server error:
Caught signal 11.  Server aborting


这一段我也有,在装了ATI的官方驱动后,就可以正常进入X了.我的卡是1950GT的,现在已经用上XGL+beryl了.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-11 12:28:33 | 显示全部楼层
你装得是ati-drivers? 我也装得这个,可是没有什么起色阿
回复 支持 反对

使用道具 举报

发表于 2007-8-11 17:18:11 | 显示全部楼层
(EE) No devices detected.

M7500不被ati官方驱动支持,要用开源驱动才行
回复 支持 反对

使用道具 举报

发表于 2007-8-11 19:50:56 | 显示全部楼层
ATI 7500  我记得在内核里有一项 选上就行 不用装驱动 我原来的IBM T41上就是这样
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-11 20:59:44 | 显示全部楼层
radeon那个么?
回复 支持 反对

使用道具 举报

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

本版积分规则

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