Howto wayland: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) |
Mandulete1 (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
or if you want the open source driver add nouveau: | or if you want the open source driver add nouveau: | ||
MODULES=(... nouveau ...) | MODULES=(... nouveau ...) | ||
edit /etc/default/grub and add the following: | |||
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia_drm.modeset=1" | |||
update grub.cfg: | |||
grub-mkconfig -o /boot/grub/grub.cfg |
Revision as of 21:17, 4 October 2023
archlinux
edit /etc/gdm/custom.conf and add the following:
WaylandEnable=true
edit /etc/mkinitcpio.conf and add the following modules:
MODULES=(...nvidia nvidia_modeset nvidia_uvm nvidia_drm...)
or if you want the open source driver add nouveau:
MODULES=(... nouveau ...)
edit /etc/default/grub and add the following:
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia_drm.modeset=1"
update grub.cfg:
grub-mkconfig -o /boot/grub/grub.cfg