mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
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:
parent
5737cda04a
commit
b23a29ad45
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue