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

Re: Upgraded to testing, broke X, can't open /dev/input/mice



This works for me in unstable/xorg, snipps from xorg.conf

Section "InputDevice"

        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/input/mice"
#        Option      "Emulate3Buttons" "yes"
        Option "ZAxisMapping" "4 5"
EndSection



Reply to: