Compare commits
3 commits
4b2158b034
...
81b482376f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81b482376f | ||
|
|
e811f458e9 | ||
|
|
c98f29a67f |
2 changed files with 671 additions and 627 deletions
1294
inventory-fvs.yml
1294
inventory-fvs.yml
File diff suppressed because it is too large
Load diff
|
|
@ -22,8 +22,8 @@ fi
|
||||||
pactl set-card-profile alsa_card.{{ audio_output[0] }} output:{{ audio_output[1] }}
|
pactl set-card-profile alsa_card.{{ audio_output[0] }} output:{{ audio_output[1] }}
|
||||||
pactl set-default-sink alsa_output.{{ audio_output[0] }}.{{ audio_output[1] }}
|
pactl set-default-sink alsa_output.{{ audio_output[0] }}.{{ audio_output[1] }}
|
||||||
{% else %}
|
{% else %}
|
||||||
if pactl list cards | grep output:hdmi-stereo: | grep verfügbar:\ ja; then
|
if pactl list cards | grep output:hdmi-stereo: | grep -E "verfügbar: ja|available: yes"; then
|
||||||
pactl set-card-profile $(pactl list short cards | grep -m1 pci | head -1 | cut -f2) output:hdmi-stereo
|
pactl set-card-profile $(pactl list short cards | grep -m1 pci | head -1 | cut -f2) output:hdmi-stereo
|
||||||
pactl set-default-sink $(pactl list short cards | grep -m1 pci | head -1 | cut -f2 | sed s/card/output/g).output:hdmi-stereo
|
pactl set-default-sink $(pactl list short cards | grep -m1 pci | head -1 | cut -f2 | sed s/card/output/g).hdmi-stereo
|
||||||
fi
|
fi
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue