Plasma/Wayland/Nvidia

From KDE Community Wiki
Revision as of 12:09, 27 October 2020 by Ngraham (talk | contribs) (manually setting an env var is no longer needed as of Plasma 5.20.2 (released this morning))

Running Nvidia Wayland

Pre-requisites

  • Ensure that you are using Plasma 5.20.2 or later.
  • You need a very up-to-date Qt. Make sure you have >= Qt5.15.0 or 4bd13402f0293e85b8dfdf92254e250ac28094c7 cherry-picked.
  • Make sure to have the Nvidia egl library installed. For example on Ubuntu and Neon the relevant package is called libnvidia-egl-wayland1

Mode setting

Check our driver is running in modesettings mode

cat /sys/module/nvidia_drm/parameters/modeset

It should print "Y"

If not, modify your kernel command line and add the line nvidia-drm.modeset=1. Search for "kernel parameters" in your distribution https://wiki.archlinux.org/index.php/Kernel_parameters is a good starting point

Login

  • Select "Plasma (wayland)" from your login manager
  • Enjoy your beautiful super-fast accelerated wayland desktop!