Skip to content

Commit 2bef3d9

Browse files
authored
Merge pull request #2 from OpenGamingCollective/radv-defaults
Add min image count override for Forza Horizon 5 from SteamOS
2 parents 22e6521 + 1ea9367 commit 2bef3d9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

radv-defaults.patch

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

0 commit comments

Comments
 (0)