Skip to content

PenguinBurner 0.4.6

Choose a tag to compare

@jpietek jpietek released this 14 Jun 12:02

PenguinBurner 0.4.6

New

  • --dump-latency-data (advanced) — a daemon flag (equivalently
    PENGUIN_BURNER_DUMP_LATENCY_DATA=1) that dumps verbose latency internals to
    the daemon log: swapchain present mode and queue depth, plus Reflex
    sleep-mode (boost / FPS-cap) and recovery transitions. Off by default;
    for debugging display/VRR and frame-generation behaviour. Reflex sleep-mode
    lines are logged on change only, so the per-frame set calls do not flood the
    log.

Docs

  • New Advanced / hacky flags section in the README documenting the
    power-user CLI flags and latency-layer environment variables.
  • New docs/dev/penguin-burner-with-gamescope.md — how to run a game under
    gamescope with the PB latency layer, why the wrapper ordering matters
    (gamescope … -- PENGUIN_BURNER %command%), and the display-latency findings
    that motivate it.

Fixes

  • Update the packaging-metadata test to match the merged AUR build change (cmake
    is a system build dependency, not a Python build-system requirement).