[Linux-bruxelles] help, changement de souris

Pasteleurs, Frederic PasteleursF at state.gov
Jeu 16 Oct 12:29:22 CEST 2003


From: Aldo <info at brlspeak.net>   
>Section "InputDevice"
>        Identifier  "PS/2 Mouse"
>        Driver      "mouse"
>#        Option      "Protocol" "PS/2"
>        Option      "Protocol" "IMPS/2"
>        Option      "Device" "/dev/psaux"
>        Option      "Emulate3Buttons" "true"
>        Option      "Emulate3Timeout" "70"
>        Option      "SendCoreEvents"  "true"
>EndSection

Je n'ai recopie que la section utilisee par defaut pour ta souris.
Tu dois modifier ta section "PS/2 Mouse" pour qu'elle ressemble a ca:

Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
#        Option      "Protocol" "PS/2"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
	  Option	  "ZAxisMapping"	"4 5"
#        Option      "Emulate3Buttons" "true"
#        Option      "Emulate3Timeout" "70"
#        Option      "SendCoreEvents"  "true"
	  Option	  "CorePointer"
EndSection




Plus d'informations sur la liste de diffusion Linux-bruxelles