Re: XF86Config-4

Top Page

Reply to this message
Author: Mickael Profeta
Date:  
To: ML Guilde
Subject: Re: XF86Config-4
Frédéric Mantegazza wrote:
> Lorsque l'on a deux souris definies (USB et PS2, par exemple), comment
> sont-elles declarees au niveau de la section "ServerLayout" ? L'une est
> "CorePointer", mais l'autre ?
>

moi j'ai ca:


Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"    "/dev/psaux"
    Option      "Protocol"     "PS/2"
    Option      "Emulate3Buttons" "true"
    Option      "ZAxisMapping"    "4 5"
EndSection


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


et

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "Generic Mouse"
EndSection


A+

Mike