Julien MARY a écrit:
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 )
This answer is out of topic. The two mice are connected on different buses.
The problem that Remy has exposed, is that the built-in mouse is PS2,
and the extra mouse with the docking station is also PS2, and it the BIOS
that switches from one to another. And the built-in mouse has no wheel.
(pour la traduction, poser la question sur
debian-user-french@lists.debian.org)
==================================================
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 <[EMAIL PROTECTED]> 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