How to change from NVIDIA GPU to integrated graphics card?

Hi , how to change from NVIDIA GPU to integrated graphics card ? I installed driver for nvidia and now I cant change from NVIDIA to integrated graphics card ?

How did you change it before?

What and How did you install?

inxi --full --admin --filter --width 80
export configs=(/etc/X11/xorg.conf /etc/X11/xorg.conf.d/*.conf /etc/modprobe.d/*.conf /etc/modules-load.d/*.conf)
for x in ${configs[@]}; do echo -e "\n---$x---\n$(cat $x)"; done
mhwd --list && mhwd --listinstalled

Normally optimus-manager is needed for a clickable change…

pamac build optimus-manager # or optimus-manager-git

:notebook: AUR is not officially supported, therefore you are on your own.

Thanks I will try , I used for installing driver for NVIDIA this command sudo pacman -S --needed nvidia-dkms nvidia-utils lib32-nvidia-utils vulkan-icd-loader lib32-vulkan-icd-loader libvdpau lib32-libvdpau libxnvctrl opencl-nvidia lib32-opencl-nvidia cuda lib32-libvdpau

So ok , I should install drivers for NVIDIA graphics from Manjaro driver manager , all drivers ? Thanks

Please use MHWD when installing drivers … See more about here
https://wiki.manjaro.org/index.php/Configure_Graphics_Cards

Thanks