You are not logged in.

#1 2004-05-16 21:44:00

Zym0tiC
Member
Registered: 2004-01-17
Posts: 40
Website

Synaptics touchpad / x.org

I'm trying to get the synaptics driver working in x.org for my touchpad.
(tap = klik and a scrolling area in the pad)

This is how my /etc/X11/xorg.conf looks like:

Section "Module"
    ...
    Load       "synaptics"
    ...
EndSection

Section "InputDevice"
  Identifier    "synaptics"
  Driver        "synaptics"
  Option        "Device"        "/dev/misc/psaux"
  Option        "Protocol"      "auto-dev"
  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"
#  Option       "Repeater"      "/dev/ps2mouse"
EndSection


    InputDevice "Mouse1" "Corepointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "synaptics" "AlwaysCore"

I had _no_ problems by compiling and installing the driver.
I already tried to switch Corepointer and alwayscore between Mouse1 and synaptics.
With the code shown above kde boots but no tapping or any other synaptec feature.
If I set corepointer to synaptics and alwayscore to mouse1 then I get the following error:

Query no Synaptics: 6003C8
(EE) synaptics no synaptics touchpad detected and no repeater device
(EE) synaptics Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "synaptics"
(II) UnloadModule: "synaptics"

I already enabled and disabled this line: #  Option       "Repeater"      "/dev/ps2mouse"

Offline

#2 2004-05-17 11:59:09

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: Synaptics touchpad / x.org

You have to load evdev module (modprobe evdev). Have you done that already?
I compiled / installed synaptic drivers yestarday on my lap. Just followed it's readme.
Feel free to contact me via pm, so I can send you my config.


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#3 2004-05-17 13:10:23

Zym0tiC
Member
Registered: 2004-01-17
Posts: 40
Website

Re: Synaptics touchpad / x.org

Pink Chick wrote:

You have to load evdev module (modprobe evdev). Have you done that already?
I compiled / installed synaptic drivers yestarday on my lap. Just followed it's readme.
Feel free to contact me via pm, so I can send you my config.

Thanks for the advice, when I get home I will try to load evdev.

Offline

#4 2004-05-17 17:48:37

Zym0tiC
Member
Registered: 2004-01-17
Posts: 40
Website

Re: Synaptics touchpad / x.org

for the search:

evdev did the job lol

edit: on problem remains. I have to close kde when I want to switch from mouse to touchpad

Offline

#5 2004-05-19 20:28:33

Zym0tiC
Member
Registered: 2004-01-17
Posts: 40
Website

Re: Synaptics touchpad / x.org

today I changed from devfs to udev but now I'm back to the beginning no dubbel tap  :cry:

nothing changed in xorg.conf

/dev/psaux is there pointing to /dev/mouse (660)

Offline

#6 2004-09-28 21:05:53

soniX
Member
From: Oslo, Norway
Registered: 2004-01-23
Posts: 161

Re: Synaptics touchpad / x.org

double tap not working with here either (running uDev with alps.patch)
but scrolling works like a charm

if anyone has a sollution for the doubletap with uUdev, please post.

Offline

#7 2004-09-28 21:51:11

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Synaptics touchpad / x.org

don't use "AlwaysCore" use "SendCoreEvents" in x.org

I set my touchpad up with ZAxisMapping and the scroll worked.....

Offline

#8 2004-09-29 01:00:57

soniX
Member
From: Oslo, Norway
Registered: 2004-01-23
Posts: 161

Re: Synaptics touchpad / x.org

I have no idea what happened... but now double-tapping works..
Im happy smile

Offline

#9 2004-09-29 18:20:14

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Synaptics touchpad / x.org

dont load synaptics in the modules section... drivers dont need to be there...

Offline

Board footer

Powered by FluxBB