in ubuntu 23.04 the only thing you need to do at system level is:
- add
nvidia_drm.modeset=1
to/etc/default/grub
inGRUB_CMDLINE_LINUX_DEFAULT=
, and thats it - then you need to run
sudo update-grub
andreboot
after that we need to apply the patches:
sed 's/glFlush();/glFinish();/g' -i subprojects/wlroots/render/gles2/renderer.c
then we can run the build-ubuntu-23.sh
or manually follow the ubuntu 23.04 install guide
the rest of documentation is in the NVIDIA PAGE
No you just add "nvidia_drm.modeset=1" at the end of the string like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia_drm.modeset=1"
#cmiiw