54
Is it so hard to get Nvidia GPUs working with Linux?
(lemmy.world)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
No you can pretty much do everything the same. The biggest difference is the distro it's based on, bazzite is based on fedora, you use "sudo rpm-ostree install" to install packages. Fedora has a system where it layers packages onto an ostree so if you have an issue you can boot from an old one.
Rpm is only needed for system packages, most packages can just be installed via a flatpack in the package store, which is all free and open source software.
Bazzite is a great starting point. It is pretty much turn key, while having the best performance and proprietary drivers. It already has everything installed to get emulating windows apps working easily out of the box. Wine, proton, steam, the proprietary drivers. These are all things you are going to want probably and this will save you a headache and several days of trying to get the system setup.
Make sure you disable UEFI and choose legacy boot in your bios if it's available and also disable the TPM in the bios if available. It will work with those enabled, but it's buggier and the TPM causes performance issues. Linux doesn't need these and they are artificially imposed by Microsoft and the big corporate OSes, but they suck compared to the original simple standards for bootstrapping. I'm not 100% sure how well this works on everything. It's possible some newer cards might require UEFI boot, but you can just turn it back on before you install.
I recommend KDE as the desktop environment, especially if you are used to windows. It will feel the most natural and familiar to you. I also recommend asking chatGPT to help you with basic tasks like installing system level software. Make sure you specify that you are using bazzite. Once you learn to use Linux its so much better than Windows. The performance is much better in nearly every regard. You can do anything you want with Linux, where windows is extremely locked down nowadays. It also prolongs the life of your hardware, especially drives, since windows spyware isn't constantly scanning your files and stuff. With proton you will likely see a 5-15% performance jump over gaming on windows natively. The downside is that many popular games won't work in multiplayer because of the anti heat, and also some trash software like Photoshop won't work, but the vast majority of windows apps will work just fine, even multiplayer. The developers have to go out of their way to make multiplayer games not work on Linux, so it's pretty rare, even if many of the bigger studios do it. You can dual boot windows for this if you really want to, but windows will constantly try to screw up your boot and stuff so you have to be careful. I would say just not support those companies which go out of their way to not support Linux. They are anticompetitive and anti consumer.
The learning curve for Linux isn't quite a cliff now, it's still steep, but with bazzite it's much easier then it ever has been. It mostly just works from a simple gui install, and there isn't really anything you need outside of this base install. Perhaps you want to install, protonup-qt so you can install proton GE, which has better support for some games that rely heavily on .net code, like space engineers.