sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #01207
two fingers scrolling on vpcz
Hi,
I'd like to have two finger scrolling but I have some difficulties to enable it.
The option VertTwoFingerScroll didn't work for me at first try, I had
to set EmulateTwoFingerMinZ=50 (It was 280).
Now it works, but only if my fingers are approximately on the same
horizontal line.
My /etc/hal/fdi/policy/11-x11-synaptics.fdi :
<?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>
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
<merge key="input.x11_options.VertTwoFingerScroll"
type="string">true</merge>
<merge key="input.x11_options.HorizTwoFingerScroll"
type="string">true</merge>
<merge key="input.x11_options.HorizEdgeScroll"
type="string">false</merge>
<merge key="input.x11_options.VertEdgeScroll"
type="string">false</merge>
<merge key="input.x11_options.EmulateTwoFingerMinZ"
type="string">50</merge>
<merge key="input.x11_options.EmulateTwoFingerMinW"
type="string">7</merge>
<merge key="input.x11_options.EmulateTwoFingerMinW"
type="string">7</merge>
<merge key="input.x11_options.VertScrollDelta" type="string">200</merge>
<merge key="input.x11_options.HorizScrollDelta"
type="string">200</merge>
</match>
</device>
</deviceinfo>
dmesg output :
Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1c0b1, caps: 0xd04731/0xa40000
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input2
Follow ups