HOWTO:ps/2鼠标在kvm switch上的问题
发表于 : 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:
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:
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]
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
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
[/code]