You are not logged in.
For context I have a dual-GPU laptop (Intel/Nvidia) and I'm using the nvidia-580xx driver from the AUR.
After a recent update, some environments boot to a black screen with only a cursor being visible.
Working:
- LightDM
- SDDM (with DisplayServer=wayland)
- Hyprland
- Cinnamon (Wayland or Software Rendering)
Black screen:
- SDDM
- Cinnamon (X11)
Yes, I have the nvidia_drm.modeset flag
Is anyone having similar issues?
Last edited by snorkysnark (2026-05-23 22:19:35)
Offline
Okay, it was really the intel driver that's at fault. Replacing the
Section "Device"
Identifier "iGPU"
Driver "intel"
BusID "PCI:0:2:0"
EndSectionwith
Section "Device"
Identifier "iGPU"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSectionfixed the issue
Offline
ftr, w/o https://wiki.archlinux.org/title/Intel_ … ecent_GPUs or mesa-amber (But don't do either!!! This isn't what you want) you'd be on software rendering.
Offline