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
the rest of documentation is in the [NVIDIA PAGE](https://wiki.hyprland.org/Nvidia/)
We just need to add the env vars to
hyprland.conf
apart from this, right?I'm having issues, where Hyprland launches with AMD GPU and it crashes.
Logs