Monitor Screen does not go into standby, when "audials play" app runs.

Comments

2 comments

  • Avatar
    PeterHeckert

    Thanks for the answer.

    I do not think so.
    The problem happens on my desktop PC, which has an ASUS mainboard and a Ryzen 7 CPU with integrated graphics.
    Everything is pretty vanilla.
    Happens also on a Lenovo Ideapad laptop which is brandnew and has a Ryzen 5 CPU with integrated graphics..
    (I have no other Windows computers to compare)

    All other apps work.

    I use now "Mini Radio Player", available in Microsoft store instead. This keeps the PC alive, when it plays, but the monitor goes off normally as it should after some time.

    0
    Comment actions Permalink
  • Avatar
    lethalang6278lais

    you’ve done some excellent troubleshooting! You are correct: many media apps like Audials use a "Power Request" (specifically DisplayRequest) to prevent the screen from dimming or the system from sleeping while music or video is playing. This ensures the stream isn't interrupted, but as you've discovered, it can be incredibly frustrating when you want the hardware to rest while the software works.

    The 10W spike you noticed with NirCmd is likely a "software battle." Audials is constantly pinging Windows to say "I am active, keep the display driver engaged," while NirCmd is trying to force a low-power state on the monitor. This loop creates CPU/GPU overhead, hence the extra power draw.

    Here are a few ways to handle this more efficiently:

    1. Override the Power Request (The "Pro" Way)
    Windows allows you to manually tell the system to ignore specific apps that ask to keep the screen on.

    Open the Command Prompt as Administrator.

    Type: powercfg /requests

    Look for "Audials" under the DISPLAY or EXECUTION category.

    Run this command (replacing processname.exe with the exact name kia university found in the step above, likely Audials.exe):

    powercfg /requestsoverride PROCESS "processname.exe" DISPLAY

    This tells Windows: "Even if Audials asks to keep the screen on, ignore it and follow my normal power plan."

    2. The "Blank Screensaver" Trick
    If the driver conflict is too aggressive for an override, try using a Blank Screensaver.

    Set your screensaver to "Blank" (which displays a pure black hex #000000 screen).

    On most modern LED/LCD monitors, displaying pure black significantly drops the power draw of the panel itself, even if the "backlight" remains technically on. It’s not as good as a total sleep state, but it avoids the "10W battle" between NirCmd and Audials.

    3. Regarding your Balance Adjustment proposal
    Since you mentioned your active speakers lack a balance knob, you don't actually have to wait for Audials to update their equalizer. You can do this at the System Level in Windows:

    Right-click the Speaker icon in your taskbar > Sound Settings.

    Click on your output device (the active speakers).

    Under Output settings, you will see Left channel and Right channel sliders.

     

    0
    Comment actions Permalink

Please sign in to leave a comment.