File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ From 04afaf13b208f5c58c0b057f3dfc2dfa5c19a334 Mon Sep 17 00:00:00 2001
2+ From: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
3+ Date: Fri, 14 Jan 2022 15:58:45 +0100
4+ Subject: STEAMOS: radv: min image count override for FH5
5+
6+ Otherwise in combination with the vblank time reservation in
7+ gamescope the game could get stuck in low power states.
8+ ---
9+ src/util/00-radv-defaults.conf | 4 ++++
10+ 1 file changed, 4 insertions(+)
11+
12+ diff --git a/src/util/00-radv-defaults.conf b/src/util/00-radv-defaults.conf
13+ index 1cbb2e087c9..43488ada6bc 100644
14+ --- a/src/util/00-radv-defaults.conf
15+ +++ b/src/util/00-radv-defaults.conf
16+ @@ -311,5 +311,9 @@ Application bugs worked around in this file:
17+ <application name="No Man's Sky" application_name_match="No Man's Sky">
18+ <option name="radv_app_layer" value="no_mans_sky" />
19+ </application>
20+ +
21+ + <application name="Forza Horizon 5" application_name_match="ForzaHorizon5.exe">
22+ + <option name="vk_x11_override_min_image_count" value="4" />
23+ + </application>
24+ </device>
25+ </driconf>
26+ - -
27+ 2.42.0
You can’t perform that action at this time.
0 commit comments