8.04升级之后出现鼠标键盘不能用

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
honkerhz
帖子: 2
注册时间: 2009-07-08 19:17

8.04升级之后出现鼠标键盘不能用

#1

帖子 honkerhz » 2009-10-04 21:48

8.04升级之后出现鼠标键盘不能用,我就用vi命令修改了/etc/X11/xorg.conf里的东西为
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cn"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

但是开机的时候出现了下面的这个错误

http://hiphotos.baidu.com/honkerhz/abpi ... 44f914.jpg

这个时候鼠标键盘还是不能用,所以也不能点确定
附件
cc.jpg
头像
heshuaikun
帖子: 550
注册时间: 2008-09-07 23:44

Re: 8.04升级之后出现鼠标键盘不能用

#2

帖子 heshuaikun » 2009-10-04 23:39

不懂。
升级了什么东西呢?配置文件有备份吧,或者自动备份成xorg.conf~吧,先换回原来的。键盘是cn布局啊,换个布局试一试,比如换成us(我瞎猜的)。
这个文件我从来不敢随便动的,而且始终留有备份,因为这个文件会被更新,搞不好哪天突然用不了了。
我的话权当闲聊。
honkerhz
帖子: 2
注册时间: 2009-07-08 19:17

Re: 8.04升级之后出现鼠标键盘不能用

#3

帖子 honkerhz » 2009-10-05 8:17

我是用不了之后才去改的,改了之后就出现这个错误
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 8.04升级之后出现鼠标键盘不能用

#4

帖子 leeaman » 2009-10-05 8:26

先把显卡弄好了看看?重新配置一个xorg.conf?
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
tomguy
帖子: 702
注册时间: 2005-09-27 10:32

Re: 8.04升级之后出现鼠标键盘不能用

#5

帖子 tomguy » 2009-10-05 13:50

删掉xorg.conf,重启。
回复