• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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.
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.)
 
Back
Top