Re: [SLUG] knopppix mouse config

From: Eben King (eben1@tampabay.rr.com)
Date: Mon Jul 04 2005 - 15:11:08 EDT


On Sat, 25 Jun 2005, michael hast wrote:

> I have been using a two-button mouse with a scroll wheel. Now, I'm
> using a three-button track-ball. What's the easiest way to configure my
> new button?

Edit /etc/X11/<whatever your X config file's called>
The relevant section in mine looks like this:

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Device" "/dev/mouse"
        Option "Protocol" "ExplorerPS/2"
        Option "Buttons" "6"
        Option "Emulate3Buttons" "no"
        Option "ZAxisMapping" "6 5"
EndSection

You probably want to change the Protocol (check
/usr/X11R6/lib/X11/doc/README.mouse), number of buttons (a wheel has two
directions, therefore counts as two buttons), and "Emulate3Buttons" (since
you have a third physical button, say "no"). No scroll wheel? Remove the
"ZAxisMapping" option.

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?           [TOFU := text oben,
A: Top-posting.                                       followup unten]
Q: What is the most annoying thing on usenet?        -- Daniel Jensen

----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 17:13:11 EDT