TODO

Synaptics

sudo dmesg | grep input: | grep -i 'touch'
[    4.263900] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
sudo apt-get install xserver-xorg-input-synaptics
sudo  synclient SHMConfig=1
Unknown parameter SHMConfig
synclient -m 100
synclient: invalid option -- 'm'
cat /etc/X11/xorg.conf 
Section "InputClass"
        Identifier "enable synaptics SHMConfig"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "SHMConfig" "on"
EndSection

AlpsPS/2 ALPS TouchPad on [[AmiloA]] [[Laptop]]

dmesg | grep input:
# input: AT Translated Set 2 keyboard on isa0060/serio0
# input: AlpsPS/2 ALPS TouchPad on isa0060/serio1
cat /proc/bus/input/devices
...
I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="AlpsPS/2 ALPS TouchPad"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event1 ts0
B: EV=f
B: KEY=420 30000 670000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003

see http://rzr.online.fr/docs/comp/xorg.conf

If Inactive :

  • add “i8042.nomux” to your bootloader (which give some parametters to the Linux Kernel) :
  • * /etc/lilo.conf : append=i8042.nomux parram and run lilo again
  • * /boot/grub/menu.lst : kopt=i8042.nomux
  • Else try to install gdm (else kdm)

this unlock my touchpad (i cant explain why)

# cat /etc/mandrake-release
Mandrake Linux release 10.0 (Community) for i586
# uname -a
Linux Giovanni 2.6.3-4mdk #1 Tue Mar 2 07:26:1

3 CET 2004 i686 unknown unknown GNU/Linux

Noticed on

  • Debian
  • Mdk 10 Bios1.09 (which kernel version? uname -a)

Tap click

New Kernel 2.6.11 disable “double tap” click see Kernel | :

mousedev.tap_time=

@ http://lkml.org/lkml/fancy/2005/3/7/232 # Touchpad “tapping” changes in 2.6.11?

@ http://web.telia.com/~u89404340/patches/touchpad/2.6.11/ patchs

@ http://www.geocities.com/dt_or/

@ http://www.ussg.iu.edu/hypermail/linux/kernel/0406.0/1465.html

@ http://www.uwsg.iu.edu/hypermail/linux/kernel/0502.1/0100.html

@ http://web.telia.com/~u89404340/touchpad/trouble-shooting.txt

@ http://marc.theaimsgroup.com/?l=linux-kernel&m=110708138225873&w=2

Synaptic : http://wiki.splitbrain.org/lifebook-2.6

Option          "MaxTapTime"            "180"
Option          "MaxTapMove"            "110"
# [[Mouse]] patch, was needed for 2.6.11.6 , doesnt apply to 2.6.12
cd /usr/src/linux
wget -O - http://web.telia.com/~u89404340/patches/touchpad/2.6.11/p00001_alps-hwtaps.patch \
| patch -p1 -b

[[Toshiba]] satellite 2410-514 @ <psycocat>

dmesg | grep input:
# input: AT Translated Set 2 keyboard on isa0060/serio0
# input: PS/2 Mouse on isa0060/serio1
# input: AlpsPS/2 ALPS GlidePoint on isa0060/serio1

MISC

# http://support.fujitsu-siemens.com/download/FileDownload/fileDownload.aspx?SoftwareGUID=15F66923-0DB5-4649-BB4F-A3962A97B0FD&FileFolder=Downloadfiles&FileTypeExtension=ZIP&FileNameClient=FSC_1002297.ZIP&FileSize=638668
# ed2k://|file|FSC_1002297.ZIP|638668|b6290e64066d40f649b3110ccc705a8f|

MORE

touchpad.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki