[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: x11 question



On Tue, 19 Mar 2002, Woodchuck wrote:

 and then expanded his statement:

> Re Trackball:  My Logitech marble 2-button ball works perfectly with
> this configuration:
>
> Section "Pointer"
>    Protocol        "wsmouse"
>    Device          "/dev/wsmouse"
>    Buttons         3
>    Emulate3Buttons
> EndSection

This, of course, is for version 3.3.6 server, which I was running
up until a few minutes ago :-)

For ver 4.1,  the cfg syntax is different.  in xf86cfg, select
wsmouse, 3 buttons, and emulation of 3 buttons (for 2 button Logitech
trackballs).  This generates a ver 4.1 config file section of:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "wsmouse"
        Option      "Emulate3Buttons"
        Option      "Device" "/dev/wsmouse"
EndSection

Sorry for any confusion.

I verified -- if you blithely select a PS2 mouse, you are doomed,
and will get "very crazy" mouse performance.  This is due to interference
with the wsconsole code, no doubt.  If you tell it wsmouse, happiness is thine.

Dave