[NC10] How to fix the sensitivity of the touchpad

Discussions about Linux installation and configuration on Samsung laptops
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

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

Post by voria »

Done. :)
Last edited by voria on 21 Apr 2009, 15:19, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
Vox
Newbie
Newbie
Posts: 10
Joined: 21 Apr 2009, 08:58

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

Post by Vox »

my synaptics fdi :





synaptics
True
0.6
500






Is it right ?
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

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

Post 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.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
Vox
Newbie
Newbie
Posts: 10
Joined: 21 Apr 2009, 08:58

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

Post by Vox »

I commented all lines about synaptics in my xorg and no changes. I added the shmconfig.fdi.
kadrach
Newbie
Newbie
Posts: 30
Joined: 14 Mar 2009, 21:59

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

Post 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 :)
Last edited by kadrach on 23 Apr 2009, 12:20, edited 1 time in total.
Vox
Newbie
Newbie
Posts: 10
Joined: 21 Apr 2009, 08:58

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

Post by Vox »

it doesn't work ... :dodgy:
Post Reply