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; Yesterday, 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

      Users Viewing This Topic

      Collapse

      There are 0 users viewing this topic.

      Working...
      X