<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Feb 14, 2016, at 9:44 PM, James Abernathy <<a href="mailto:jfabernathy@outlook.com" class="">jfabernathy@outlook.com</a>> wrote:<div class=""><br class=""></div><div class="">Well, these two lines at the top:</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">mythfrontend[17575]: E CoreContext vaapicontext.cpp:318 (CreateDisplay) VAAPI: Invalid display</span><br class="" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">mythfrontend[17575]: E CoreContext videoout_openglvaapi.cpp:152 (CreateVAAPIContext) VidOutGLVAAPI: Failed to create VAAPI context.</span></div></blockquote></div><br class=""><div class="">jump out; I don’t think you’ll get too far without a vaapi context :) The code that issues the “invalid display” comment is VAAPIContext::CreateDisplay and all it does is ask for a drawing surface with your screen dimensions, 1920x1080 or 1280x720 or whatever you’re using. </div><div class=""><br class=""></div><div class="">This ties into where I was heading with my resources comment, I’m wondering what bios setting you have for this:</div><div class=""><br class=""></div><div class="">    <a href="http://www.intel.com/content/www/us/en/support/boards-and-kits/desktop-boards/000007143.html" class="">http://www.intel.com/content/www/us/en/support/boards-and-kits/desktop-boards/000007143.html</a></div></div><div class=""><br class=""></div><div class="">it seems NUCs can set aside either 1MB or 8MB of main memory for the graphics to use. 1MB is too small for video playback so if you’re configured that way it would explain the invalid display result.</div><div class=""><br class=""></div><div class="">If that ain’t it then I’m all out of wisdom.</div><div class=""><br class=""></div><div class="">- George</div></body></html>