Emulating 3 buttons on a 2 button mouse

Rick Thomas yellowdog-general@lists.terrasoftsolutions.com
Fri May 2 01:13:01 2003


I have the same question, but for a system that won't be using X11 -- just
the text console.

I have a Kensington two button ADB "Turbo Mouse" that I'd like to use with
GPM -- the text console selection cut-and-paste utility.

There's a file called /etc/sysconfig/mouse-emulation  Does anybody know what
the various parameters in it mean, and what their possible values are?  Is
this documented somewhere?

Does that file set things that bear on the question of how to use my
2-button mouse with GPM?

Thanks for any help you can provide...


Rick

> From: Jesse Wilson <jessew@holly.colostate.edu>
> Organization: Colorado State University
> Reply-To: yellowdog-general@lists.terrasoftsolutions.com
> Date: Thu, 10 Apr 2003 12:37:16 -0600
> To: yellowdog-general@lists.terrasoftsolutions.com
> Subject: Re: Emulating 3 buttons on a 2 button mouse
> 
> In your /etc/X11/XF86Config file:
> 
> Section "InputDevice"
> Identifier  "Mouse0"
> Driver      "mouse"
> Option      "Protocol" "PS/2"
> Option      "Device" "/dev/psaux"
> Option      "ZAxisMapping" "4 5"
> Option      "Emulate3Buttons" "yes"
> EndSection
> 
> That last option should enable emulation...
> 
> -Jesse
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
>