Announcement

Collapse
No announcement yet.

Lenovo Touchpad “Disable while mouse is connected” does not work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lenovo Touchpad “Disable while mouse is connected” does not work

    Yesterday, without my having changed anything that I'm aware of, the Touchpad on my Thinkpad doesn't disable when a mouse is plugged in (or when typing).
    I keep hitting it while typing and it jumps focus to other parts of the screen .... which is why I set it this way in the first place.

    System Settings -> Touchpad -> Disable Touchpad while typing and Disable Touchpad when mouse is plugged in are both selected but Touchpad is no longer disabled.

    I tried different Timeout settings but it doesn't make a difference.
    I could disable in the BIOS but I'd like to be still able to use it when travelling without a mouse

    Click image for larger version  Name:	Screenshot_20250614_115727.png Views:	0 Size:	87.1 KB ID:	687069
    Last edited by devnulljp; Jun 14, 2025, 01:55 PM.
    Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

    #2
    Fixed it.
    For posterity (using libinput):

    sudo vi /etc/X11/xorg.conf.d/30-touchpad.conf

    and add:

    Code:
    Section "InputClass"
        Identifier "touchpad"
        Driver "libinput"
        MatchIsTouchpad "on"
        Option "SendEventsMode" "disabled-on-external-mouse"
    EndSection

    # https://gitlab.freedesktop.org/libin...t/-/issues/924



    Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

    Comment


      #3
      Have you tried switching to Desktop Session: Plasma (Wayland) when you log in to see if the touchpad/plugged in mouse behaves better?
      Windows no longer obstruct my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Thank you. When I had a work Lenovo I didn't get this to work; but I used the touchpad so rarely that a shortcut to toggle it was good enough. I'd recommend that anyone set that shortcut anyway; it was no fun with no mouse, no touchpad and no desk (hence an unsteady actual lap) using the "TrackPoint" to find the setting to turn on the touchpad.
        Regards, John Little

        Comment

        Users Viewing This Topic

        Collapse

        There is 1 user viewing this topic.

        Working...
        X