this post was submitted on 16 Sep 2023
38 points (91.3% liked)

Linux

47290 readers
2390 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
 

I've already made a post about this, I made the switch from an Nvidia GPU to an AMD one and I was wondering if I needed to install anything extra. I've heard the drivers are included inside the kernel but how do I ensure that it's installed?

top 19 comments
sorted by: hot top controversial new old
[–] Barbarian@sh.itjust.works 15 points 1 year ago (1 children)

Not really. Default drivers should work just fine. If you want to make sure they're installed and running, run the following in a terminal:

glxinfo | grep Mesa

If you have any output, you have Mesa. It'll tell you what version you have as well.

[–] Yoru@lemmy.ml 1 points 1 year ago (2 children)

yes it’s installed, also is there a program I can use to configure? Something like NVIDIA control panel but for AMD

[–] ruckblack@sh.itjust.works 6 points 1 year ago

I like corectl for overclocking and whatnot. But as far as I know there isn't something similar to Nvidia control panel on windows

[–] Barbarian@sh.itjust.works 4 points 1 year ago

I've personally never heard of or used any driver control panels for mesa. It just works with 0 fuss for me. If you mean graphical settings, your desktop environment's control panel should have some knobs and buttons.

[–] skullgiver@popplesburger.hilciferous.nl 11 points 1 year ago* (last edited 9 months ago) (3 children)

[This comment has been deleted by an automated system]

[–] Barbarian@sh.itjust.works 2 points 1 year ago

Installing the AMD Vulkan libraries, if they aren't installed out of the box

They said they were on Pop_OS, I'm 99% sure they're preinstalled

[–] Yoru@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

one more thing, for some reason after I installed the GPU it does this glitch thing yes. I tried rebooting

[–] skullgiver@popplesburger.hilciferous.nl 1 points 1 year ago* (last edited 9 months ago) (1 children)

[This comment has been deleted by an automated system]

[–] Yoru@lemmy.ml 1 points 1 year ago (1 children)

It seems my comment didn't send but I plugged the HDMI cable to another port on the monitor and it got rid of the big glitches, however a small portion of them still remains. My GPU seems to be connected correctly as well and these glitches are not present in Windows. I'm updating the OS as we speak I'll see if anything changes

[–] skullgiver@popplesburger.hilciferous.nl 1 points 1 year ago* (last edited 9 months ago) (1 children)

[This comment has been deleted by an automated system]

[–] Yoru@lemmy.ml 1 points 1 year ago

the thing you said makes sense because the rips can't be seen in an obs recording

[–] zingo@lemmy.ca 0 points 1 year ago* (last edited 1 year ago) (1 children)

You should uninstall the Nvidia drivers for better stability and to make updates a bit faster.

Is that all?

Coming from Windows, where you should either nuke the install or use DDU in safe mode when changing vendors, for smooth sailing to paradise.

[–] skullgiver@popplesburger.hilciferous.nl 1 points 1 year ago* (last edited 9 months ago) (1 children)

[This comment has been deleted by an automated system]

[–] zingo@lemmy.ca 1 points 1 year ago* (last edited 1 year ago)

Yeah I figured.

I'm running a nvidia card on my main rig which runs Linux.

I'm in the thought process of acquiring an AMD Card, so my question was more of a doubt when uninstalling the nvidia drivers so nothing (dependencies etc) is left on the system. Maybe you don't have to baby Linux as windows need. I'm new here by the way ;)

Thus my reflection about Windows, where's uninstalling the drivers, don't get rid of all the junk unless you jump through hoops that I mentioned above. Otherwise you might get bit by conflicts.

[–] SteveTech@programming.dev 9 points 1 year ago

You could also uninstall the NVIDIA driver to get the proprietary taint out of the kernel.

Read more here, but a tainted kernel isn't usually an issue if you decide not to uninstall it.

[–] polographer@monyet.cc 3 points 1 year ago

The hard truth is that you don’t need to do anything else, AMD just works (or don’t) but that’s all.

[–] TritTriton@shelter.moe 2 points 1 year ago (1 children)

@Yoru Is amdgpu driver installed? Check it with “inxi -G” (install inxi if it’s not already).

[–] Yoru@lemmy.ml 2 points 1 year ago

it’s installed

[–] MonkderZweite@feddit.ch 2 points 1 year ago* (last edited 1 year ago)

https://wiki.debian.org/GraphicsCard

https://wiki.archlinux.org/title/AMDGPU

On a gaming/user oriented distro like Pop, you probably have most of it already. Still good for info.