From 2afde6cc131b211cf323bb8e7f0136effaf44e0a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 15 Sep 2024 10:52:38 +0900 Subject: by default, explicit sync will be enabled for nvidia. Previously will be disabled --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 7efae273..d5390e63 100755 --- a/copy.sh +++ b/copy.sh @@ -56,7 +56,7 @@ if lspci -k | grep -A 2 -E "(VGA|3D)" | grep -iq nvidia; then # enabling no hardware cursors if nvidia detected sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)false/\1true/' config/hypr/UserConfigs/UserSettings.conf # disabling explicit sync for nvidia for now (Hyprland 0.42.0) - sed -i 's/ explicit_sync = 2/ explicit_sync = 0/' config/hypr/UserConfigs/UserSettings.conf + #sed -i 's/ explicit_sync = 2/ explicit_sync = 0/' config/hypr/UserConfigs/UserSettings.conf fi # uncommenting WLR_RENDERER_ALLOW_SOFTWARE,1 if running in a VM is detected -- cgit v1.2.3