this post was submitted on 16 Nov 2023
64 points (100.0% liked)

Linux

47376 readers
1373 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
 

My GTX-1080 is getting a little long in the tooth, I'm thinking of going all AMD on my Linux Mint gaming rig here, but...is there anything I need to do or install or uninstall to switch to an AMD card from an Nvidia one?

I've never done this before on a Linux system; I've got my Intel/Radeon laptop, and my Ryzen/GeForce desktop and that's most of my Linux experience.

you are viewing a single comment's thread
view the rest of the comments
[–] Max_P@lemmy.max-p.me 5 points 10 months ago

The only reason it will not work would be if OP has manually configured stuff in /etc/X11 in some way. You can even have both in the system at the same time (which does require a little bit of extra configuration). Absolute worst case you check out /var/log/Xorg.0.log it tells you the config you forgot in /etc/X11/xorg.conf.d/20-nvidia.conf 5 years ago doesn't work because the GPU is gone, you delete it, restart Xorg and you're good to go.

Even on Windows it's kind of a myth. Some people are like you need to DDU the old driver in safe mode before swapping them out. You can really have them both installed it's just going to be weird because on Windows both vendors come with ridiculous amounts of bloat.

AMD cards just works as long as your distro is reasonably up to date. No extra drivers, in fact, installing AMDGPU-PRO is usually worse unless you fit some specific use cases.