in ubuntu 23.04 the only thing you need to do at system level is:
- add
nvidia_drm.modeset=1to/etc/default/grubinGRUB_CMDLINE_LINUX_DEFAULT=, and thats it - then you need to run
sudo update-grubandreboot
after that we need to apply the patches:
sed 's/glFlush();/glFinish();/g' -i subprojects/wlroots/render/gles2/renderer.cthen 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
Default line is
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Are you supposed to make it
GRUB_CMDLINE_LINUX_DEFAULT="nvidia_drm.modeset=1"
?