LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mouse problems (https://www.linuxquestions.org/questions/linux-hardware-18/mouse-problems-43984/)

WinDrake2003 02-03-2003 10:31 PM

mouse problems
 
Hi, I have recently installed mandrake and everything was fine till I tried to get my scroll to work on mouse......How can I get it to reconfigure itself so at least I have a simple 2 button mouse again?Please help

WinDrake2003 02-03-2003 10:32 PM

P.S. also would like to know if theres a way to navigate with kb if lose mouse again?Thanks

jetblackz 02-05-2003 11:07 AM

Code:

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option      "SendCoreEvents"  "true"
EndSection

Option "ZAxisMapping" "4 5"

Add a similar line like this to that section in /etc/X11/XF86Config-4 or
/etc/X11/XF86Config, whichever is newer.

What mouse is it? How many buttons including wheel button?

WinDrake2003 02-05-2003 01:12 PM

mouse problems
 
Hi, thanks for help I have the mouse back and scrolling to....this is great.......now I need to now if I am supposed to download all security and bugfix updates or if only certain ones pertain to my personal configuration.........Thanks alot all


All times are GMT -5. The time now is 08:24 PM.