<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"><<a href="mailto:g8ecj@gilks.org" target="_blank">g8ecj@gilks.org</a>></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'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 "Device"</font></div><div><font face="courier new, monospace" size="1"> Identifier "Videocard0"</font></div><div><font face="courier new, monospace" size="1"> Driver "nvidia"</font></div><div><font face="courier new, monospace" size="1"> Option "DynamicTwinView" "False"</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 "ServerFlags"</font></div><div><font face="courier new, monospace" size="1"> Option "AIGLX" "on"</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 "Screen"</font></div><div><font face="courier new, monospace" size="1"> Identifier "Screen0"</font></div><div><font face="courier new, monospace" size="1"> Device "Videocard0"</font></div><div><font face="courier new, monospace" size="1"> Monitor "Monitor0"</font></div><div><font face="courier new, monospace" size="1"> DefaultDepth 24</font></div><div><font face="courier new, monospace" size="1"> Option "ConnectedMonitor" "DFP-1"</font></div><div><font face="courier new, monospace" size="1"> Option "UseDisplayDevice" "DFP-1" </font></div><div><font face="courier new, monospace" size="1"> Option "CustomEDID" "DFP-1:/home/etc/X11/edid.bin" </font></div><div><font face="courier new, monospace" size="1"> Option "TwinView" "0"</font></div><div><font face="courier new, monospace" size="1"> Option "metamodes" "1920x1080_60 +0+0; nvidia-auto-select +0+0"</font></div><div><font face="courier new, monospace" size="1"> SubSection "Display"</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 "FlatPanelProperties" "Scaling = Native"</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 "Extensions"</font></div><div><font face="courier new, monospace" size="1"> Option "Composite" "Disable"</font></div><div><font face="courier new, monospace" size="1"> Option "UseEvents" "True"</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>