Open carestad opened 3 years ago
I tried booting a live USB with Ubuntu 21.04 to try see if this only happens in Pop, but this does indeed also occur in Ubuntu 21.04. I will try and report it upstream to them later today.
Edit: Launchpad bug report.
Update: the kernel team is looking at this. But a positive thing about trying the kernel team's mainline releases (current stable ones at 5.13.x) was that the default sleep state that is set for these machines in BiOS now works, plus the power consumption in general seems to be a lot better.
I don't suppose there are any plans on bumping the kernel version for 21.04?
I don't suppose there are any plans on bumping the kernel version for 21.04?
Not that I'm aware of, but 21.10 will use kernel 5.13.
Not that I'm aware of, but 21.10 will use kernel 5.13.
Okay. I guess the same goes for Ubuntu 21.04 too. For now it seems to work pretty well with kernels from https://kernel.ubuntu.com/~kernel-ppa/mainline/ at least.
Could this be a problem on non-System76 hardware though?
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Not really sure. Haven't managed to pinpoint where the problem lies.
Issue/Bug Description:
The touchpad on my X1 Carbon gen 9 has been very laggy since I installed 21.04 on it. It works flawlessly right after a reboot, but as soon as I use it the next day (after suspending it and then resuming it), it starts acting up. I can also do a reboot, log in, see that the touchpad works great, then suspend it and resume it asap and it is sluggish even in the login dialogue.
I have tried several things, including:
sudo rmmod psmouse && sleep 2 && sudo modprobe psmouse
5.13.5-051305-generic
, but the issue persists in Pop's latest official kernel too (5.11.0-7620-generic).sudo killall touchegg
(as per a suggestion in my reddit post)i915.enable_psr=0
kernelstub (as per Arch Linux' wiki suggestion)The trackpoint works perfectly all the time though, so that has been my fallback lately.
Steps to reproduce (if you know):
Expected behavior:
No lag. Smooth and direct touchpad experience.
Other Notes:
I have disabled the software suspend in BiOS, so I can suspend the system properly to RAM (and actually maintain some battery capacity while it is suspended).
Output from
xinput
:Any suggestions as to what to try out next are welcome.