Hi I opened froozen bubble on my laptop and it frooze so i killed it (kill -9 <process>, but the my USB wheel mouse stopped working, i rebooted and no joy, only the touch mouse works. I have tried all the USB mice options in yast2 but on each reboot the mouse is dead and i have to get it going manually again. Seems it was originally set to ps2. Any one had this ? Marek
On Thu, 2005-05-12 at 07:28, Marek Pawinski wrote:
Hi
I opened froozen bubble on my laptop and it frooze so i killed it (kill -9 <process>, but the my USB wheel mouse stopped working, i rebooted and no joy, only the touch mouse works. I have tried all the USB mice options in yast2 but on each reboot the mouse is dead and i have to get it going manually again. Seems it was originally set to ps2. Any one had this ?
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "7" Option "Buttons" "7" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "ExplorerPS/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5 6 7" EndSection This is for a two wheel mouse and a compact trackball / middle button style mouse with H&V scrolling. if the usb is an issue use a usb to PS2 connector. If its only one wheel "ZAxisMapping" "4 5" -- ___ _ _ _ ____ _ _ _ | | | | [__ | | | |___ |_|_| ___] | \/
** Reply to message from Carl William Spitzer IV <cwsiv@myrealbox.com> on Mon, 16 May 2005 21:49:12 -0700
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "7" Option "Buttons" "7" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "ExplorerPS/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5 6 7" EndSection
This is for a two wheel mouse and a compact trackball / middle button style mouse with H&V scrolling. if the usb is an issue use a usb to PS2 connector.
With my usb optical mouse, I use Option "Device" "/dev/input/mice" Ed Harrison, Registered Linux User #199533 SuSE 9.3, Kernel 2.6.11 PolarBar Mailer 1.25a
On Tue, 2005-05-17 at 03:12, Ed Harrison wrote:
** Reply to message from Carl William Spitzer IV <cwsiv@myrealbox.com> on Mon, 16 May 2005 21:49:12 -0700
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "7" Option "Buttons" "7" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "ExplorerPS/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5 6 7" EndSection
This is for a two wheel mouse and a compact trackball / middle button style mouse with H&V scrolling. if the usb is an issue use a usb to PS2 connector.
With my usb optical mouse, I use
Option "Device" "/dev/input/mice"
That would be for directly using the usb for the mouse. I put mine in through a KVM which plugs into the PS2 ports for KB and mouse. Still the ZAxismapping should apply regardless of where the mouse is. -- ___ _ _ _ ____ _ _ _ | | | | [__ | | | |___ |_|_| ___] | \/
participants (3)
-
Carl William Spitzer IV
-
Ed Harrison
-
Marek Pawinski