How to change my Nvidia GPU to an AMD GPU?

I thought I simply have to take out the Nvidia GPU and install the AMD GPU but once I do that I can’t reach the login screen so I switch back to my Nvidia GPU and it works. I found this site: AMDGPU - ArchWiki
but to be honest with you I feel overwhelmed just from trying to navigate the site.
Any advice would be appreciated.

Merry Christmas!

System:

Kernel: 6.0.14-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
Desktop: KDE Plasma v: 5.26.4 tk: Qt v: 5.15.7 wm: kwin_x11 vt: 1 dm: SDDM
Graphics:
  Device-1: NVIDIA TU106 [GeForce RTX 2060 SUPER] vendor: Micro-Star MSI
    driver: nvidia v: 470.161.03 alternate: nouveau,nvidia_drm non-free: 525.xx+
    status: current (as of 2022-12) arch: Turing code: TUxxx
    process: TSMC 12nm FF built: 2018-22 pcie: gen: 3 speed: 8 GT/s lanes: 16
    bus-ID: 26:00.0 chip-ID: 10de:1f06 class-ID: 0300
  Display: x11 server: X.Org v: 21.1.6 with: Xwayland v: 22.1.7
    compositor: kwin_x11 driver: N/A display-ID: :0 screens: 1
  Screen-1: 0 s-res: 3840x1080 s-dpi: 81 s-size: 1204x343mm (47.40x13.50")
    s-diag: 1252mm (49.29")
  Monitor-1: DP-4 pos: left res: 1920x1080 hz: 60 dpi: 82
    size: 598x336mm (23.54x13.23") diag: 686mm (27.01") modes: N/A
  Monitor-2: HDMI-0 pos: primary,right res: 1920x1080 hz: 60 dpi: 82
    size: 598x336mm (23.54x13.23") diag: 686mm (27.01") modes: N/A
  API: OpenGL v: 4.6.0 NVIDIA 470.161.03 renderer: NVIDIA GeForce RTX 2060
    SUPER/PCIe/SSE2 direct render: Yes

Error:

journalctl --boot=-1 --priority=3 --catalog --no-pager                                              ✔ 
Dez 24 13:19:00 ajaytv-pc kernel: NVRM: No NVIDIA GPU found.
Dez 24 13:19:01 ajaytv-pc kernel: NVRM: No NVIDIA GPU found.
Dez 24 13:19:03 ajaytv-pc kernel: NVRM: No NVIDIA GPU found.
Dez 24 13:19:03 ajaytv-pc bluetoothd[825]: src/plugin.c:plugin_init() Failed to init vcp plugin
Dez 24 13:19:03 ajaytv-pc bluetoothd[825]: src/plugin.c:plugin_init() Failed to init mcp plugin
Dez 24 13:19:03 ajaytv-pc bluetoothd[825]: src/plugin.c:plugin_init() Failed to init bap plugin
Dez 24 13:19:03 ajaytv-pc systemd[879]: myst_supervisor.service: Failed at step EXEC spawning /opt/MysteriumVPN/resources/static/bin/myst_supervisor: No such file or directory
░░ Subject: Process /opt/MysteriumVPN/resources/static/bin/myst_supervisor could not be executed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ The process /opt/MysteriumVPN/resources/static/bin/myst_supervisor could not be executed and failed.
░░ 
░░ The error number returned by this process is ERRNO.

Hello @AjayTV :wink:

To put it simple: You have to remove/rename the xorg config which calls nvidia specifically.

Find it:

find /etc/X11 -name "*.conf"

The amd gpu should work then in general (since auto detection), but the nvidia card will not work then.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.