LinuxSir.cn,穿越时空的Linuxsir!

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

求助:不能进入图形界面

[复制链接]
发表于 2006-2-5 00:58:32 | 显示全部楼层 |阅读模式
小弟用硬盘安装debian之后(仅安装了桌面),然后在控制台中输入startx,之后不能正常启动图形界面,出错信息如下,请各位大虾帮忙看看是那里出问题了~不胜感激。

(EE) xf86OpenSerial Cannot open device /dev/input/mice
        No such device
(EE) Configured Mouse:Cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
        No core pointer
fatal server error
failed to initialize core devices

XIO:fatal IO erroe 104 (Connection reset by peer) on X server
after 0 requests(0 known processed) with 0 ":0.0" events remaining
是不是鼠标出问题了啊?应该如何设置呢?
在线等
发表于 2006-2-5 01:05:42 | 显示全部楼层
似乎/etc/X11/XF86Config-4未配置好
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-5 01:09:05 | 显示全部楼层
那应该怎么配置呢?小弟是新手
今天才装上debian,还请指教一二
回复 支持 反对

使用道具 举报

发表于 2006-2-5 08:27:06 | 显示全部楼层
dpkg-reconfigure xserver-xfree86
回复 支持 反对

使用道具 举报

发表于 2006-2-6 00:26:19 | 显示全部楼层
Post by darwinsww
那应该怎么配置呢?小弟是新手
今天才装上debian,还请指教一二


如果用的是xfree86的话,那么需要修改/etc/X11/XF86Config-4这个文件,如果使用的是xorg的话,需要修改/etc/X11/xorg.conf这个文件,我用的是PS/2的三键滚轮鼠标,配置如下,你可以参考一下:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
回复 支持 反对

使用道具 举报

发表于 2006-2-6 06:56:39 | 显示全部楼层
应该是键盘出错吧。我遇到过这种问题是用dpkg-reconfigure 解决的。
回复 支持 反对

使用道具 举报

发表于 2006-2-10 18:01:31 | 显示全部楼层
是鼠标的问题
回复 支持 反对

使用道具 举报

发表于 2006-2-10 18:56:34 | 显示全部楼层
能执行xinit程序吗?
回复 支持 反对

使用道具 举报

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

本版积分规则

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