A Sony Vaio PCG-K33 with a synaptics touchpad. It is working only the ordinary function (as mouse). I am trying to startup the advanced functions with out succes.
Code: Select all
# cat /proc/bus/input/devices
I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Jogdial"
P: Phys=
S: Sysfs=/class/input/input0
H: Handlers=mouse0 event0
B: EV=7
B: KEY=40000 0 0 0 0 0 0 0 0
B: REL=100
I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Keys"
P: Phys=
S: Sysfs=/class/input/input1
H: Handlers=kbd event1
B: EV=3
B: KEY=1f ffff0000 0 20000 100000 0 2 0 0 100400 0 40300400 0 0 0 0
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input2
H: Handlers=kbd event2
B: EV=40001
B: SND=6
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input3
H: Handlers=kbd event3
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7
I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="PS/2 Mouse"
P: Phys=isa0060/serio1/input1
S: Sysfs=/class/input/input4
H: Handlers=mouse1 event4
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3
I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input5
H: Handlers=mouse2 event5
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003
/etc/X11/xorg.conf
...
Load "synaptics"
...
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
# device is usually a symbolic link to the real device
Option "Device" "/dev/touchpad"
Option "Protocol" "auto-dev"
#Option "SendCoreEvents" "true"
#Option "Device" "/dev/psaux"
#Option "HorizScrollDelta" "0"
Option "LeftEdge" "2000"
Option "RightEdge" "5000"
Option "TopEdge" "2000"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.02"
Option "SHMConfig" "on"
#Option "Repeater" "/dev/ps2mouse"
EndSection
...
Section "ServerLayout"
Identifier "Main Layout"
Screen "Default Screen"
InputDevice "PS/2 Mouse" "CorePointer"
#InputDevice "PS/2 Mouse" "AlwaysCore"
#InputDevice "Synaptics Touchpad" "SendCoreEvents"
#InputDevice "Synaptics Touchpad" "AlwaysCore"
InputDevice "Synaptics Touchpad" "Corepointer"
#InputDevice "Mouse USB"
InputDevice "AT Translated Set 2 keyboard" "CoreKeyboard"
EndSection
Code: Select all
#ls -l /dev/touchpad
lrwxrwxrwx 1 root root 12 Feb 22 18:47 /dev/touchpad -> input/event2
#uname -a
Linux norrell 2.6.15-gentoo-r1 #11 SMP PREEMPT Tue Feb 21 07:46:47 UTC 2006 i686 Mobile Intel(R) Pentium(R) 4 CPU 3.06GHz GenuineIntel GNU/Linux
#grep "EVDEV" /usr/src/linux/.config
CONFIG_INPUT_EVDEV=y
#cat /dev/input/event2
(show the touchpad action)
#cat /dev/input/event5
(show the touchpad action)
#cat /dev/psaux
(show the touchpad action)
Them adjusting the parameter in xorg.conf or the touchpad at control center result nothing.
and no more ideas?!?!?!?
