mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-03 00:06:47 -04:00
opt: hdr_depth default to hdr10
This commit is contained in:
parent
1a3a314852
commit
9c7f2ec21a
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ Tearing allows games to bypass the compositor's VSync for lower latency.
|
||||||
## HDR
|
## HDR
|
||||||
| Setting | Default | Description |
|
| Setting | Default | Description |
|
||||||
| :--- | :--- | :--- |
|
| :--- | :--- | :--- |
|
||||||
| `hdr_hdr_depth` | `0`/`1`/`2` | Set the hdr depth for the current display. `0` is Default, `1` is HDR8, `2` is HDR10. |
|
| `hdr_depth` | `2`| Set the hdr depth for the current display. `0` is Default, `1` is HDR8, `2` is HDR10. |
|
||||||
|
|
||||||
- you should enable HDR in monitorrule first, refer to [Monitors — Monitor Rules](/docs/configuration/monitors#monitor-rules)
|
- you should enable HDR in monitorrule first, refer to [Monitors — Monitor Rules](/docs/configuration/monitors#monitor-rules)
|
||||||
- you must set `env=WLR_RENDERER,vulkan` before mango starts.
|
- you must set `env=WLR_RENDERER,vulkan` before mango starts.
|
||||||
|
|
|
||||||
|
|
@ -3727,7 +3727,7 @@ void set_value_default() {
|
||||||
config.drag_tile_refresh_interval = 8.0f;
|
config.drag_tile_refresh_interval = 8.0f;
|
||||||
config.drag_floating_refresh_interval = 8.0f;
|
config.drag_floating_refresh_interval = 8.0f;
|
||||||
config.allow_tearing = TEARING_DISABLED;
|
config.allow_tearing = TEARING_DISABLED;
|
||||||
config.hdr_depth = MANGO_RENDER_BIT_DEPTH_DEFAULT;
|
config.hdr_depth = MANGO_RENDER_BIT_DEPTH_10;
|
||||||
config.allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
config.allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
||||||
config.allow_lock_transparent = 0;
|
config.allow_lock_transparent = 0;
|
||||||
config.no_border_when_single = 0;
|
config.no_border_when_single = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue