mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
fix: Move KMS mode setting into environment in system_files
This commit is contained in:
parent
dde01275df
commit
7613857b51
@ -82,8 +82,7 @@ RUN if grep "gnome" <<< "${IMAGE_NAME}"; then \
|
||||
rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr \
|
||||
mutter \
|
||||
gnome-control-center \
|
||||
gnome-control-center-filesystem && \
|
||||
echo MUTTER_DEBUG_FORCE_KMS_MODE=simple >> /etc/environment \
|
||||
gnome-control-center-filesystem \
|
||||
; fi
|
||||
|
||||
# Configure KDE
|
||||
|
9
system_files/desktop/gnome/etc/environment
Normal file
9
system_files/desktop/gnome/etc/environment
Normal file
@ -0,0 +1,9 @@
|
||||
# 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
|
||||
|
||||
# Required for Decky Loader on systems with SELinux
|
||||
DECKY_SELINUX=1
|
||||
|
||||
# Required for GNOME VRR MR
|
||||
MUTTER_DEBUG_FORCE_KMS_MODE=simple
|
Loading…
Reference in New Issue
Block a user