feat: use new autohdr settings, enable direct scanout.
This commit is contained in:
parent
ad6e2f866d
commit
9ef488d24d
1 changed files with 4 additions and 1 deletions
|
|
@ -141,7 +141,10 @@ in {
|
|||
"sunshine, 1920x1080@165, 0x0, 1"
|
||||
];
|
||||
|
||||
render.cm_fs_passthrough = 1;
|
||||
render = {
|
||||
direct_scanout = 2; # Reduce latency for games
|
||||
cm_auto_hdr = 2; # Switch to hdr automatically when needed
|
||||
};
|
||||
|
||||
animations = {
|
||||
enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue