this post was submitted on 10 Mar 2026
27 points (88.6% liked)
Linux
63639 readers
650 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I just switched from Win 10 & 11 to Fedora KDE, about 2 weeks ago. Total Linux newbie. Not looking to hack my OS or anything. I'm relatively computer literate, but not at all a programmer. I just want an OS that works and mostly gets out of the way. And obviously doesn't spam me with ads or steal my data or lock me into a subscription.
So far: Fedora and Plasma have been wonderful. But...
Computer feels slightly slower. I'm surprised by this.
Fedora or Mint..."it just works" isn't exactly true based on my experience. "Most stuff mostly works okay" is more like it.
I had a service keep crashing upon boot: xwaylandvideobridge. Trying to read people's reports and diagnose was frustrating. I ended up removing it (which I had to look up and figure out how to do). Not sure if I broke anything or not, but it seems like things are working.
Boot time is definitely slower compared to Win11. Not slow, just slower. Like 35 seconds. I tried to figure this one out using stuff like "systemd-analyze" but that was also annoying / frustrating. Trying to interpret the output and then trying to interpret what the tech people are saying in the forums. Plus my specific output I was getting from those programs didn't look right or make logical sense (like it was adding up a bunch of processes as 11 seconds, but then saying each of those processes itself took 11 seconds, which I guess is possible if they are running simultaneously, but not sure).
Weird stuff with youtube / video codecs. Firefox would glitch/hang/freeze playing youtube, especially if god forbid you try and do something radical like scroll back in a video. I seriously thought my video card was self-immolating. I finally just figured this out after much suffering. I think there was something about cisco h.whatever codecs, which I installed. But those are apparently terrible. Then I followed this not newbie-friendly fix after trying to figure out how to remove the Cisco ones: https://rpmfusion.org/Howto/Multimedia?highlight=%28%5CbCategoryHowto%5Cb%29. Not sure why this kind of stuff doesn't work out of the box. Having one of the biggest websites glitch using one of the biggest browsers is...not...great.
HP printer: finally, some good news! I have an HP laser printer and had to print some stuff off last night (a PDF and Word doc). Plugged in the printer, it recognized it correctly, I added printer, it added itself smoothly. Then ctrl-p worked flawlessly.
Hey, first of all welcome. Now, I've never used Fedora, but I wanted to give you some answers to your points:
I'm also surprised by this, KDE is very snappy so it shouldn't feel like that. I have a gut feeling from this and some other things that you might have an Nvidia card, if so which driver are you using? I know the community shits on the proprietary drivers (with reason) but they provide the best experience (except when they don't).
That's true, but that's also true for Windows. One thing we forget is the amount of knowledge we have acquired from years of just using the system. To me, every time I have to use Windows it's a chore, nothing works out of the box, everything needs some tweaks, I can't do anything, everything is complicated obtuse and weird. But to you it's not, because you're used to it, and since most stuff works and the ones that don't you are familiar with troubleshooting it feels as if everything works. I feel the same thing happens to us on the Linux side, we say everything works because to us it does (but also you've had some issues I have never experienced before).
That is apparently needed to share your screen on certain apps like Discord. From what I read there are reports of people saying this crashes for them and it has to do with them running out of VRAM (which would also account for your computer feeling slower). And apparently there's a bug in newer Nvidia drivers where there's a memory leak that could cause this. If you're using Nvidia proprietary drivers check the version z maybe trying to update to the latest or downgrade to 550 or before it fixes this.
This is because Windows hasn't powered off in a while, it hibernates. Even when you ask it to power off it doesn't, this is a known pain point for Linux because Windows doesn't close NTFS drives properly unless it powers off completely, so you are locked out of your shared drives.
I never tried to use systemd-analyze, but my guess would be that they're counting the time from when the service starts until it's done, and most of that time is waiting for hardware or other services, so if you have one service that takes 11 second and 5 services that take 0.1 seconds but depends on your first service they would all say 11 seconds. If you send me the output I can try to read the docs and see what I can come up with, a quick look told me that you can also run
systemd-analyze critical-chain <unit>to get a dependency list which might give you more insight on all those that took 11 seconds.Never had that issue, never heard of Cisco codecs either. You're correct that this is not newbie friendly, it's related to why GPU drivers are an issue in some distros. Apparently from the link that you send that is a description on how to switch from an open source implementation to one that depends on the proprietary Nvidia drivers. This is the sort of thing your distro should do automatically when you switch to a proprietary drivers for the GPU, and why I like to recommend certain distros that (at least back when I started) took care to do these things when you selected the proprietary driver.
Yeah, all of my printers have been HP, the most I had to do was install a package for HP (hplip I think it was called) and they have all worked flawlessly.