this post was submitted on 09 Jun 2023
2 points (100.0% liked)
Debian operating system
2749 readers
3 users here now
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not an expert in this but why don't you run
dmesg -T
and find out if anything shows up in the kernel logs when it stops working? That can be a good starting point.Are you using libinput or synaptics driver? (I don't know which one is bundled in Debian now). If you're on libinput, you might have to make a custom config file for your device?
I'm honestly not even sure how to check which I'm running. I'll check dmesg for any error logs though, thanks!
libinput list-devices
is your friend. You can also look for config files in/etc/x11/xorg.conf.d/
Once you have something from dmesg I would be glad to help.
Reference