<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 23, 2014 at 7:46 PM, Robin Gilks <span dir="ltr">&lt;<a href="mailto:g8ecj@gilks.org" target="_blank">g8ecj@gilks.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">If I boot up my frontend while the TV is in standby mode, the X-26Y<br>
mini-PC box defaults to the analog VGA output and stays on it even after<br>
the TV is fully powered.<br>
<br>
Is there a way to tell the Xserver to use the HDMI output and sort out the<br>
resolution later?<br>
<br>
Cheers<br></blockquote><div><br></div><div>I don&#39;t know if it works with all graphics cards, but in my /etc/X11/xorg.conf file, I have:</div><div><br></div><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div><div><font face="courier new, monospace" size="1">Section &quot;Device&quot;</font></div><div><font face="courier new, monospace" size="1">        Identifier  &quot;Videocard0&quot;</font></div><div><font face="courier new, monospace" size="1">        Driver      &quot;nvidia&quot;</font></div><div><font face="courier new, monospace" size="1">        Option      &quot;DynamicTwinView&quot; &quot;False&quot;</font></div><div><font face="courier new, monospace" size="1">EndSection</font></div><div><font face="courier new, monospace" size="1"><br></font></div><div><font face="courier new, monospace" size="1">Section &quot;ServerFlags&quot;</font></div><div><font face="courier new, monospace" size="1">    Option         &quot;AIGLX&quot; &quot;on&quot;</font></div><div><font face="courier new, monospace" size="1">EndSection</font></div><div><font face="courier new, monospace" size="1"><br></font></div><div><font face="courier new, monospace" size="1">Section &quot;Screen&quot;</font></div><div><font face="courier new, monospace" size="1">    Identifier     &quot;Screen0&quot;</font></div><div><font face="courier new, monospace" size="1">    Device         &quot;Videocard0&quot;</font></div><div><font face="courier new, monospace" size="1">    Monitor        &quot;Monitor0&quot;</font></div><div><font face="courier new, monospace" size="1">    DefaultDepth   24</font></div><div><font face="courier new, monospace" size="1">    Option         &quot;ConnectedMonitor&quot; &quot;DFP-1&quot;</font></div><div><font face="courier new, monospace" size="1">    Option         &quot;UseDisplayDevice&quot; &quot;DFP-1&quot; </font></div><div><font face="courier new, monospace" size="1">    Option         &quot;CustomEDID&quot; &quot;DFP-1:/home/etc/X11/edid.bin&quot; </font></div><div><font face="courier new, monospace" size="1">    Option         &quot;TwinView&quot; &quot;0&quot;</font></div><div><font face="courier new, monospace" size="1">    Option         &quot;metamodes&quot; &quot;1920x1080_60 +0+0; nvidia-auto-select +0+0&quot;</font></div><div><font face="courier new, monospace" size="1">    SubSection     &quot;Display&quot;</font></div><div><font face="courier new, monospace" size="1">        Depth       24</font></div><div><font face="courier new, monospace" size="1">    EndSubSection</font></div><div><font face="courier new, monospace" size="1">    Option         &quot;FlatPanelProperties&quot; &quot;Scaling = Native&quot;</font></div><div><font face="courier new, monospace" size="1">EndSection</font></div><div><font face="courier new, monospace" size="1"><br></font></div><div><font face="courier new, monospace" size="1">Section &quot;Extensions&quot;</font></div><div><font face="courier new, monospace" size="1">    Option         &quot;Composite&quot; &quot;Disable&quot;</font></div><div><font face="courier new, monospace" size="1">    Option         &quot;UseEvents&quot; &quot;True&quot;</font></div><div><font face="courier new, monospace" size="1">EndSection</font></div></div><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></div><div><br></div><div>The ConnectedMonitor/UseDisplayDevice options tells it to use the HDMI output.  The CustomEDID tells it to read the EDID info from a file, which is useful if my pre-amp/monitor are not turned on before the computer -- my preamp will not pass EDID through unless both it and the TV are on.</div><div><br></div><div>John</div></div></div></div>