Touchpad Sensitivity and xorg.conf

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: Touchpad Sensitivity and xorg.conf

Post by Husse »

You did not tell us which version you installed but I guess Felicia
xorg.conf is no longer used for I/O configuration - it is to disappear in the long run
Create a file (on the Desktop) called touch.fdi with the following content

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_driver" type="string">synaptics</merge>
        <merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
       <merge key="input.x11_options.Protocol" type="string">auto-dev</merge>
       <merge key="input.x11_options.HorizScrollDelta" type="integer">0</merge>
       <merge key="input.x11_options.SHMConfig" type="integer">0</merge>
    </match>
  </device>
</deviceinfo>
The 'Option “Device” “/dev/psaux”' is not needed as far as I understand
You can clearly see the similarity with the Section “InputDevice” you posted
Once the file is done it has to be moved to the right location
Open a terminal on the Desktop (if you created the file on the desktop) and

Code: Select all

suod mv touch.fdi  /etc/hal/fdi/policy/touch.fdi 
It's enough to unplug and plug back in but you can't do that so you have to restart X
Close and save any open application - then Ctrl+Alt+backspace
If this is the right options then it will be OK after that
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Beginner Questions”