Mailinglist Archive: opensuse-bugs (4369 mails)
| < Previous | Next > |
[Bug 203609] usb mouse not working in X
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 8 Sep 2006 02:22:19 -0600 (MDT)
- Message-id: <20060908082219.7ECC0EDE@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=203609
------- Comment #4 from silviu.marin-caea@xxxxxxxxxx 2006-09-08 02:22 MST -------
Installation can be done with keyboard only.
After installation, I have commented out the "Envents" mouse from ServerLayout
section of xorg.conf. After that, my USB mouse works.
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/event1"
Option "Name" "USB Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[3]" "CorePointer"
# InputDevice "Mouse[1]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-bugs+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-bugs+help@xxxxxxxxxxxx
------- Comment #4 from silviu.marin-caea@xxxxxxxxxx 2006-09-08 02:22 MST -------
Installation can be done with keyboard only.
After installation, I have commented out the "Envents" mouse from ServerLayout
section of xorg.conf. After that, my USB mouse works.
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/event1"
Option "Name" "USB Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[3]" "CorePointer"
# InputDevice "Mouse[1]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-bugs+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-bugs+help@xxxxxxxxxxxx
| < Previous | Next > |