Howto wayland: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) (Created page with "= archlinux = edit /etc/gdm/custom.conf and add the following: WaylandEnable=true") |
Mandulete1 (talk | contribs) |
||
Line 2: | Line 2: | ||
edit /etc/gdm/custom.conf and add the following: | edit /etc/gdm/custom.conf and add the following: | ||
WaylandEnable=true | 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 ...) |
Revision as of 21:16, 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 ...)