From d658a7a7c4eb4185e6afbba0afbfff04863371e0 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 28 Jul 2024 02:21:51 -0700 Subject: [PATCH] fix: Drop no longer needed OBS_USE_EGL environment variable --- system_files/deck/shared/usr/etc/environment | 4 ---- system_files/deck/silverblue/usr/etc/environment | 4 ---- system_files/desktop/shared/usr/etc/environment | 4 ---- system_files/desktop/silverblue/usr/etc/environment | 4 ---- 4 files changed, 16 deletions(-) diff --git a/system_files/deck/shared/usr/etc/environment b/system_files/deck/shared/usr/etc/environment index d7b514dd62..4ffd18efa3 100644 --- a/system_files/deck/shared/usr/etc/environment +++ b/system_files/deck/shared/usr/etc/environment @@ -1,9 +1,5 @@ # Prevent topgrade from pausing automated updates TOPGRADE_SKIP_BRKC_NOTIFY=true -# Required for use of OBS-VkCapture in X11 environments -# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs -OBS_USE_EGL=1 - # VIM is more usable on deck due to control scheme EDITOR=/usr/bin/vim diff --git a/system_files/deck/silverblue/usr/etc/environment b/system_files/deck/silverblue/usr/etc/environment index 52e3b2f37b..3683cee655 100644 --- a/system_files/deck/silverblue/usr/etc/environment +++ b/system_files/deck/silverblue/usr/etc/environment @@ -4,9 +4,5 @@ TOPGRADE_SKIP_BRKC_NOTIFY=true # https://gitlab.gnome.org/GNOME/mutter/-/issues/3037 MUTTER_DEBUG_KMS_THREAD_TYPE=user -# Required for use of OBS-VkCapture in X11 environments -# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs -OBS_USE_EGL=1 - # VIM is more usable on deck due to control scheme EDITOR=/usr/bin/vim diff --git a/system_files/desktop/shared/usr/etc/environment b/system_files/desktop/shared/usr/etc/environment index 71db9b3a67..31551a0fb7 100644 --- a/system_files/desktop/shared/usr/etc/environment +++ b/system_files/desktop/shared/usr/etc/environment @@ -1,6 +1,2 @@ # Prevent topgrade from pausing automated updates TOPGRADE_SKIP_BRKC_NOTIFY=true - -# Required for use of OBS-VkCapture in X11 environments -# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs -OBS_USE_EGL=1 diff --git a/system_files/desktop/silverblue/usr/etc/environment b/system_files/desktop/silverblue/usr/etc/environment index a457aa407a..387b006fc6 100644 --- a/system_files/desktop/silverblue/usr/etc/environment +++ b/system_files/desktop/silverblue/usr/etc/environment @@ -3,7 +3,3 @@ TOPGRADE_SKIP_BRKC_NOTIFY=true # https://gitlab.gnome.org/GNOME/mutter/-/issues/3037 MUTTER_DEBUG_KMS_THREAD_TYPE=user - -# Required for use of OBS-VkCapture in X11 environments -# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs -OBS_USE_EGL=1 \ No newline at end of file