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?

  • @Barbarian@sh.itjust.works
    link
    fedilink
    158 months ago

    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.

    • @YoruOP
      link
      18 months ago

      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
        link
        fedilink
        68 months 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
        link
        fedilink
        48 months 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.

    • @Barbarian@sh.itjust.works
      link
      fedilink
      28 months 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

    • @zingo@lemmy.ca
      link
      fedilink
      1
      edit-2
      8 months ago

      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.

        • @zingo@lemmy.ca
          link
          fedilink
          1
          edit-2
          8 months 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.

    • @YoruOP
      link
      1
      edit-2
      8 months ago

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

        • @YoruOP
          link
          18 months ago

          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

            • @YoruOP
              link
              18 months ago

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

  • @SteveTech@programming.dev
    link
    fedilink
    English
    98 months 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.

  • Trit’
    link
    fedilink
    28 months ago

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

    • @YoruOP
      link
      28 months ago

      it’s installed