Система: slackware-12.2
Ядро: 2.6.27.7-smp
Драйвер тачпада: xf86-input-synaptics-0.15.2
Код: Выделить всё
#lsmod | grep psmouse
psmouse 40592 0Код: Выделить всё
dmesg
input: PS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input6Код: Выделить всё
ls /sys/device/platform/i8042/serio4/input/input6
drwxr-xr-x 7 root root 0 2009-03-06 21:19 ./
drwxr-xr-x 3 root root 0 2009-03-06 21:19 ../
drwxr-xr-x 2 root root 0 2009-03-06 21:19 capabilities/
lrwxrwxrwx 1 root root 0 2009-03-06 21:19 device -> ../../../serio4/
drwxr-xr-x 3 root root 0 2009-03-06 21:19 event6/
drwxr-xr-x 2 root root 0 2009-03-06 21:19 id/
-r--r--r-- 1 root root 4096 2009-03-06 21:19 modalias
drwxr-xr-x 3 root root 0 2009-03-06 21:19 mouse1/
-r--r--r-- 1 root root 4096 2009-03-06 21:19 name
-r--r--r-- 1 root root 4096 2009-03-06 21:19 phys
drwxr-xr-x 2 root root 0 2009-03-06 21:19 power/
lrwxrwxrwx 1 root root 0 2009-03-06 21:19 subsystem -> ../../../../../../class/input/
-rw-r--r-- 1 root root 4096 2009-03-06 21:19 uevent
-r--r--r-- 1 root root 4096 2009-03-06 21:19 uniqxorg.conf:
Код: Выделить всё
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "dbe"
Load "GLcore"
Load "dri"
Load "record"
Load "xtrap"
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Touchpad0"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "HorizEdgeScroll" "0"
Option "SHMCongig" "on"
EndSectionТачпад работает, но нет скролла (он работает и тогда, когда о нем нет ни слова в xorg.conf
И еще:
Код: Выделить всё
zcat /proc/config.gz
CONFIG_MOUSE_PS2_SYNAPTICS=yВ чем проблема?