From 5825e4ca9db8068a3499520a35419daaaac8086f Mon Sep 17 00:00:00 2001 From: luigir-it <64033455+luigir-it@users.noreply.github.com> Date: Sat, 22 Oct 2022 21:21:34 +0200 Subject: [PATCH] Update _index.md The folder submodules doesn't exist anymore --- pages/Nvidia/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Nvidia/_index.md b/pages/Nvidia/_index.md index c89e6d4..8102385 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -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 -`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. ### Fixing random flickering, method 2 (nuclear)