Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10
|
Kernel (uname -r):
|
2.6.18
|
|
Distribution:
|
Slackware 11.0
|
Plugged into PS/2 port and worked right away. I had to configure the /etc/X11/xorg.conf and reboot to get scrolling working. Works in KDE, GIMP, and Firefox. Can't go wrong for $10.
/etc/X11/xorg.conf
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
Option "ZAxisMapping" "4 5"
EndSection
|