|
|
在很老的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
各位大虾, 我应该怎么做呢?.. |
|