diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-08-10 14:35:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-10 14:35:10 +0000 |
| commit | 1edc094cd96675d6508cb129d79ee16f64d20641 (patch) | |
| tree | d2539d2a09343a6905fefbfa05965e8709e088ba /copy.sh | |
| parent | daf6d332b89d6a6485508a25778dd06038d2a0e7 (diff) | |
Added LIBGL_ALWAYS_SOFTWARE on ENVariables.conf
Will be activated for if VM is detected
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,9 +62,10 @@ fi # uncommenting WLR_RENDERER_ALLOW_SOFTWARE,1 if running in a VM is detected if hostnamectl | grep -q 'Chassis: vm'; then echo "System is running in a virtual machine." 2>&1 | tee -a "$LOG" || true - # enabling no hardware cursors if VM detected + # enabling proper ENV's for Virtual Environment which should help sed -i 's/^\([[:space:]]*no_hardware_cursors[[:space:]]*=[[:space:]]*\)false/\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 '/monitor = Virtual-1, 1920x1080@60,auto,1/s/^#//' config/hypr/UserConfigs/Monitors.conf fi |
