Acer switch 5 Linux mint, touchpad not working

13»

Answers

  • JackE
    JackE ACE Posts: 44,470 Trailblazer
    @GitOut Thanks for the info. Looks like some distros have made it easier to spot with filenames like blacklist*.conf  Jack E/NJ

    Jack E/NJ

  • MSandro
    MSandro Member Posts: 4 New User
    it seems that the kernel doesn't detect the touchpad and I can't find a driver. Acer seems to feature not a good support for linux. :(
  • JackE
    JackE ACE Posts: 44,470 Trailblazer
    edited March 2019
    MSandro >>>Acer seems to feature not a good support for linux>>>
    Oder Linux scheint keine gute Unterstützung für ACER zu bieten. :) Jack E/NJ
    Or Linux seems to feature not a good support for ACER. :) Jack E/NJ



    Jack E/NJ

  • george_i
    george_i Member Posts: 1 New User
    maalfarob said:
    Hi guys! I decided to try Linux mint because I got sicked of windows. I already installed and everything is working, except my touchpad.
    Have someone has trouble with it? Can you help me please?
    I had problems with it, but only with the click functionality.
    Apparently it was disabled from the settings. 
    My system was Fedora 27 on Acer 5
  • maalfarob
    maalfarob Member Posts: 18 Troubleshooter
    george_i said:
    maalfarob said:
    Hi guys! I decided to try Linux mint because I got sicked of windows. I already installed and everything is working, except my touchpad.
    Have someone has trouble with it? Can you help me please?
    I had problems with it, but only with the click functionality.
    Apparently it was disabled from the settings. 
    My system was Fedora 27 on Acer 5
    Do you have an Acer switch 5?
  • s0laria
    s0laria Member Posts: 1 New User
    edited August 2019
    I solved the issue on Acer Switch 5 in Ubuntu 19.04. You have to do the following 3 steps:
    -create file /etc/modprobe.d/hid.conf and insert line blacklist hid_rmi
    -create file /etc/modules-load.d/hid.conf and insert line hid_multitouch
    -finally, sudo update-initramfs -uk all
    -reboot and your touchpad should be working.

    If you use secure boot, you have to add shimx64.efi file as trusted (and move it in boot priority to the top), and only then will the touchpad work correctly. This works on all all desktop environments in Ubuntu 19.04 I tried so far, and possibly on all distros which use kernel 5. Doesn't work on Mint, since it's using kernel 4.