this post was submitted on 17 Dec 2024
177 points (98.9% liked)

Linux Gaming

16024 readers
647 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
177
submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]
 

Just wanted to say I made the switch yesterday from Windows 11 to Fedora Linux, no dual booting. It took multiple installs though because the first two times I followed old instructions for installing the Nvidia drivers. The third time I found out that I can just install them through the software center when third party repositories are enabled and that worked like a breeze.

And I have to say it's a really good thing that the installer for Fedora is getting an overhaul soon because Anaconda is horribly confusing in its UX.

Edit: just wanted to add a hyfetch screenshot:

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

I built a new PC recently and decided to go with fedora as well to see if I liked it. I have amd and saw multiple things saying drivers on Linux are different and you don't need to update them. Is that true?

[–] [email protected] 5 points 1 day ago (2 children)

They'll update when you update the rest of your system, using whatever software center app you have or sudo dnf upgrade .

[–] [email protected] 2 points 1 day ago

Ok that's what I thought, but just wanted to be sure. Thanks!

[–] [email protected] 1 points 1 day ago (1 children)

This, and they also generally don't require a reboot. Especially with the dnf method.
I dunno why the software center forces you to reboot for updates, but it's typically unnecessary.

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago)

There's two different ways to update modern Linux system, either you apply the updates directly or you wait until the next reboot to apply them.

Fedora KDE allows you to choose which method you want to use when using the software center UI:

I dunno why the software center forces you to reboot for updates

Because it's more stable.

The big drawback of updating immediately is that you might end up with incompatible packages. Any application that is running while an update for it is installed will keep using the old version until the application is restarted or the system is rebooted. The kernel and some system applications never exit, that means that they will keep using the old version until you reboot.

[–] [email protected] 4 points 1 day ago* (last edited 1 day ago) (2 children)

You generally don't need to mess with drivers on Linux with desktop oriented distros.

One exception is Nvidia graphics cards IF you want to game. They'll work fine out of the box but for full gaming performance you've gotta install their proprietary drivers. (And this is slightly harder on Fedora due to their more aggressive anti-proprietary policies.)

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

I had heard that Nvidia doesn't play well with Linux which is one of many reasons I went with amd

[–] [email protected] 3 points 1 day ago

It works but can be more finicky

[–] [email protected] 1 points 1 day ago

I found it was pretty easy once I knew how ^^

Just enable third party repositories during the setup, search for Nvidia in the Software Center and install the drivers and follow the instructions displayed, done.