You are not logged in.

#1 2008-05-04 08:24:58

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

ibm t40 touchpad problem

I have a problem with ibm t40 touchpad.
I have installed synaptics package from repo, modified xorg.conf according to Wiki, but it doesn't work at all, I mean I can't use touchpad at all (mouse point doesn't move at all)
I can tell synaptics has been loaded:

[ganlu@Archlinux ~]$ sudo dmesg |grep Synaptics
Password:
Synaptics Touchpad, model: 1, fw: 5.9, id: 0x2c6ab1, caps: 0x884793/0x0
serio: Synaptics pass-through port at isa0060/serio1/input0
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8

and synclient can detect the move of my finger on the touchpad.

[ganlu@Archlinux ~]$ synclient -m 50
    time     x    y   z f  w  l r u d m     multi  gl gm gr gdx gdy
   0.000  3763 2240   0 0  0  0 0 0 0 0  00000000   0  0  0   0   0
   1.151  3591 1388  50 1  4  0 0 0 0 0  00000000   0  0  0   0   0
   1.201  3540 1429  57 1  4  0 0 0 0 0  00000000   0  0  0   0   0
   1.251  3547 1656  59 1  4  0 0 0 0 0  00000000   0  0  0   0   0
   1.301  3528 1745  62 1  4  0 0 0 0 0  00000000   0  0  0   0   0

).

If I uninstall synaptics package, I can use the touchpad, only can't scroll pages.

there is my xorg.conf:

Section "Module"
    Load "synaptics"
EndSection

Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option     "Device"      "/dev/input/mouse0"
    Option    "Protocol"    "auto-dev"
    Option      "AlwaysCore"
    Option    "LeftEdge"      "1700"
    Option    "RightEdge"     "5300"
    Option    "TopEdge"       "1700"
    Option    "BottomEdge"    "4200"
    Option    "FingerLow"    "25"
    Option    "FingerHigh"    "30"
    Option    "MaxTapTime"    "180"
    Option    "MaxTapMove"    "220"
    Option    "VertScrollDelta" "100"
    Option    "MinSpeed"    "0.06"
    Option    "MaxSpeed"    "0.12"
    Option    "AccelFactor" "0.0010"
    Option    "SHMConfig"    "on"
EndSection

Section "Monitor"
    Identifier "IBM TFT LCD"
    VendorName "IBM"
    ModelName "Flat Panel 1024x768"
    HorizSync 31.5-90
    VertRefresh 59-75
EndSection

Section "Device"
    Identifier "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
    Driver "radeon"
    Option "DPMS"
    Option "AGPSize" "32" # default:8
    Option "XAANoOffscreenPixmaps" "1"
#    Option "AccelMethod" "EXA"
#    Option "RenderAccel" "on"
    Option "AGPMode" "4"
    Option "EnablePageFlip" "on"
    Option "ColorTiling" "on"
    Option "AGPFastWrite" "yes"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
    Monitor "IBM TFT LCD"
    DefaultColorDepth 24
   
Subsection "Display"
    Depth 24
    Virtual 1024 768
EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Default Layout"
    InputDevice "Synaptics Touchpad" "SendCoreEvents"
    Screen "Default Screen"
EndSection

Section "DRI"
    Group "video"
    Mode 0666
EndSection

Anyone please help, thank you in advance.

Offline

Board footer

Powered by FluxBB