You are not logged in.

#1 2008-09-25 21:08:35

abijr
Member
Registered: 2008-05-18
Posts: 71

Synaptics woes!!

Hi all,
I did a pacman -Syu, and my touchpad doesn't scroll anymore
I tried modifiying my xorg.conf with no results.

It appears that it is working with the normal ps2 mouse
driver and not the synaptics anymore. And whenever I comment
out the configuration for the ps2, well the mouse doesn't work at
all.

Its a dell inspiron 1420. And my xorg.conf of the synaptics part

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection

Offline

#2 2008-09-25 23:38:48

M177ER
Member
Registered: 2008-06-15
Posts: 148

Re: Synaptics woes!!

Do you 'synaptics' in the Modules section of xorg.conf?

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

Offline

#3 2008-09-25 23:56:15

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Synaptics woes!!

Any chance you have [testing] enabled?  If so, the synaptics driver was replaced by xf86-input-synaptics (for me at least) and has borked my scrolling as well.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#4 2008-09-28 18:13:32

abijr
Member
Registered: 2008-05-18
Posts: 71

Re: Synaptics woes!!

mmmm, I did load synaptics in xorg.conf.
and I uninstalled synaptics removed testing repo
and reinstalled and still no results,

I have not removed the old synaptics package from my cache,
maybe I'll just install that one...

Thanks for the suggestions smile

Offline

#5 2008-10-10 01:58:09

abijr
Member
Registered: 2008-05-18
Posts: 71

Re: Synaptics woes!!

Found the issue, I had upgraded xorg-server to the one in the
testing repositories. I downgraded to the one in extra
with the video card drivers (they were also from testing)  and the
touch-pad is now working. :=)

Offline

#6 2008-11-21 05:35:12

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: Synaptics woes!!

For anyone looking for the proper solution, you must now explicitly enable the scroll zones in the synaptics InputDevice section of xorg.conf:

    Option      "VertEdgeScroll"    "true"  # enable vertical scroll zone
    Option      "HorizEdgeScroll"   "true"  # enable horizontal scroll zone

thayer williams ~ cinderwick.ca

Offline

#7 2008-11-22 18:58:56

sash
Member
Registered: 2005-10-16
Posts: 155

Re: Synaptics woes!!

thayer wrote:

For anyone looking for the proper solution, you must now explicitly enable the scroll zones in the synaptics InputDevice section of xorg.conf:

    Option      "VertEdgeScroll"    "true"  # enable vertical scroll zone
    Option      "HorizEdgeScroll"   "true"  # enable horizontal scroll zone

Excellent, thanks smile Scroll works again.

Offline

#8 2008-11-23 00:34:45

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Synaptics woes!!

Thayer++


I am a gated community.

Offline

#9 2008-12-01 22:28:55

crhossen
Member
Registered: 2008-11-06
Posts: 4

Re: Synaptics woes!!

Thayer that worked to get the scrolling back. But my cursor moves significantly slower than it used to and the tapping to click doesn't work. Do you know how to fix it?

Offline

#10 2008-12-01 22:57:15

crhossen
Member
Registered: 2008-11-06
Posts: 4

Re: Synaptics woes!!

I was able to fix it! I looked at the wiki and all was good.
You need to add

        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"

to the InputDevice section for synaptics.

Offline

Board footer

Powered by FluxBB