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

Bug#559233: More doc



I see there are a lot of solutions for this, I'd like to explain how I did
it and sugest that some comments of the ways to fix this and examples are
added in a README.Debian or examples dir or similar.

All I did was add this two sections to my xorg.conf:

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "TapButton1" "1"
        Option          "TapButton2" "2"
        Option          "TapButton3" "3"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Hope this helps people out there.

Regards.



Reply to: