On Sat, 2004-11-27 at 11:17 -0800, Sean Bruno wrote: > Indeed, keeping the KVM set to the booting machine has always been a > must. However, the mouse is breaking between machines that are already > booted. > > > On Sat, 2004-11-27 at 14:04 -0500, Clyde E. Kunkel wrote: > > On Sat, 2004-11-27 at 10:37 -0800, Sean Bruno wrote: > > > It seems like the issues with mice and KVM switch boxes has gotten worse > > > under FC3. > > > > > > Under FC2 the mouse would get confused when switching between different > > > machines and I would have to "ctrl-alt-f1" and then "ctrl-alt-f7" to > > > reset the mouse back to a useable state. > > > > > > Now under FC3, this "workaround" no longer compensates for the issue. > > > To get the mouse back, I have to disconnect the mouse(physically) and > > > reconnect it. Does this sound like something that has already been > > > reported? > > > > > > -- > > > > Actually, my KVM mouse has improved under FC3. I no longer need > > psmouse.proto=imps in grub. One thing, I always make sure that I keep > > the KVM switched to the FC3 machine when it is booting. > > > > FWIW here are the pertinent parts of my xorg.conf: # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection ... Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection BTW, I have PS/2 style mouse, not USB. Regards, Clyde Kunkel