Results 1 to 5 of 5
HI,
I installed linux and the mouse was not detected. Its a serial mouse. I then plugged in a usb mouse and it worked fine. On opening yast and checking ...
- 11-21-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 5
mouse not working
HI,
I installed linux and the mouse was not detected. Its a serial mouse. I then plugged in a usb mouse and it worked fine. On opening yast and checking the mouse options, no type was specified. So i selected the "serial" "logitech" option and then saved the configuration and rebooted. It still doesnt recognize my original serial mouse and now it doesnt recognize my USB mouse either. What to do? I want it to work with my serial mouse. Please tell me what i need to change and where.
TIA.
- 11-21-2006 #2
in terminal/konsole, execute this
post Section 'InputDevice' for mouse here.Code:cat /etc/X11/xorg.conf
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-22-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 5
I changed the type to USB Generic and the mouse works (USB).
When i change to "serial" "logitech", the behavior is wierd. If i move the mouse around, it acts as if the right button is clicked. This is the code from the xorg.config file (for the serial mouse):
Code:InputDevice "Mouse[1]" "CorePointer"
Thanks.
- 11-22-2006 #4
post complete section...
or replace that with this
Code:Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-22-2006 #5
post complete section...
or replace that with this
Code:Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote