|
|

楼主 |
发表于 2006-7-7 10:43:28
|
显示全部楼层
Post by duron158
下面我把我操作的详细步骤说一下,请大侠帮我参考:
1、执行xorgcfg -config,黑屏并提示“不支持的视频模式”,强退,看到错误信息如下:
(EE) xf86OpenSerial: Cannot open device /dev/mouse
No such file or directory.
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
Cannot coneect to X Server.
2、像是鼠标问题。BTW:我的鼠标是BenQ 双键滚轮USB光电鼠。
列一下设备:
# ls /dev/m*
/dev/misc:
psaux
# ls /dev/i*
/dev/input:
mice
然后我nano -w xorg.conf.new:
把Section "InputDevice"中的"/dev/mouse"改成"/dev/input/mice",保存退出。
3、接着startx,可以进入x,看到有几个窗口:一个login、两个xterm,还有个时钟。但是鼠标不能动。我按三键强退,看到错误信息如下:
(EE) open /dev/fb0: No such file or directory
X connection to :0.0 broken (explicit kill or server shutdown)
xinit: connection to X server lost.
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
请问是什么错误?
4、接下来
# cp xorg.conf.new /etc/X11/xorg.conf
# startx
没有进入X!!!黑屏并提示“不支持视频模式”,强退,错误信息如下:
xterm: fatal IO error 32 (Broken pipe) or KillClient on X Server ":0.0"
xterm: fatal IO error 32 (Broken pipe) or KillClient on X Server ":0.0"
login: fatal IO error 32 (Broken pipe) or KillClient on X Server ":0.0"
X connection to :0.0 broken (explicit kill or server shutdown).
xinit: connection to X server lost.
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
是什么错误?
把FB编译进内核,到第3步时提示:
Fatal server error:
Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.
我看还是把FB关了再说吧。 |
|