装X失败
时间:2007-08-11
来源:互联网
显卡是:
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
各位大虾, 我应该怎么做呢?..
作者: eddyxu 发布时间: 2007-08-11
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 "Protocol" "PS/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 "PCI: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
或者还需要提供一些什么信息能帮助诊断么
作者: eddyxu 发布时间: 2007-08-11
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了.
作者: zjracyx 发布时间: 2007-08-11
作者: eddyxu 发布时间: 2007-08-11
(EE) No devices detected. |
作者: yyccrasher 发布时间: 2007-08-11
作者: boxid 发布时间: 2007-08-11
作者: eddyxu 发布时间: 2007-08-12
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28