[pulseaudio-tickets] [Bug 93946] Changing device profile to HDMI is reset to default after monitor goes into powersave

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 22 09:46:22 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=93946

--- Comment #46 from Timo R. <timo at rothenpieler.org> ---
Here's what I did to test now:

~ % pulseaudio -k
~ % rm .config/pulse/*card-database*
~ % killall kodi.bin
~ % pacmd list-cards | grep "active profile"
        active profile: <output:analog-stereo+input:analog-stereo>
~ % pactl set-card-profile 0 output:hdmi-stereo
~ % pacmd list-cards | grep "active profile"
        active profile: <output:hdmi-stereo>
~ % xrandr -s 1920x1080 -r 24
~ % pacmd list-cards | grep "active profile"
        active profile: <output:analog-surround-40>
~ % pactl set-card-profile 0 output:hdmi-stereo
~ % xrandr -s 1920x1080 -r 60
~ % pacmd list-cards | grep "active profile"
        active profile: <output:analog-surround-40>
~ % pactl set-card-profile 0 output:hdmi-stereo
~ % pacmd list-cards | grep "active profile"
        active profile: <output:hdmi-stereo>
~ % xrandr -s 1920x1080 -r 50
~ % pacmd list-cards | grep "active profile"
        active profile: <output:analog-surround-40>

It still switches away from hdmi-stereo whenever possible.
I also verified I'm indeed using 8.0 + the 3 patches.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160222/e757d7a4/attachment.html>


More information about the pulseaudio-bugs mailing list