NVIDIA: Difference between revisions
imported>Flexagoon Add troubleshooting section |
imported>Sorrel →Fix app flickering with Picom: suggest using glx, as vsync is usually broken with xrender on nvidia |
||
| Line 310: | Line 310: | ||
{{file|~/.config/picom/picom.conf|conf|<nowiki> | {{file|~/.config/picom/picom.conf|conf|<nowiki> | ||
unredir-if-possible = false; | unredir-if-possible = false; | ||
backend = "xrender"; | backend = "xrender"; # try "glx" if xrender doesn't help | ||
vsync = true; | vsync = true; | ||
</nowiki>}} | </nowiki>}} | ||