This is needed to support wayland graphical sessions.
Details
Details
- Reviewers
Staudey - Commits
- R2210:175aca737ea8: Enable drm modeset by default
Install this package
Run clr-boot-manager mount-boot
UEFI: Check for cat /boot/loader/entries/Solus-*.conf | grep nvidia-drm.modeset=1
BIOS: Check for sudo cat /boot/grub/grub.cfg | grep nvidia-drm.modeset=1
Reboot
Verify that dmesg | grep nvidia-modeset shows up
Verify that I can actually login to my plasma wayland session without a black screen :)
Diff Detail
Diff Detail
- Repository
- R2210 nvidia-glx-driver
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM!
(had to do a sudo cat /boot/grub/grub.cfg | grep nvidia-drm.modeset=1 for the check though as this is a legacy boot system ^^)