[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#622707: bug 622707 seems resolved upstream



Hi, this is the upstream kernel bug report I submitted:

https://bugzilla.kernel.org/show_bug.cgi?id=33652

Sync problems and lagging seems gone once I pass the options
"i8042.nomux" to the kernel.
The "query no synaptics" error message still shows up in Xorg.0.log.
But the kernel developer pointed out this:

http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html

As you can see, not only Arch Linux, but Fedora also ship the
following configuration file for xorg.conf.d

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
EndSection

The important change from Debian is the inclusion of the line:
MatchDevicePath "/dev/input/event*"
But they also say this is purely cosmetic.

Andres



Reply to: