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

Re: GPM for mouse



On Wed, 17 Dec 2003, Kent West wrote:

> James Miller wrote:
>
> >normal behavior under X was killall gpm.  So, what was I doing wrong?  I'd
> >be delighted if I could get gpm to cooperate with the mouse cursor under
> >X.
>
> and your /etc/X11/XFConfig-4 file, Input Device section will look
> something like:
> Section "InputDevice"
>         Identifier      "Configured Mouse"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/gpmdata"
>         Option          "Protocol"              "ImPS/2"
>         Option          "ZAxisMapping"          "4 5"
> EndSection
>
Hey, I just noticed somethin skwerky.  I've got TWO 'Section "InputDevice'
stanzas in my XF86Config4 - like so:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
EndSection

Hows come is that?  Will that cause further grief in trying to get gpm
going alongside X? (no "ZAxisMapping" line either, I note)

Thanks, James



Reply to: