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
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel