RIO: gauge confs to priority=higher,higher

highest,highest (HIGH_PRIORITY_CLASS) starved the host desktop; with the
v3 idle-window and v4 retry patches a rare dropout self-recovers, so
ABOVE_NORMAL both ways is the better trade.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-04 16:41:02 -05:00
co-authored by Claude Fable 5
parent 301f381305
commit e2005502ff
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -3,8 +3,10 @@ output=opengl
# keep scheduling priority when unfocused -- the default (higher,normal)
# demotes DOSBox in the background, adding latency that blows the RIO's
# few-ms ACK deadline (confirmed: hands-off run = zero dropouts).
# highest = HIGH_PRIORITY_CLASS (higher,higher still showed a dropout).
priority=highest,highest
# higher,higher not highest: HIGH_PRIORITY_CLASS starved the host desktop;
# with the retry patches (v3 33ms idle window + v4 0.5s retry) a rare
# dropout self-recovers, so ABOVE_NORMAL both ways is the better trade.
priority=higher,higher
[dosbox]
memsize=32
machine=svga_s3
+3 -1
View File
@@ -1,6 +1,8 @@
[sdl]
output=opengl
priority=highest,highest
# higher,higher not highest: HIGH_PRIORITY_CLASS starved the host desktop;
# with the retry patches a rare dropout self-recovers (see gauge_rio.conf).
priority=higher,higher
[dosbox]
memsize=32
machine=svga_s3