RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    How to turn off DS4 Touchpad as mouse?

    Scheduled Pinned Locked Moved Help and Support
    ds4controller helptouch padps4 controller
    3 Posts 2 Posters 5.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dekthor
      last edited by

      The PlayStation 4 controller has a touchpad on it. When hooked up directly to the PC (Win7) for Steam it is used as what the user sets it as through the Steam Controller configurator. In my case I used it as 2 buttons.

      Anyhow the RetroPie uses that pad at a mouse touchpad. When I use Steam Link and remote into my PC it imposes it's mouse pad config over my steam config. I press my touch button and it both creates a mouse button click and my desired function... Which isn't desirable lol. I don't need a mouse in retropie so I hope to disable it while still letting steam utilize the controller to its fullest.

      From what I've read from Linux forums the fix usually is to go into the GUI and turn the touchpad off. But I don't have a desktop environment setup and I can't find it in any of the other settings. So I imagine it's going to be a bit of command line kung fu.

      This is an older controller and works on a fresh unmodified retropie install.
      Retropie Version 4.7.9 running on a Raspberry Pi 3

      How to turn off DS4 Touchpad as mouse?

      Thanks,
      Dekthor

      1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator
        last edited by

        You may be able to disable it with an udev rule. Create a file ( with sudo nano /etc/udev/rules.d/85-disable-ds4-touchpad.rules) with the following content and then restart your system to see if the touchpad still appears.

        SUBSYSTEM=="input", ATTRS{name}=="*Controller Touchpad", RUN+="/bin/rm %E{DEVNAME}"
        
        D 1 Reply Last reply Reply Quote 0
        • D
          Dekthor @mitu
          last edited by

          @mitu Thanks that worked perfectly!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.