Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    5

    Exclamation 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.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    in terminal/konsole, execute this
    Code:
    cat /etc/X11/xorg.conf
    post Section 'InputDevice' for mouse here.





    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just 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.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...