From ed29441800894b2ae8cbbc2b9ddb5763bf4e491f Mon Sep 17 00:00:00 2001 From: installer Date: Tue, 7 Jan 2025 13:39:21 +0900 Subject: disabled `env = LIBGL_ALWAYS_SOFTWARE,1` for a VM install since on my test, hyprland is crashing --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 685a09d9..b365dee6 100755 --- a/copy.sh +++ b/copy.sh @@ -65,7 +65,7 @@ if hostnamectl | grep -q 'Chassis: vm'; then # enabling proper ENV's for Virtual Environment which should help sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)2/\1true/' config/hypr/UserConfigs/UserSettings.conf sed -i '/env = WLR_RENDERER_ALLOW_SOFTWARE,1/s/^#//' config/hypr/UserConfigs/ENVariables.conf - sed -i '/env = LIBGL_ALWAYS_SOFTWARE,1/s/^#//' config/hypr/UserConfigs/ENVariables.conf + #sed -i '/env = LIBGL_ALWAYS_SOFTWARE,1/s/^#//' config/hypr/UserConfigs/ENVariables.conf sed -i '/monitor = Virtual-1, 1920x1080@60,auto,1/s/^#//' config/hypr/UserConfigs/Monitors.conf fi -- cgit v1.2.3