Find the answer to your Linux question:
Results 1 to 7 of 7
Hi Installed SUSE 10.1 attached is a ps2 mouse which I know works ok (tested on other machines and worked on my laptop with another OS) but the mouse cursor ...
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    19

    PS2 mouse not working

    Hi

    Installed SUSE 10.1 attached is a ps2 mouse which I know works ok (tested on other machines and worked on my laptop with another OS) but the mouse cursor doesn't move (currently using the joystick on the keyboard).

    I've gone into YAST and clicked on mouse model and a mouse is shown (seems to be a generic model - mine cost £2.50 make uknown). I've seen posts about editing xorg.conf but they don't say what to edit.

    Any suggestions please?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    post the mouse section of xorg.conf file.





    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
    Aug 2006
    Posts
    19
    Driver "mouse"
    identifier "Mouse[1]"
    option "device" "/dev/input/mice"
    option "name" "PS/2"
    option "protocol" "PS/2"
    Option "vendor" "PS/2-mouse"
    option "zaxismapping" "4 5"

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    it should be like this....

    Code:
    Section "InputDevice"
      Driver       "mouse"
      Identifier   "Mouse[1]"
      Option       "Buttons"           "5"
      Option       "Device"            "/dev/input/mice"
      Option       "Name"              "PS/2"
      Option       "Protocol"           "explorerps/2"
      Option       "Vendor"             "PS/2-mouse"
      Option       "ZAxisMapping"   "4 5"
    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
    Just Joined!
    Join Date
    Aug 2006
    Posts
    19
    I'm presuming that where yours says "explorerps/2" - explorerps is the manufaturer?
    Also I've tried amending my version to include buttons (as this is the only line missing) but this makes no difference.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I'm presuming that where yours says "explorerps/2" - explorerps is the manufaturer?
    ExplorerPS/2 is a protocol. manufacturer is titled as 'vendor'.
    add this code too.....

    Code:
    Option		"Emulate3Buttons"	"true"



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

  7. #7
    Just Joined!
    Join Date
    Aug 2006
    Posts
    19
    Hi

    Thanks for th epost - still no joy - the mouse still doesn'y work

Posting Permissions

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