Skip to content

Commit

Permalink
STEAMOS: radv: min image count override for FH5
Browse files Browse the repository at this point in the history
Otherwise in combination with the vblank time reservation in
gamescope the game could get stuck in low power states.
  • Loading branch information
BNieuwenhuizen authored and hakzsam committed Oct 31, 2024
1 parent 2c18899 commit bdb07d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/00-radv-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,9 @@ Application bugs worked around in this file:
<application name="Total War: WARHAMMER III" application_name_match="TotalWarhammer3">
<option name="radv_disable_depth_storage" value="true"/>
</application>

<application name="Forza Horizon 5" application_name_match="ForzaHorizon5.exe">
<option name="vk_x11_override_min_image_count" value="4" />
</application>
</device>
</driconf>

0 comments on commit bdb07d3

Please sign in to comment.