mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 05:55:59 +01:00
commit
5517d69661
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ substituteInPlace render/gles2/renderer.c --replace "glFlush();" "glFinish();"
|
||||||
```
|
```
|
||||||
|
|
||||||
What this means, for non-nix users, is you have to (before building) go to
|
What this means, for non-nix users, is you have to (before building) go to
|
||||||
`submodules/wlroots/render/gles2/renderer.c` and replace all occurrences of `glFlush()`
|
`subprojects/wlroots/render/gles2/renderer.c` and replace all occurrences of `glFlush()`
|
||||||
with `glFinish()`, and then compile Hyprland as usual.
|
with `glFinish()`, and then compile Hyprland as usual.
|
||||||
|
|
||||||
### Fixing random flickering, method 2 (nuclear)
|
### Fixing random flickering, method 2 (nuclear)
|
||||||
|
|
Loading…
Reference in a new issue