hopefully 30hz is the only issue. 6.7 also had more agressive white flashing
hopefully 30hz is the only issue. 6.7 also had more agressive white flashing
sudo rpm-ostree usroverlaysudoedit /usr/share/gamecope-session-plus/device-quirks--generate-drm-mode fixed \ from the LGO section# Lenovo Legion Go
if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then
# Dependent on --force-orientation in gamescope-plus
if ( gamescope --help 2>&1 | grep -e "--force-orientation" > /dev/null ) ; then
export GAMESCOPECMD="/usr/bin/gamescope \
-e \
--xwayland-count 2 \
-O *,eDP-1 \
--default-touch-mode 4 \
--hide-cursor-delay $CURSOR_DELAY \
--fade-out-duration 200 \
--cursor-scale-height 720 \
--adaptive-sync \
--force-orientation left "
fi
# Set refresh rate range and enable refresh rate switching
export STEAM_DISPLAY_REFRESH_LIMITS=${GAMESCOPE_OVERRIDE_REFRESH_RATE:-60,144}
fi