Skip to content

Commit 7613857

Browse files
committed
fix: Move KMS mode setting into environment in system_files
1 parent dde0127 commit 7613857

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ RUN if grep "gnome" <<< "${IMAGE_NAME}"; then \
8282
rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr \
8383
mutter \
8484
gnome-control-center \
85-
gnome-control-center-filesystem && \
86-
echo MUTTER_DEBUG_FORCE_KMS_MODE=simple >> /etc/environment \
85+
gnome-control-center-filesystem \
8786
; fi
8887

8988
# Configure KDE
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Required for use of OBS-VkCapture in X11 environments
2+
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
3+
OBS_USE_EGL=1
4+
5+
# Required for Decky Loader on systems with SELinux
6+
DECKY_SELINUX=1
7+
8+
# Required for GNOME VRR MR
9+
MUTTER_DEBUG_FORCE_KMS_MODE=simple

0 commit comments

Comments
 (0)