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

Re: Touch-pad & external mouse



For me it is ok ( Pour moi c'est ok )
This is the pertinent part of my XF86Config 
( Voici la partie pertinente de mon XF86Config )
==================================================
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
Option      "SampleRate" "60"
Option      "BaudRate" "1200"
Option      "Resolution" "100"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "yes"


Section "ServerLayout"   <---- Tu ne la faisais pas figurer
    Identifier "layout0"
    Screen     "screen1"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Mouse1" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


On Fri, 15 Nov 2002 22:03:36 +0100
Remi Suinot <rsuinux@gmx.fr> wrote:

> Hello all;
> 
> (sorry for my english)
> 
> y have Toshiba 2770 with touch-pad (4 buttons), and
> external mouse (Imps/2) how to make for automatic switch
> the XF86Config-4 with or without the external mouse?
> My XF86Config-4 for mouse device:
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "CorePointer"
>         Option      "Device" "/dev/mouse"
>         Option      "Protocol" "PS/2"
>         Option      "Emulate3Buttons"
>         Option      "Emulate3Timeout"    "40"
>         Option   "XaaNoMono8x8PatternFillRect"
> EndSection
> 
> Section "InputDevice"
>         Identifier      "Mouse1"
>         Driver          "mouse"
>         Option          "CorePointer"
> #       Option          "SendCoreEvents"        "true"
>         Option          "Device" "/dev/mouse"
>         Option          "Protocol"              "IMPS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option          "ZAxisMapping"          "4 5"
> EndSection
> 
> Mouse0 and Mouse1 do not want to work together
> 
> Thanks for your help.
> Rémi.
> 
> -- 
> R. Suinot: http://rsuinot.free.fr => page perso
>            http://rsuinux.free.fr => projets: Oups! |
>            Domotique | domino | Le
> jeu idiot
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> debian-laptop-request@lists.debian.org with a subject of
> "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org



Reply to: