linuxmint / linuxmint/cinnamon

Touchpad Buttons Won't Deactivate with Synaptics Driver

Open
#11,353 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

New
Dominant language
JavaScript
Stars
5.6k
Forks
915
Avg merge
5d 22h
Merged PRs (30d)
3

Description

* Linux Mint 21.1 (Cinnamon)
* Linux Kernel 5.15.0-56-generic
* Cinnamon version 5.6.5
  - I am not using daily builds
* 64-bit
* Dell Latitude E6440
* Intel Core i7-4610M CPU
* 16GB RAM
* Intel HD Graphics 4600
Issue Description

After installing the Synaptics touchpad driver, disabling the touchpad doesn't result in the physical touchpad buttons becoming disabled. Therefore, pressing the touchpad buttons still results in mouse clicks even though the touchpad can no longer move the mouse pointer.

Steps to Reproduce
  • Install the Synaptics touchpad driver using the following terminal command:
    sudo apt install xserver-xorg-input-synaptics
  • Restart your computer to ensure the drivers take effect.
  • Confirm the drivers are active using the following terminal command:
    grep -i "Using input driver" /var/log/Xorg.0.log
  • Disable the touchpad using any available mechanism, including:
    • Pressing the keyboard shortcut (Fn+F5 on my computer)
    • Using the Mint GUI (Mouse and Touchpad -> Touchpad -> Touchpad is: Disabled)
  • Press the physical touchpad buttons.
Expected Behaviour

The physical touchpad buttons stop functioning when the touchpad is disabled.

Actual Behaviour

The physical touchpad buttons continue to function when the touchpad is disabled.

Reproducibility

100% consistent

Other Information

syslog.txt
xsession-errors.txt

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Cinnamon's touchpad-disable path and its interaction with the Synaptics driver, following the reproduction steps and attached syslog and xsession-errors files. Confirm that disabling the touchpad also suppresses clicks from its physical buttons, then verify the behavior through the keyboard shortcut and Mint GUI.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.