[NC10] How to fix the sensitivity of the touchpad
RE: [NC10] How to fix the sensitivity of the touchpad
Done.
Last edited by voria on 21 Apr 2009, 15:19, edited 1 time in total.
RE: [NC10] How to fix the sensitivity of the touchpad
my synaptics fdi :
synaptics
True
0.6
500
Is it right ?
synaptics
True
0.6
500
Is it right ?
RE: [NC10] How to fix the sensitivity of the touchpad
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.
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
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
Add this:
That should do it
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>
Last edited by kadrach on 23 Apr 2009, 12:20, edited 1 time in total.
RE: [NC10] How to fix the sensitivity of the touchpad
it doesn't work ... :dodgy: