F9: usb mouse not working in X (solved)

Patrick fedora-list at puzzled.xs4all.nl
Mon Feb 11 16:38:08 UTC 2008


On Mon, 2008-02-11 at 11:26 -0500, Adam Jackson wrote:
[snip]
> > On F9 in /etc/X11/xorg.conf changing this line:
> > InputDevice    "Synaptics" "CorePointer"
> > to
> > InputDevice    "Synaptics" "AlwaysCore"
> > 
> > will make the usb mouse work again.
> 
> Well that's special.  Something must have changed the semantics of the
> "CorePointer" keyword.
> 
> Filed a bug for this:
> '
> https://bugzilla.redhat.com/show_bug.cgi?id=432363
> 
> Which will be on the list for F9.

Thanks but my solution was close but no cigar as it did make the usb
mouse work but disabled the touchpad. Please have a look at the post by
Andrew Farris <lordmorgul at gmail.com> in the same thread. He suggested
the solution that makes both the usb and touchpad work. Based on his
suggestion here's my working config:

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "USB Mouse" "CorePointer"
	InputDevice    "Synaptics" "SendCoreEvents"
EndSection

Section "InputDevice"
	Identifier  "USB Mouse"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "false"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "auto-dev"
	Option	    "Emulate3Buttons" "yes"
	Option	    "SHMConfig" "true"
EndSection

-- 
Regards,
Patrick




More information about the fedora-test-list mailing list