[PULL] udev input-hotplug backend
Julien Cristau
jcristau at debian.org
Fri Jan 1 07:48:38 PST 2010
On Fri, Jan 1, 2010 at 16:38:17 +0100, Stephan Raue wrote:
> how i can configure my system so mouse/ touchpad/ keyboard /(wacom
> touchscreen) work with udev? (if possible without any changes to
> xorg.conf or xorg.conf.d)?
>
You don't. You can add something like the following in xorg.conf (or as
separate files in xorg.conf.d):
Section "InputClass"
Identifier "synaptics"
MatchIsTouchpad "true"
Driver "synaptics"
EndSection
Section "InputClass"
Identifier "wacom"
MatchIsTablet "true"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "default"
Driver "evdev"
EndSection
The default section has to come last (or sort later than the rest, if
using xorg.conf.d), as explained in xorg.conf(5).
Cheers,
Julien
More information about the xorg-devel
mailing list