• Butterfly
    Butterfly
    aliem
    Posts: 85 from 2003/12/11
    From: Italy
    simply a wrong/missing X config.

    Just add this section in your /etc/X11/xorg.conf (or xf86config)


    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice" # for PS/2 mouse -> "/dev/psaux"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "false"
    Option "ZAxisMapping" "4 5"
    EndSection


    bye
  • »11.10.05 - 18:24
    Profile