Moderators: ChriThor, LXF moderators
TheDoctor wrote:A last update: I got myself a PS/2 to USB converter, so my mouse and keyboard now connect to my Linux machine through USB. This has solved the problem.
As I understand it, Belkin KVMs send out extraneous characters which the kernel will handle from a PS/2 conection just so long as you don't switch to another machine. However, if you connect a mouse via a USB the kernel knows to ignore these characters come what may.
TheDoctor wrote:..8<..
All I need now to be perfectly happy is a Linux driver for my mouse so I can use its wheel! So off I go to search the web....
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "explorerps/2"
Option "ZAxisMapping" "4 5"
EndSection
TheDoctor wrote:A last update: I got myself a PS/2 to USB converter, so my mouse and keyboard now connect to my Linux machine through USB. This has solved the problem.
Users browsing this forum: No registered users and 0 guests