Retourner au contenu associé (entrée de forum : Deux pointeurs souris)
Posté par Jack DeNoumea (site web personnel) le 07 juillet 2005 à 18:47. En réponse au message Deux pointeurs souris. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# pourquoi pas
Posté par Jack DeNoumea (site web personnel) . En réponse au message Deux pointeurs souris. Évalué à 2.
xorg.conf
....
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
....
Section "ServerLayout"
...
InputDevice "Mouse2" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection