HOWTO:ps/2鼠标在kvm switch上的问题

参与到Ubuntu的翻译中来
回复
头像
freeflying
帖子: 521
注册时间: 2005-03-26 9:38

HOWTO:ps/2鼠标在kvm switch上的问题

#1

帖子 freeflying » 2005-04-22 22:26

hi folks!

I read a lot about troubles with ps/2 mice on a kvm switch (there's something screwed up with the psmouse.c in the 2.6.x kernels). Well, I did have those problems too and I read the fucking manuals and searched the fucking web .

With Debian Sid (I used sid before warty) I solved this in the german debianforum.de by editing my grub.conf:
Code:

代码: 全选

kernel          /boot/vmlinuz-2.6.7-1-k7 
root=/dev/hda1 "psmouse.proto=imps" roUnfortunately this works not with Ubuntu.

So I had to found another workaround for this: Just edit your /etc/modules:
Code:

代码: 全选

ide-cd
ide-disk
ide-generic
lp
mousedev
psmouse proto=exps
nvidia
Make sure there is NO "." between "psmouse" and "proto" and you have "mousedev" in your /etc/modules". Using exps instead of imps has advantages when you like to use your thumb buttons.

[/code]
头像
annerose
帖子: 105
注册时间: 2005-04-07 20:15

#2

帖子 annerose » 2005-05-08 1:52

正在等下载!就翻个短的试试!
hello folks!

我看到许多关于ps/2鼠标在kvm switch上的问题(在2.6.x内核中ps鼠标有一些错误)。
好吧!我也遇到了同样的问题,但是我读了那个该死的手册差在网上搜索了一遍

在Debian Sid(我在用warty前用sid)我通过修改grub.conf向内核传参数来解决

代码: 全选

代码:	
kernel          /boot/vmlinuz-2.6.7-1-k7 
root=/dev/hda1 "psmouse.proto=imps" ro
不幸的是这在ubuntu下不行,所以我找到另一种办法只要修改你的 /etc/mdules

代码: 全选

代码:	

ide-cd 
ide-disk 
ide-generic 
lp 
mousedev 
psmouse proto=exps 
nvidia
Make sure there is NO "." between "psmouse" and "proto" and you have "mousedev" in your /etc/modules". Using exps instead of imps has advantages when you like to use your thumb buttons.
确定 在 "psmouse" 和"proto"之间没有"."并且在你的/etc/modules下有"mousedev" 。可以使用"exps"代替"imps"来开启使用中键!
PS:最后一句不太敢肯定的!见谅!
试着用它来代替windows吧,你会重新找回当年的感动!
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#3

帖子 oneleaf » 2005-06-08 21:38

当净其意如虚空,远离妄想及诸取,令心所向皆无碍
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

#4

帖子 millenniumdark » 2006-07-31 18:33

应该也过时了
先放着
回复