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

Re: 2 souries sous SID



On Fri, Sep 26, 2003 at 04:52:44PM +0200, sdm wrote : 
> 
> Bonjour,
> Quelqu'un pourrait il me dire s'il est possible de faire fonctionner 2
> souries sous une SID. Je precise que la machine bah, c un portable donc il
> y a la sourie du portable plus un sourie USB branche sur la port USB ( :-)
> ) . Si vous pouviez m'indiquer dans quel sens chercher. S'il y a un soft
> pour la config?Merci d'avance

c'est possible :)

exemple de mon XF86Config-4 :

Section "InputDevice"
        Identifier      "Souris USB"
        Driver          "mouse"
        #Option         "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

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

et en fin de fichier :

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Souris USB" "CorePointer"
        InputDevice     "touchpad" "SendCoreEvents
EndSection

En esperant que ca puisse t'aider.

Sylvain

> 
> 
> 
> 
> -- 
> Pensez à lire la FAQ de la liste avant de poser une question :
> http://savannah.nongnu.org/download/debfr-faq/html/
> 
> To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: