This doc was written for Intel CPU / NVIDIA architecture with systemd-boot as boot manager.
Further reading:
- The idiots Guide to EndeavourOS by killajoe
- How to Use the Command
yay(with examples) by CommandMasters
Required for NVIDIA cards. After fresh endeavourOS install, restart into the fallback boot entry.
Install drivers:
$ sudo pacman -S nvidia-inst nvidia-hook
$ nvidia-instReboot with the default boot entry and everything should render normally.
Having both an integrated GPU (iGPU) and dedicated GPU (dGPU) will cause KWin environments to have a stroke.
Why? Because we're not allowed to have nice things Wayland can get confused about which GPU to use sometimes. For instance, waking from a period of deep suspend/sleep into a blank screen.
The solution is configuring KWin to look for the dGPU when possible.
Two fix options:
- Most destructive option: Disable iGPU in BIOS.
- Least descructive option: Configure the environment to prioritize dGPU.
Reading:
- Environment Variables (kwin_drm_devices)
- Plasma Wayland Workaround by Breadcat