It does not.genstorm wrote:It should, for a synaptics touchpad?darkbasic wrote:Shouldn't synaptics be a better choice for a touchpad?
I suspect that xf86-input-synaptics will create a standard config file inside /etc/X11/xorg.conf.d/ preceding the evdev-catchall file, at least that would be the sane thing to do.
Code: Select all
Section "Device"
Identifier "my-nvidia-card"
Driver "nvidia"
EndSectionCode: Select all
Section "Device"
Identifier "my-ati-card"
Driver "fglrx"
EndSection

Code: Select all
Fatal Server error:
No screens found.Code: Select all
Section "InputClass"
Identifier "Wacom Tablet"
MatchProduct "Bamboo 4x5 Finger"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
Code: Select all
KERNEL=="event*", ID_VENDOR_ID=="056a", NAME="input/%k", SYMLINK="input/wacom"
Have you set INPUT_DEVICES="evdev" and rebuilt xorg-drivers (which will pull in xf86-input-evdev), evdev interface built into the kernel or as module?hellsings wrote:I tried to install xorg-server-1.8, but with INPUT_DEVICES set to evdev or evdev/mouse/keyboard/synaptics.
My keyboard/mouse don't work with *.conf in /etc/xorg.conf.d/