Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/Configuring/Basics/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ _Subcategory `quirks.`_
| name | description | type | default |
| --- | --- | --- | --- |
| prefer_hdr | Report HDR mode as preferred. 0 - off, 1 - always, 2 - gamescope only | int | `0` |
| skip_non_kms_dmabuf_formats | Do not report dmabuf formats which cannot be imported into KMS | bool | false |

Some clients expect monitor to be in HDR mode prior to the client start. This breaks auto HDR activation and can cause whitescreen and flickering. Use `prefer_hdr` to fix it.

Expand Down