On Wednesday 18 October 2006 14:15, Iain Buchanan wrote:
> Hi all,
>
> from time to time I remove mice and plug them in, as I move my laptop
> around locations.  Sometimes I also start my laptop without a mouse
> plugged in, and then plug one in after boot.

[snip]

> I can't use the generic /dev/input/mice, (the one-for-all device)
> because I have a synaptic driver for the touchpad
> (/dev/input/mouse1), and "auto" for any other mouse plugged in
> (/dev/input/mouse2).

I don't see why you can't use /dev/input/mice - I have the same mouse 
setup as you and it works for me. Unless you have problematic hardware 
that is

[snip]

> does _anyone_ reading use X and _not_ the /dev/input/mice device? I
> would be interested to hear from you!!!

Well, fwiw, I'll give you the config I have and that works for me (with 
irrelevant bits snipped out). Maybe it'll work for you too...

Section "ServerLayout"
        Identifier      "FGLRX"
        Screen        0 "aticonfig-Screen[0]"   0 0
        InputDevice     "Mouse0"                "CorePointer"
        InputDevice     "Mouse1"                "AlwaysCore"
        InputDevice     "Keyboard0"             "CoreKeyboard"
EndSection
Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Protocol"              "IMPS/2"
        Option          "Device"                "/dev/input/mice"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection
Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "synaptics"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
   [snip synaptic config stuff]
        Option          "SendCoreEvents"        "true"
        Option          "ZAxisMapping"          "4 5 6 7"
        Option          "Emulate3Buttons"
EndSection

It's been a long long time since I set this up but I believe the 
critical settings at the time were "CorePointer" and "AlwaysCore" in 
the ServerLayout

alan
-- 
[email protected] mailing list

Reply via email to