我已经在我的宏碁上安装了松弛软件14,我想要一台za3。我无法启动X服务器。在这里,命令startx的输出
xauth: file /home/emanuele/.serverauth.1984 does not exist
X.Org X Server 1.12.3
Release Date: 2012-07-09
X Protocol Version 11, Revision 0
Build Operating System: Slackware 14.0 Slackware Linux Project
Current Operating System: Linux darkstar 3.2.29-smp #2 SMP Mon Sep 17 13:16:43 CDT 2012 i686
Kernel command line: BOOT_IMAGE=Linux ro root=803 vt.default_utf8=0
Build Date: 23 August 2012 02:27:55PM
Current version of pixman: 0.26.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Wed Oct 3 18:46:58 2012
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
vesa: Ignoring device with a bound kernel driver
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error在我看来psb模块已经加载了。这里是lsmod|grep psb的输出
psb_gfx 180538 0
drm_kms_helper 22825 1 psb_gfx
drm 151850 2 drm_kms_helper,psb_gfx
i2c_algo_bit 4543 1 psb_gfx
i2c_core 16454 6 i2c_algo_bit,i2c_isch,drm,drm_kms_helper,videodev,psb_gfx
video 9938 2 poulsbo,psb_gfx这是我的vga卡的输出lspci
00:02.0 VGA compatible controller [0300]: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller [8086:8108] (rev 07) (prog-if 00 [VGA controller])
Subsystem: Acer Incorporated [ALI] Device [1025:0244]
Flags: bus master, fast devsel, latency 0, IRQ 7
Memory at b0080000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 1800 [size=8]
Memory at c0000000 (32-bit, non-prefetchable) [size=256M]
Memory at b0000000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
Capabilities: [d0] Power Management version 2我不明白为什么不起作用。问题出在哪里?
编辑:在rmmod poulsbo psb_gfx之后,X启动(我想是使用vesa驱动程序)。可能是虫子?
发布于 2012-10-14 01:36:16
您应该手工编辑xorg.conf中的“屏幕”部分。
https://unix.stackexchange.com/questions/49815
复制相似问题