Wechsel von Nvidia zu AMD

Ich habe mir eben ein neues System zusammengestellt, allerdings die Grafikkarte noch außen vor gelassen, da ich die AMD RX7000er-Serie wohl noch abwarten werde… :see_no_evil:
Zurzeit vertraue ich noch auf meine Nvidia GTX 1070 - meine Frage ist nur:
muss ich, wenn ich die Grafikkarte dann (früher oder später) wechsel, das Betriebssystem neu installieren?

Before you switch remove Xorg config /etc/X11/xorg.conf.d/ - most likely a symlink to mhwd.d

I did the switch a while ago - from Nvidia P2200 to AMD WX7100 - it was straight forward

  • remove the nvidia conf
  • shutdown
  • replace grapics
  • boot

Then a trivial cleanup by uninstalling everything Nvida related.

If your system suports it and you wanna play with gpu passthrough you can keep the Nvidia and pass the Nvidia GPU into a VM - not a straight forward process but once you master it - it can be very rewarding - at least that’s what I am told :slight_smile:

nein es ist nicht notwendig, das Betriebssystem zu ändern oder neu zu installieren.

Bei einem Wechsel von Intel-CPUs und -Mainboards zu Amd muss die Firmware und das CPU-Temperaturmanagement neu erstellt werden.

im Falle eines Wechsels der Grafikkarte von Nvidia zu AMDGPU muss man option
( vgl. Configure Graphics Cards - Manjaro )
über eine TTY-Konsole ( Ctrl+Alt+Fn ) oder das Terminal.

zu Treibern Free

sudo mhwd -a pci free 0300  
sudo mkinitcpio -P
sudo update-grub

zu Treibern, die nicht Free sind.

sudo mhwd -a pci nonfree 0300  
sudo mkinitcpio -P
sudo update-grub

Übersetzt mit DeepL Translate: The world's most accurate translator (kostenlose Version)

Ok, thank you both @stephane @linux-aarhus !
I hope it will be so smooth, otherwise I’ll get back here… :sweat_smile: