this post was submitted on 23 Sep 2025
29 points (100.0% liked)

Linux

58660 readers
368 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 6 years ago
MODERATORS
 

Hi, as you can from see from my previous posts I installed Linux in all my machines. Now I have a PC with an I5 6500 (with Mint on it) and I'm upgrading the GPU. So, do I just open it put the new one and connect the cables? Or do I have to do some thing first? Thank you for all your help.

top 13 comments
sorted by: hot top controversial new old
[–] TabbsTheBat@pawb.social 46 points 1 week ago (1 children)

Turn the PC off first preferably

[–] DonutsRMeh@lemmy.world 12 points 1 week ago

You didn't say which GPU! If it's all AMD, then just replace. That's what I did and everything worked fine. If you're going from AMD to Nvidia, them install the Nvidia drivers first, turn it off, replace, turn back on

[–] ms_lane@lemmy.world 10 points 1 week ago* (last edited 1 week ago) (1 children)

Really only depends on how new the new GPU is vs. how old the Kernel is.

example: If you're running Debian Stable and trying to put in an RTX 5090, you'll likely have a bad time, since neither the kernel nor Mesa support blackwell on Trixie without backporting.

  • If you're using a rolling release distro, just update first but you'll probably be fine already. If you're using a point release distro, make sure that release supports your hardware first.

  • If you're buying some older (but new to you) hardware, you'll probably be fine.

  • You'll be fine with anything AMD or Intel even on debian stable, since they're both active in developing their linux support, where nVidia doesn't support FOSS drivers.

  • If you're buying nVidia that new/powerful, you'll be better served by their proprietary drivers you can install - just keep in mind you won't be able to run very recent (and certainly not bleeding edge) kernels with the proprietary nV drivers.

[–] MyNameIsRichard@lemmy.ml 3 points 1 week ago* (last edited 1 week ago) (1 children)

You’ll be fine with anything AMD or Intel even on debian stable, since they’re both active in developing their linux support, where nVidia doesn’t support FOSS drivers.

Not strictly true any more. There are Nvidia open drivers, but they may not be in Debian yet. In fact, Nvidia recommend using the open drivers for cards it supports, which if I recall correctly, is Turing and newer.

[–] AnyOldName3@lemmy.world 2 points 1 week ago

You're thinking of firmware, not drivers. To make a GPU work, you need new enough versions of the kernel, driver and firmware. The open source drivers for Nvidia GPUs are still slower and less featureful than the proprietary ones.

[–] MentalEdge@sopuli.xyz 9 points 1 week ago (1 children)

Not really.

If it's the same brand (AMD>AMD or Nvidia>Nvidia) the same drivers you were already using should pick up the new GPU.

If you're switching, you can uninstall the nvidia driver if switching to amd, and you'll have to install it, if switching to nvidia.

On some distros you may have to install vulkan-radeon to get vulkan support on amd.

[–] utnapishtim@sh.itjust.works 7 points 1 week ago

I'm swapping a Radeon 480 with a 5700xt. It should have the right drivers.

[–] floquant@lemmy.dbzer0.com 6 points 1 week ago (1 children)

If you're switching vendors it's not a bad idea to install the drivers beforehand. Otherwise no, just swap & cable.

[–] lost_faith@lemmy.ca 1 points 1 week ago (1 children)

Just curious, why change the drivers first (I'll be switching out my nvidia for amd in the future) will it save time or what?

[–] floquant@lemmy.dbzer0.com 2 points 1 week ago (1 children)

You don't need to change drivers strictly, just add the new ones then remove the old ones later. It's just to avoid having issues with display output on your first boot - although you should pretty much always get some video out even without the correct drivers

[–] lost_faith@lemmy.ca 2 points 1 week ago
[–] Glitterkoe@lemmy.world 1 points 1 week ago

As a double check (or check before buying) you can search for your new GPU on https://linux-hardware.org/ to see if other users have it working without any issues. The hardware probe is also a handy tool to share your PC's specs if you should ever need to do so!