>> Hi,
>> Does anyone know of a Genius 3-button mouse will work with
>> X, and if so, what I should configure it as, both from the kernel
>> and X points of view?
>> Thanks,
>> Andy Hore.
>Hi,
>Yes it will work with a 3-button mouse.
>To configure the mouse correct you must update your systwm.xxxxrc.
>The xxxx are standing for your window-manager.
>You can find the file in /usr/X11/lib/X11/xxxx.
>As window-managers you can select eg. fvwm, olwm, etc.
>Read the man page from xxxx how to configure you mouse
>Hope this will help you.
>Best regards
> Jan Rooijackers
Well to get it working in the 1st place you need to configure your
/usr/lib/X11/XF86Config file to make your X-server select the proper
mouse protocol. I suggest you read the XF86Config man-page first, see
below.
For a Genius HiMouse (3-buttons) you need to set the Protocol to
MouseSystems. Like;
Section "Pointer"
Protocol "MouseSystems"
Device "/dev/mouse"
EndSection
Once this is working you can start editing/configuring button bin-
dings from the various window-manager configuration files as explained
by Jan Rooijackers.
Regards,
-- Wimth.
== From the XF86Config man-page ==
..
..
The Pointer section is used to specify the pointer device
and parameters. The entries available for this section
are:
Protocol "protocol-type"
specifies the pointer device protocol type. The
protocol types available are:
BusMouse
Logitech
Microsoft
MMSeries
Mouseman
MouseSystems
PS/2
MMHitTab
Xqueue
XFree86 Version 3.1 3
XF86Config(4/5) XF86Config(4/5)
..