Somehow I'm finding it difficult to get a straight answer for how I"m meant to install graphics drivers using Omarchy.
Am I meant to install it manually with pacman?
My specific situation seems to call for installing the nvidia kernel driver, but if there's a different, better, or more integrated way, I'd like to know! (likely sudo pacman -S nvidia with or without sudo)
I installed Omarchy on a fresh 1TB SSD yesterday using an ISO on a USB stick on an 11 year old gaming laptop. Install details and troubleshooting output below
Solution TL;DR:
- is to figure out what graphics driver you need using https://wiki.archlinux.org/title/NVIDIA,
- if you're able, uninstall the one you have installed with
sudo pacman -Rdd $(pacman -Qs nvidia | cut -d' ' -f1)and then - install the driver I needed like
yay -S nvidia-580xx-dkms(dkms is preferred so your nvidia modules get rebuilt with every kernel update (otherwise black screen boot after kernel update, etc))
I did not include all recommended commands and steps that I performed, just the ones I think were required