Incoming from Marcel A. Lecker:
>
> That helped me narrow it down quite a bit. I'm going to have to fiddle
> with /etc/X11/xorg.conf a little to map it the way I'm used to having
Try looking into Xmodmap. That'll redefine the order for you. I saw
recent versions of X insisting I do something goofy like:
pointer = 3 2 1 5 6
instead of my usual:
pointer = 3 2 1
to change my three button (not six) mouse to left-handed. Put that
line in ~/.xmodmap and make sure .xinitrc or .xsession does something
with it:
usermodmap=$HOME/.xmodmap
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Please don't Cc: me.
- -
_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying