Hi,
I just installed 10.2 on my box. Everything worked as it should (well, mostly). But there's this glitch that I can't fix. My mouse (Logitech, PS/2), just doesn't scroll. I have this in my xorg.conf:
Code:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
If I insert these :
Code:
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
I get an error when I start X, saying "4 is not a valid parameter". I tried a lot of different things, but I just can't get it to work. Please advise. Thanks.