On Fri, May 9, 2008 at 20:11:56 +0200, Thomas Koenig wrote: > Contents of /etc/X11/xorg.conf: > > Section "InputDevice" > Identifier "Configured Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/psaux" > Option "Protocol" "PS/2" > EndSection > > Section "InputDevice" > Identifier "Generic Mouse" > Driver "mouse" > Option "SendCoreEvents" "true" > Option "Device" "/dev/input/mice" > Option "Protocol" "ImPS/2" > EndSection > You have two mouse devices here, you need to remove one of them (or both, since the server will create a default one if there's no mouse in xorg.conf anyway). You'll also need to remove the corresponding inputdevices from the ServerLayout section.
Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

