Switch from nvdia to amd

Hello Garuda users.

system update nvidia drivers constantly, i wanna reject that

How to property delete- uninstall nvidia drivers and configs? there is so many dependences
Now i am on AMD card

sudo pacman -Rssuncc garuda-nvidia-config nvidia-dkms nvidia-utils nvidia-settings lib32-nvidia-utils

Carefully check which packages the command above will delete before hitting "y", if it will delete non-Nvidia packages don't proceed.

1 Like

thanks for the answer ! but i dont really know can i delete this python packages or not :thinking:
also there is egl-wayland ,

:: ffmpeg optionally requires nvidia-utils: Nvidia NVDEC/NVENC support
:: ffmpeg4.4 optionally requires nvidia-utils: Nvidia NVDEC/NVENC support
:: lib32-ocl-icd optionally requires lib32-opencl-driver: packaged opencl driver
:: lib32-vulkan-icd-loader optionally requires lib32-vulkan-driver: packaged vulkan driver
:: mangohud optionally requires libxnvctrl: NVIDIA GPU stats by XNVCtrl
:: plasma5-applets-window-appmenu optionally requires libdbusmenu-gtk3: gtk3 appmenu support
:: vulkan-icd-loader optionally requires vulkan-driver: packaged vulkan driver
warning: dependency cycle detected:
warning: eglexternalplatform will be removed after its nvidia-utils dependency

Packages (21) egl-wayland-2:1.1.11-2  eglexternalplatform-1.1-2  gobject-introspection-1.74.0-1
gwe-0.15.5-3.1  lib32-opencl-nvidia-525.85.05-1  libappindicator-gtk3-12.10.0.r298-1
libdazzle-3.44.0-1  libdbusmenu-gtk3-16.04.0-5  libindicator-gtk3-12.10.1-10
libxnvctrl-525.85.05-1  python-injector-0.20.1-2.1  python-mako-1.2.4-1
python-markupsafe-2.1.1-1  python-peewee-3.15.4-1  python-py3nvml-0.2.7-1.1  python-rx-3.2.0-3
garuda-nvidia-config-1:r63.2f652e8-3  lib32-nvidia-utils-525.85.05-1  nvidia-dkms-525.85.05-1
nvidia-settings-525.85.05-1  nvidia-utils-525.85.05-1

Total Removed Size:  989.18 MiB

Try this one:

sudo pacman -Rssun egl-wayland eglexternalplatform gwe lib32-opencl-nvidia libxnvctrl garuda-nvidia-config nvidia-utils lib32-nvidia-utils nvidia-dkms nvidia-settings

Looks pretty the same :melting_face:

checking dependencies...
:: ffmpeg optionally requires nvidia-utils: Nvidia NVDEC/NVENC support
:: ffmpeg4.4 optionally requires nvidia-utils: Nvidia NVDEC/NVENC support
:: lib32-ocl-icd optionally requires lib32-opencl-driver: packaged opencl driver
:: lib32-vulkan-icd-loader optionally requires lib32-vulkan-driver: packaged vulkan driver
:: mangohud optionally requires libxnvctrl: NVIDIA GPU stats by XNVCtrl
:: plasma5-applets-window-appmenu optionally requires libdbusmenu-gtk3: gtk3 appmenu support
:: vulkan-icd-loader optionally requires vulkan-driver: packaged vulkan driver
warning: dependency cycle detected:
warning: nvidia-utils will be removed after its egl-wayland dependency

Packages (21) gobject-introspection-1.74.0-1  libappindicator-gtk3-12.10.0.r298-1  libdazzle-3.44.0-1
libdbusmenu-gtk3-16.04.0-5  libindicator-gtk3-12.10.1-10  python-injector-0.20.1-2.1
python-mako-1.2.4-1  python-markupsafe-2.1.1-1  python-peewee-3.15.4-1
python-py3nvml-0.2.7-1.1  python-rx-3.2.0-3  egl-wayland-2:1.1.11-2  eglexternalplatform-1.1-2
garuda-nvidia-config-1:r63.2f652e8-3  gwe-0.15.5-3.1  lib32-nvidia-utils-525.85.05-1
lib32-opencl-nvidia-525.85.05-1  libxnvctrl-525.85.05-1  nvidia-dkms-525.85.05-1
nvidia-settings-525.85.05-1  nvidia-utils-525.85.05-1

Total Removed Size:  989.18 MiB

:: Do you want to remove these packages? [Y/n]

The python deps probably come from gwe. You can go ahead. After uninstalling Nvidia deps, reinstall this package and then reboot

sudo pacman -S libdbusmenu-gtk3
1 Like

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