Trying to follow through the options in this thread I used the following command:
$ sudo mhwd -i pci video-nvidia
Warning: no matching device for config 'video-nvidia' found!
Error: config 'video-nvidia' conflicts with config(s): video-hybrid-intel-nvidia-390xx-bumblebe
The solution in that thread is not reinstall the drivers but my error message here is slightly different and I’m not sure if I should proceed?
This is the output for sudo pacman -Qs nvidia
and mhwd -l
$ sudo pacman -Qs nvidia
local/bumblebee 3.2.1-22
NVIDIA Optimus support for Linux through Primus/VirtualGL
local/egl-wayland 1.1.7-1
EGLStream-based Wayland external platform
local/lib32-libvdpau 1.4-1
Nvidia VDPAU library
local/lib32-nvidia-390xx-utils 390.144-1
NVIDIA drivers utilities (32-bit)
local/libvdpau 1.4-1
Nvidia VDPAU library
local/linux513-nvidia-390xx 390.144-10 (linux513-extramodules)
NVIDIA drivers for linux.
local/linux514-nvidia-390xx 390.144-1 (linux514-extramodules)
NVIDIA drivers for linux.
local/mhwd-nvidia 470.63.01-1
MHWD module-ids for nvidia 470.63.01
local/mhwd-nvidia-390xx 390.144-1
MHWD module-ids for nvidia 390.144
local/nvidia-390xx-utils 390.144-1
NVIDIA drivers utilities
$ mhwd -l
> 0000:01:00.0 (0300:10de:0df5) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-390xx-bumblebee 2020.11.30 false PCI
video-nvidia-390xx 2020.11.30 false PCI
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
> 0000:06:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
network-r8168 2016.04.20 true PCI
> 0000:00:02.0 (0300:8086:0126) Display controller Intel Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-hybrid-intel-nvidia-390xx-bumblebee 2020.11.30 false PCI
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
Also, if it helps I got this by reading through the Endeavour OS docs:
$ lspci -vnn | grep '\''[030[02]\]'
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0df5] (rev ff) (prog-if ff)
Thanks for the help, cheers!