Hi, zweiter Anlauf von mir bzgl. Deiner Frage. Leider ist mein Re: in der Mailingliste verrutscht. Versuche mal die Änderung, die ich unten eingefügt habe. Gruß Jens
Hier meine XF86Config Auszüge:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/input/mice" Option "InputFashion" "Mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "ZAxisMapping" "4 5" EndSection
Section "InputDevice" Driver "mouse" Identifier "Mouse[2]" Option "Device" "/dev/psaux" Option "InputFashion" "Mouse" Option "Name" "PS/2-Mouse:PS/2" Option "Protocol" "PS/2" EndSection
Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "AlwaysCore"
Hier die Änderung: CorePointer weg und ersetzen durch SendCoreEvents InputDevice "Mouse[2]" "SendCoreEvents"
Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection