File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
system_files/desktop/gnome/etc Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments