You are not logged in.

#1 2009-12-22 04:53:23

caelestis
Member
Registered: 2009-04-04
Posts: 88

Synaptics driver goes hectic after changing policy.

When I booted into a clean install of arch, two fingers moving on the touchpad at once just moved the mouse pointer. I updated the policy to emulate two finger scrolling and reboot, but then when I put two fingers on the touchpad, it jumps back and forth almost randomly, but one finger does fine. So I restored the policy to the default policy, but it doesn't want to go back to being stable, it continues to jump around even after the settings are the same as before. I think somehow it doesn't want to forget the new settings. I changed /usr/share/hal/fdi/10osvender/11-x11-synaptics.fdi and here's the before and after:

On fresh install:

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
        <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match> 
    <match key="info.capabilities" contains="input.touchpad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
        <!-- Arbitrary options can be passed to the driver using
             the input.x11_options property since xorg-server-1.5. -->
        <!-- EXAMPLES:
        Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>

    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>

    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>

    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>

    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>

    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>

    For other possible options, check CONFIGURATION DETAILS in synaptics man page
        -->
    </match>
  </device>
</deviceinfo>

Me changing it:

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <merge key="input.x11_options.SHMConfig" type="string">On</merge>
        <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">50</merge>
        <merge key="input.x11_options.EmulateTwoFingerMinW" type="string">6</merge>
        <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
        <merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">3</merge>
        <merge key="input.x11_options.TapButton3" type="string">2</merge>
    </match>
  </device>
</deviceinfo>

Offline

#2 2009-12-22 08:09:26

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Synaptics driver goes hectic after changing policy.

*maybe* related to hal update, it completely screwed up my touchpad. try to downgrade hal (and restart it) to see if it helps. I'll open a bug report later today (if someone else didn't do it yet)

Offline

#3 2009-12-22 18:00:12

caelestis
Member
Registered: 2009-04-04
Posts: 88

Re: Synaptics driver goes hectic after changing policy.

On my ubuntu 9.10 partition it does this too, but I'm not worried about ubuntu. I think it might not be a hal update.

Offline

#4 2010-02-19 04:20:42

wankel
Member
From: Iowa, USA
Registered: 2008-05-30
Posts: 218
Website

Re: Synaptics driver goes hectic after changing policy.

Have you been able to solve this issue? I just made a clean install of arch and am having this same issue. Ive tried almost everything, I cant seem to find a fix =/

Offline

#5 2010-02-19 04:44:46

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Synaptics driver goes hectic after changing policy.

edit: nvm, I didn't sleep enough

Last edited by bangkok_manouel (2010-02-19 04:46:18)

Offline

Board footer

Powered by FluxBB