[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
> Here's the relavent part of my xorg.conf file: > > Section "InputDevice" > Identifier "Synaptics Touchpad" > Driver "synaptics" > Option "SendCoreEvents" "true" > Option "Device" "/dev/psaux" > Option "Protocol" "auto-dev" > Option "HorizScrollDelta" "0" > Option "MinSpeed" "0.02" > Option "MaxSpeed" "0.580" > Option "AccelFactor" "0.450" > Option "MaxTapTime" "1000" > Option "MaxTapMove" "220" > EndSection try: Option "Device" "/dev/input/mice" I dunno if it makes a difference, but it looks like the device nodes have different device numbers. yatt@yerface:/tmp/kde-yatt$ ls -l /dev/psaux crw-rw---- 1 root root 10, 1 2006-10-16 21:44 /dev/psaux yatt@yerface:/tmp/kde-yatt$ ls -l /dev/input/mice crw-rw---- 1 root root 13, 63 2006-10-16 21:44 /dev/input/mice -- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html