I have used several; Ubuntu, Zorin, Elementary, Kubuntu, Xubuntu, Fedora, and MX. They all show the same behavior. ThanksFirst, what distro are you using?
Touchpad drivers
The default touchpad driver in this edition is "libinput" (provided by the xserver-xorg-input-libinput package).
If you experience problems with it, you can switch to another driver called "synaptics" (provided by the xserver-xorg-input-synaptics package).
To know which driver is used by your input devices, run the following command:
grep -i "Using input driver" /var/log/Xorg.0.log
When both drivers are installed, "synaptics" takes priority.
To switch to the "synaptics" driver, install it with the command:
apt install xserver-xorg-input-synaptics
Then log out and log back in.
To go back to using "libinput", simply remove the "synaptics" driver:
apt remove xserver-xorg-input-synaptics
Then log out and log back in.
Note: You can also try installing the "evdev" driver (provided by the xserver-xorg-input-evdev).
Minor success!! The MX-AHS is the same one that I had already tried. The "normal" test install of Mint also fails in the same was as all the rest. (i.e., When I touch the pad the screen goes into convulsions) BUT, the second choice in the Mint boot menu is "Compatibility mode". On boot up this looks normal except the touchpad is totally inoperative. However, I connected an external USB mouse and that works. This allows me to try the latest suggestion of a synaptics driver. Thank you. Thank you. I can now convince my wife to abandon Windows 11 and allow me to install Linux on her machine. Wish me luck -- and any other suggestions are welcome and appreciated. AAnd this from Mint release notes may also be of help.
I can now convince my wife to abandon Windows 11 and allow me to install Linux on her machine. Wish me luck
Thanks for the addition.Just to add a bit of clarity to @kc1di's statement; 'noacpi' should be a temporary boot parameter. It's not meant to be long-term as it will likely end up messing up other ACPI functions that the OS uses.
I suppose I should add emphasis on the 'should' bit. So, every now and again you can try removing it to see if the drivers have caught up with your hardware.
open a terminal and enter inxi -G [inxispace-G]BTW, is this a graphic driver that is probably the problem?
Off the top of your head, can you think of other functions that may be affected so i can watch out.
THanks, BW. (Te option inxispace was not allowed) Here is the result of inxi -G If a different cmd is needed, please let me know. Aopen a terminal and enter inxi -G [inxispace-G]
if inxi is not installed the run sudo apt install inxi
and paste the report back here
THanks, KG. Your input, and that of the other cognoscenti, is valued.Things like hardware and power management may be affected, as well as such things as the device's ability to put a USB device to sleep.
You can make sure everything is updated easily enough. You're using Mint? Or some Debian (or Ubuntu) derivative? If so:
How To: Update Ubuntu From The Terminal • Linux Tips
It's possible, even easy, to update Ubuntu from the terminal. Personally, I almost always update from the terminal, regardless of distro.linux-tips.us
I haven't really followed the thread - I was just pointing out that noacpi should be a temporary solution. So, maybe once a month try booting without it. Or, if you see drivers and 'linux-firmware' updates then you can check after those upgrades.
I'm not sure how valid this is on Mint, but it should work - assuming you don't have the proprietary drivers installed already:
![]()
How To: Properly Install Proprietary Drivers in Ubuntu
There is some confusion about installing the proprietary drivers in Ubuntu. This article hopes to clear that up by telling you how to properly install drivers in Ubuntu. First, this only works for thelinuxtips.gq
Again, I've not followed the thread. I was merely interjecting some additional information.
the drivers for this card should be in any distribution with kernel 5.4 or newer,Intel TigerLake-LP GT2 [Iris Xe Graphics]
I also have the same issue, my laptop cannot suspend, i'd have to power off manually and power it again in case it sleeps, and other issues. From the answers i've seen on blogs, this has to do with compatibility sometimes. I searched up the lenovo site and they provide a list of Lenovo laptops and their compatible distros. Here's the link https://www.lenovo.com/linuxI have lenovo idea-pad 330 with AMD ryzen 5 2nd gen and Vega 8 graphics.
I have heard more that lenovo does not support Linux systems but is have Ubuntu running on it.
I have dual booted Linux mint at first time but it crashed so i installed Ubuntu is does not run very smoothly.
I need to learn more about Linux systems so which Linux system should be best for lenovo laptops.