← Back to team overview

registry team mailing list archive

[Bug 591656] Re: scrolling issues using touchpad

 

Launchpad has imported 19 comments from the remote bug at
http://bugs.freedesktop.org/show_bug.cgi?id=23890.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2009-09-12T15:46:28+00:00 Kamil wrote:

When I touch my touchpad and move the finger to right at some point the
cursor instantly jumps to the right edge of the screen. When I move the
finger back and cross this line again, but now from right to left, the
cursor instantly jumps from the right to the left edge of the screen.
The vertical line, which I must cross to notice such a strange behaviour
is placed at about 1/5 of touchpad's width from the right, so it may be
border of scrolling area. I have synaptics touchpad. I noticed this bug
a week ago and suspect that it's a regression at version 1.1.3 of xf86
-input-synaptics.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/0

------------------------------------------------------------------------
On 2009-09-12T15:58:31+00:00 Kamil wrote:

I can confirm that it's regression from 1.1.2. Just installed 1.1.2 and
the bug doesn't occur any more.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/1

------------------------------------------------------------------------
On 2009-09-13T23:26:08+00:00 Peter Hutterer wrote:

Henrik, Christoph - do you have time to look at this? I'm a bit busy
right now.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/2

------------------------------------------------------------------------
On 2009-09-14T04:10:56+00:00 Kamil wrote:

Instantly isn't appropriate word to describe the problem, so I changed
it to suddenly in summary line :P

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/3

------------------------------------------------------------------------
On 2009-10-07T18:00:04+00:00 Peter Hutterer wrote:

what's the output of synclient -l?
is the output different between 1.1.2 and 1.1.3?

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/4

------------------------------------------------------------------------
On 2009-10-09T05:32:31+00:00 Kamil wrote:

Output is the same for both versions:

Parameter settings:                
    LeftEdge                = 1700 
    RightEdge               = 5300 
    TopEdge                 = 1700 
    BottomEdge              = 4200 
    FingerLow               = 25   
    FingerHigh              = 30   
    FingerPress             = 255  
    MaxTapTime              = 180  
    MaxTapMove              = 221  
    MaxDoubleTapTime        = 180  
    SingleTapTimeout        = 180  
    ClickTime               = 100  
    FastTaps                = 0    
    EmulateMidButtonTime    = 75   
    EmulateTwoFingerMinZ    = 280  
    EmulateTwoFingerMinW    = 7    
    VertScrollDelta         = 100  
    HorizScrollDelta        = 100  
    VertEdgeScroll          = 1    
    HorizEdgeScroll         = 1    
    CornerCoasting          = 1    
    VertTwoFingerScroll     = 1    
    HorizTwoFingerScroll    = 1    
    MinSpeed                = 0.3  
    MaxSpeed                = 1    
    AccelFactor             = 0.006
    TrackstickSpeed         = 40   
    EdgeMotionMinZ          = 29   
    EdgeMotionMaxZ          = 159  
    EdgeMotionMinSpeed      = 1    
    EdgeMotionMaxSpeed      = 401  
    EdgeMotionUseAlways     = 0    
    UpDownScrolling         = 1    
    LeftRightScrolling      = 1    
    UpDownScrollRepeat      = 1    
    LeftRightScrollRepeat   = 1    
    ScrollButtonRepeat      = 100
    TouchpadOff             = 0
    GuestMouseOff           = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 1
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 199
    CoastingSpeed           = 0.3
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/5

------------------------------------------------------------------------
On 2009-10-11T16:23:20+00:00 Peter Hutterer wrote:

weird. there's only one patch between 1.1.2 and 1.1.3 and that was the
removal of the auto-scaling of the right edge (which broke scrolling on
every touchpad I tested/emulated). just to be sure, please check that
there aren't any distro-specific patches that may affect this.

If you remove the settings for the touchpad (except the edge scrolling on) from the config file do you still see the issue?
please enable shmconfig and run synclient -m 20 while moving the finger across this line. At what coordinates does the cursor jump?
also, I think the log file may help at this point, please attach this as well.

