Hey Guys. I've got about the same setup as the first fellow (Gentoo 64
bit build) and I've always wanted to make the touchpad work right, so I
figured I'd follow along... Unfortunately, no matter how I set my
touchpad up, it doesn't respond. No errors in /var/log/Xorg.whatever,
but the touchpad simply doesn't respond to anything, even clicks via the
buttons.
Below follow all the pertinant files. Any help would be greatly
appreciated.
**************************************************
cat /proc/bus/input/devices
**************************************************
I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio4/input0
H: Handlers=mouse1 event2
B: EV=f
B: KEY=420 70000 0 0 0 0
B: REL=3
B: ABS=1000003
**************************************************
mousepad /etc/udev/rules.d/40-personal.rules
**************************************************
BUS="serio", SYSFS{description}="i8042 Aux-3 Port",
KERNEL="event2",SYMLINK="input/TouchPad"
(That's all on one line)
**************************************************
mousepad /etc/X11/xorg.conf
**************************************************
Section "InputDevice"
Identifier "Alps"
Driver "synaptics"
Option "Device" "/dev/input/TouchPad"
Option "Protocol" "auto-dev"
Option "LeftEdge" "130"
Option "RightEdge" "840"
Option "TopEdge" "130"
Option "BottomEdge" "640"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "200"
Option "MaxDoubleTapTime" "100"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.60"
Option "MaxSpeed" "1.10"
Option "AccelFactor" "0.030"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "on"
EndSection
.
.
.
Section "ServerLayout"
InputDevice "Alps"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Generic Keyboard"
EndSection
_______________________________________________
Linuxr3000 mailing list
[email protected]
http://mail.kdewebdev.org/mailman/listinfo/linuxr3000