Page 3 of 3

RE: [NC10] How to fix the sensitivity of the touchpad

Posted: 21 Apr 2009, 10:37
by voria
Done. :)

RE: [NC10] How to fix the sensitivity of the touchpad

Posted: 23 Apr 2009, 10:20
by Vox
my synaptics fdi :





synaptics
True
0.6
500






Is it right ?

RE: [NC10] How to fix the sensitivity of the touchpad

Posted: 23 Apr 2009, 10:34
by voria
This is the default one, so yes, it's right.
To avoid conflicts with various settings, if you use my custom package you have to remove anything you added to your '/etc/X11/xorg.conf' file related to touchpad.

RE: [NC10] How to fix the sensitivity of the touchpad

Posted: 23 Apr 2009, 11:04
by Vox
I commented all lines about synaptics in my xorg and no changes. I added the shmconfig.fdi.

RE: [NC10] How to fix the sensitivity of the touchpad

Posted: 23 Apr 2009, 12:20
by kadrach
Add this:

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      ...
      <merge key="input.x11_options.HorizScrollDelta" type="string">1</merge>
      ...
    </match>
  </device>
</deviceinfo>
That should do it :)

RE: [NC10] How to fix the sensitivity of the touchpad

Posted: 23 Apr 2009, 12:57
by Vox
it doesn't work ... :dodgy: