I've been using Garuda for a few days now and I'm really enjoying the OS!
That said, I've noticed issues when I put my laptop to sleep and then wake it.
The issue is that my touchpad stops working correctly. Sometimes tapping, scrolling and two finger controls don't work, but most of the time it's just the two finger gestures. So, scrolling, right click and so on do not work. The only solution I have found so far is restarting the laptop.
I'm using a ThinkPad T440, alongside a Synaptics Touchpad.
Operating System: Garuda Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2
Kernel Version: 5.10.10-115-tkg-bmq
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-4300U CPU @ 1.90GHz
Memory: 7,5 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4400
Let me know if I can provide any further information.
Sorry, kind of overread that lol.
Are you using libinput gestures? Its preinstalled on KDE and its usually one of the first things I get rid off because it just works without.
my laptop just went to sleep, when I turned it on, the touchpad does not work at all.
Not sure what the issue is now, but I can't consider this resolved at this time.
No miracles available.
Without logs, there is nothing to suggest.
Arch uses libinput by default.
You used a solution for synaptics.
You have to decide/find which one to use.
Find your current mouse module and maybe add to mkinitcpio.conf (MODULES), rebuilding kernel images afterwards.
If you cannot resolve by testing out different kernels or changing your power saving settings then there is always the possibility of using a systemd suspend service to workaround the issue.
I've read all that you've attached, but I could not understand most of it, nor did I understand your generalized instructions. As I mentioned, I am new to this.
If reading is a sin, then I'm a huge sinner.
For whoever has the same issue, this is what I did:
Installed Nano from the Software installer. sudo nano /etc/default/grub
Edit this line to look like this:
GRUB_CMDLINE_LINUX_DEFAULT="psmouse.synaptics_intertouch=0 quiet splash"
(if something already exists within the parentheses, add the above first) sudo update-grub reboot
I've been using my laptop for 2 days now, without issues.
Hopefully this is it. If it's not, I'll try again on another forum.