Add further advice to nvidia flickering (#449)

* add further advice to nvidia flickering

* add nvidia gpu version info, remove unnecessary comment
This commit is contained in:
jones-josh 2024-01-30 22:18:13 +01:00 committed by GitHub
parent 5737cda04a
commit b23a29ad45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ options nvidia NVreg_RegistryDwords="PowerMizerEnable=0x1; PerfLevelSrc=0x2222;
Reboot your computer and it should be working.
If it does not, try:
- lowering your monitors' refresh rate, as this can stop the flickering altogether
- installing the 535xx versions of the drivers, as later (545, 550) can cause flickering with XWayland
- these are available for arch via [the AUR here](https://aur.archlinux.org/packages?O=0&K=535xx)
- using the [Nouveau driver](https://wiki.archlinux.org/title/Nouveau) as mentioned above
## Fixing suspend/wakeup issues
Enable the services `nvidia-suspend.service`, `nvidia-hibernate.service` and `nvidia-resume.service`, they will be started by systemd when needed.