I'm beginning to think that the issue may be coordinates outside the
kernel-reported range (which may make this a semi-duplicate of #23102).

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/6

------------------------------------------------------------------------
On 2009-10-12T13:50:01+00:00 Kamil wrote:

I've deleted all options from config file except vertical scrolling and
shmconfig. The problem still exist. My
/etc/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi now:

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="Synaptics TouchPad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <!-- Arbitrary options can be passed to the driver using
             the input.x11_options property since xorg-server-1.5. -->

        <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
        <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
        <merge key="input.x11_options.SHMConfig" type="string">on</merge>

      </match>
      <match key="info.product" contains="AlpsPS/2 ALPS">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="appletouch">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="bcm5974">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
    </match>
  </device>
</deviceinfo>

But I have a problem with running synclient -m 20. It tells me that
shmconfig is disabled although it's enabled in the config as you see
above.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/7

------------------------------------------------------------------------
On 2009-11-26T22:43:04+00:00 Peter Hutterer wrote:

Please get the evtest repo and run evtest-capture against the device.
Try to reproduce the bug and then attach the resulting xml file here.

http://people.freedesktop.org/~whot/evtest/

Note that you need to set option GrabEventDevice off, otherwise you won't see events on the device while the driver is running.        
<merge key="input.x11_options.GrabEventDevice" type="string">off</merge>

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/8

------------------------------------------------------------------------
On 2009-11-27T10:44:48+00:00 Kamil wrote:

Created an attachment (id=31513)
evtest file

This is the file you asked for.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/9

------------------------------------------------------------------------
On 2010-04-04T07:40:31+00:00 Sabras75 wrote:

Confirmed here too.

I first saw it on Zenwalk distribution 6.2 with xorg 1.6.3 (synaptic 1.1.3) and it is still present with Zenwalk 6.4 with xorg 1.7.5 (synaptic 1.2.1).
Also present in other new distribution using xorg 1.7.5 (saw it on crunchbang linux 10 alpha1, unity linux 2010 RC1)

The output of synclient -m 20 shows that x values jumps from ~5900 to
8176 instantly when reaching the  right of the touchpad.

Any chances of having this solved in the soon-to-be-released xorg 1.8 ?

thanx,

-S

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/10

------------------------------------------------------------------------
On 2010-05-28T08:49:15+00:00 Lohmaier wrote:

same here. Pretty annoying.

1.1.0 shows the same coordinate behaviour (i.e. jumps from a little
about 5900-6000 straight to 8176 (stays at that value, even when you
move further to the right) but: It didn't move the cursor. No jumping
cursor. This is far more usable.

Maybe the touchpad is physically divided into two areas..

Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps:
0xa04713/0x10008

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/11

------------------------------------------------------------------------
On 2010-06-18T02:02:18+00:00 Geir Ove Myhr wrote:

This bug has also been reported for Ubuntu: 
https://bugs.launchpad.net/xorg-driver-synaptics/+bug/591656

To me it doesn't look like there is anything new there compared to this bug report, but here are links to the output of xev and synclient -m 1 in case it's useful:
http://launchpadlibrarian.net/50400750/xev.txt
http://launchpadlibrarian.net/50431559/synclient.txt

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/25

------------------------------------------------------------------------
On 2010-08-20T13:51:38+00:00 Mjdiliscia wrote:

Created an attachment (id=38026)
Proposed fix

I have the same problem. So I made a little change to synaptics.c that seems to fix the problem.
Basically, what I do is fix hw->x to a maximum of param->right_edge when calculating delta x (on ComputeDelta(...)). So, it shouldn't mess with other parts of the driver, and anyway hw->x shouldn't be higher than RightEdge at that point of the code.

The modification is working great in my laptop, but i didn't try on other ones. If someone like to try it, I leave you the patch here. If this breaks something else, I would be glad to refix it (if I can, of course).
By the way, if the fix it's too dirty, the problem seems to reside on the fact that some touchpads' hardware 'x' jumps from around 5900 to exactly 8176 and back , close to their right edge. So maybe a better solution is to keep watch of the 8176 value.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/28

------------------------------------------------------------------------
On 2010-08-21T06:38:11+00:00 Mstlaurent wrote:

(In reply to comment #13)
> Created an attachment (id=38026) [details]
> Proposed fix
> 
> I have the same problem. So I made a little change to synaptics.c that seems to
> fix the problem.
> Basically, what I do is fix hw->x to a maximum of param->right_edge when
> calculating delta x (on ComputeDelta(...)). So, it shouldn't mess with other
> parts of the driver, and anyway hw->x shouldn't be higher than RightEdge at
> that point of the code.
> 
> The modification is working great in my laptop, but i didn't try on other ones.
> If someone like to try it, I leave you the patch here. If this breaks something
> else, I would be glad to refix it (if I can, of course).
> By the way, if the fix it's too dirty, the problem seems to reside on the fact
> that some touchpads' hardware 'x' jumps from around 5900 to exactly 8176 and
> back , close to their right edge. So maybe a better solution is to keep watch
> of the 8176 value.

I'm using your patch on Debian Squeeze, and it seems to be working perfectly.
Thanks.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/29

------------------------------------------------------------------------
On 2010-09-01T03:43:19+00:00 Mk-halogen-dg wrote:

Martín J. Di Liscia,

thank you very much!

I had the same problem with my Asus F3JC notebook. This patch really
helped me. The only thing is that when my finger slides from the
"normal" zone of the touchpad to the scrolling zone, Y coordinate is
still working when I'm sliding up or down.

Please let me know how can I help you to make this patch a part of the
driver, so many people will be happy with that without manual patching?
Should I vote somewhere or stuff like that?

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/30

------------------------------------------------------------------------
On 2010-09-01T13:56:41+00:00 Mjdiliscia wrote:

I don't know if I'm understanding you well. But if I'm, that's how I felt was natural. I mean, when you slide past the right edge, is like staying on the border of the normal pad area, so it should keep processing the vertical slide.
Anyway, the two posible behaviors could be configured via a new variable handled from synclient. But that should be a design desicion from the mantainers of the driver.

About making this patch permanent part of the driver, sincerely it's my
first patch commitment, so I have no idea how to do it. I was hoping
that Hutterer saw the patch and do it himself. But yes, I would also
like it, I would't want to apply it to every new version by myself.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/31

------------------------------------------------------------------------
On 2010-09-07T17:22:51+00:00 Peter Hutterer wrote:

Created an attachment (id=38536)
0001-eventcomm-Clip-x-y-coordinates-into-axis-range-23890.patch

how does this patch work for you? It clips the coordinates into the ones
announced by the kernel so that right edge should just be clipped back.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/32

------------------------------------------------------------------------
On 2010-09-10T21:13:29+00:00 Mjdiliscia wrote:

That fixes the jumping problem, but it messes two other things. Now my pad doesn't work on the whole area (left edge principally, now have a inactive gap), and the vertical scroll isn't working either (horizontal scroll seems to work fine).
Maybe the kernel announce a smaller area then the real one.

Reply at: https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/591656/comments/33


** Changed in: xorg-driver-synaptics
       Status: Unknown => Confirmed

** Changed in: xorg-driver-synaptics
   Importance: Unknown => Medium

-- 
scrolling issues using touchpad 
https://bugs.launchpad.net/bugs/591656
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for XOrg-Driver-Synaptics.