<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [KBL] intel NUC6CAYH no LSPCON HDMI audio output"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101583#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [KBL] intel NUC6CAYH no LSPCON HDMI audio output"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101583">bug 101583</a>
              from <span class="vcard"><a class="email" href="mailto:zach@xak.us" title="Zach <zach@xak.us>"> <span class="fn">Zach</span></a>
</span></b>
        <pre>Here's a quick and dirty bash script that you can launch at login or run
manually to work around the no sound issue by bringing it back to life. Be sure
to change to the device and target resolution you want to use.


#!/bin/bash

videodevice=DP1
targetres=2560x1080
saferes=1920x1080

xrandr --output ${videodevice} --mode ${saferes}
xrandr --output ${videodevice} --mode ${targetres}</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>