[Bug 101583] [KBL] intel NUC6CAYH no LSPCON HDMI audio output

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 16 22:27:16 UTC 2017


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

--- Comment #23 from Zach <zach at xak.us> ---
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}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170816/ebbfa065/attachment.html>


More information about the intel-gfx-bugs mailing list