[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mouse ps/2 doesn't work



Mariusz Antonik wrote:
Hi.
I just install a debian sarga from internet. Probably during intalation I bad chose a mouse and now it doesn't work.
Can somebody tell me where I can reconfigure a mouse?

If it is just the mouse issue, you can make the changes in /etc/X11/XF86config-4 directly using a text editor. I have these in mine:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

->HS






Reply to: