A Couple Slackware Linux Questions

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

xcript

Diamond Member
Apr 3, 2003
8,257
1
81
Originally posted by: SpeedFreak03
Could u show me ur mouse config in ur /etc/X11/XF86Config?

Sure thing. Here are all the relevant configs:

---- XF86Config

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Device" "/dev/psaux"
Option "SampleRate" "800"

----- .xinitrc

xmodmap -e "pointer = 1 2 3 6 7 4 5" &
sudo imwheel -k -b "67" &

----- .imwheelrc

"Eterm .*"
None, Up, Down
None, Down, Up

".*Mozilla Firebird"
None, Up, Alt_L|Left
None, Down, Alt_L|Right

(etc.)