Skip to content

Commit

Permalink
Merge pull request ChimeraOS#97 from antheas/patch-8
Browse files Browse the repository at this point in the history
feat: force hdr on zotac (maybe it works)
  • Loading branch information
KyleGospo authored Jan 6, 2025
2 parents 9deaab3 + 8a3a50b commit 293f17e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions usr/share/gamescope-session-plus/device-quirks
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ if [[ ":ONEXPLAYER F1Pro:ONEXPLAYER F1 EVA-02:" =~ ":$SYS_ID:" ]]; then
fi
fi

# Zotac Zone
if [[ ":ZOTAC GAMING ZONE:" =~ ":$SYS_ID:" ]]; then
export STEAM_GAMESCOPE_FORCE_HDR_DEFAULT=1
export STEAM_GAMESCOPE_FORCE_OUTPUT_TO_HDR10PQ_DEFAULT=1
fi

# ROG Ally & ROG Ally X
if [[ ":ROG Ally RC71L:ROG Ally X RC72LA:" =~ ":$SYS_ID:" ]]; then
ADAPTIVE_SYNC=1
Expand Down

0 comments on commit 293f17e

Please sign in to comment.