this post was submitted on 26 Jan 2025
692 points (97.9% liked)

Linux

49404 readers
1291 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I should've used it sooner rather than last year when they announced AI integration to Windows. Every peripheral I tried is just worked without needing to install drivers, and it works better and faster than on Windows, just like today when I tried to use my brother's 3D printer expecting disappointment, but no, it just connected and was ready to print right away (I use Ultimaker Cura), whereas on my brother's Windows computer I have to wait like 20 seconds; sometimes I have to disconnect and reconnect it again for it to see and ready to use. Lastly, for those who are wondering, I use Vanilla Arch (btw), and sorry for bad English.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 4 days ago (1 children)

I am more willing to learn things than the average user I'd say - I work in IT and answer incredibly stupid questions more or less daily. Also, im not a shell expert, but I definitely know my way around bash/zsh/cmd/PS, given the system. I have also been using Linux on and off for around 15 years as well - I had things work well in the past.

I'm guessing my custom built PC might be making things harder. The Nvidia card probably doesn't help, but I feel like my MOBO is probably responsible for my sleep issues. Maybe I just need to try Pop again, I'm currently running NixOS which is my favourite OS in theory, but in practice configuration is a brute force guessing game.

[–] [email protected] 3 points 4 days ago (1 children)

I haven't had as bad of an experience with Nvidia as people say - but ofc your mileage may vary depending on your compositor, the apps you use, the distro you use, etc.

I also experienced issues with my system completely freezing after waking up from sleep - for me the issue turned out to be due to bluetooth/wifi drivers, and with this workaround things work fine again: https://github.com/alimert-t/suspend-freeze-fix-for-mt7921e/tree/main
My card is mt7922 (found that out with lshw -C network) but I guess it's having the same issue, because after applying that fix it all works now.

It was really annoying and it took me a while to find the issue, because if you just try to google it you find lots of people with lots of different issues, all manifesting in the same way.
If you're lucky this is your issue too, and the fix above should do it. 🤞

[–] [email protected] 2 points 2 days ago

Thanks for inspiring me to search around GitHub - I managed to successfully resume from suspend after an hour or so (still doesn't work in Wayland, but I'm making progress i guess).

Next up is addressing the weird horizontal tearing in all my games!