<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
>This is what I need:<br>
>1) VGA to a monitor not running Myth<br>
>2) HCMI to the TV at 1080p running Myth<br>
>3) DVI to the projector at 720p running Myth.<br>
><br>
>Is this possible?<br>
><br>
>Allen<br>
<br>
I would think so.  I would expect that a 730 card would be able to run<br>
at least two outputs at once, either independently or as one joined<br>
workspace.  Running three at once might or might not be possible -<br>
does your 730 card have three separate outputs?  Does its DVI output<br>
(if it has one) have the analogue pins?  Is it a DVI-D (no analogue<br>
pins) or a DVI-I (with analogue pins)?  What adapters came with it?<br>
<br>
<a href="https://en.wikipedia.org/wiki/Digital_Visual_Interface" rel="noreferrer" target="_blank">https://en.wikipedia.org/wiki/Digital_Visual_Interface</a><br>
<a href="https://nvidia.custhelp.com/app/answers/detail/a_id/221/~/difference-between-dvi-i-and-dvi-d" rel="noreferrer" target="_blank">https://nvidia.custhelp.com/app/answers/detail/a_id/221/~/difference-between-dvi-i-and-dvi-d</a><br>
<br>
With the right /etc/xorg.conf configuration, each separate output<br>
should be able to be made a separate display.  If you do not have<br>
enough outputs, you may need to switch the configuration to swap<br>
between the projector and TV on the same output.  You may be able to<br>
do that simply by using the "-display" and/or "-geometry" options on<br>
the mythfrontend command line.  Or you may need to restart X using a<br>
different configuration.  You can restart X quite easily if you are<br>
set up to use the lightdm display manager (which is the default for<br>
xubuntu), by doing an "sudo systemctl restart lightdm".  You could do<br>
from a batch file that also changed the xorg.conf file.  I am not sure<br>
if restarting the display manager works if you are using the gdm<br>
display manager (the default for Ubuntu).  But you can change the<br>
display manager if necessary.<br>
<br>
To find which display manager you are using, do this:<br>
<br>ps -e | grep dm<br>
_______________________________________________</blockquote><div><br></div><div> Not sure why I have two instances of lightdm running</div><div><div>dad@NewMyth:~$ ps -e | grep dm</div><div>  825 ?        00:00:00 lightdm</div><div> 1096 ?        00:00:00 lightdm</div></div><div><br></div><div>My 750ti has three outputs, VGA-0, HDMI-0, DVI-D-0.</div><div>With just the two monitors hooked up my xorg.conf has this line in the Screen section</div><div> Option         "metamodes" "VGA-0: nvidia-auto-select +0+0, HDMI-0: 1920x1080 +1280+0"<br></div><div><br></div><div>I assume I could add the DVI monitor to this definition.  What I don't know is how I can get Myth to show up on both the HDMI and DVI monitors but not on the VGA monitor.</div><div>Googling is good at finding examples with two monitors but not so much on three.</div><br>The projector is a Panasonic PT-AX100U and it 720p native although it will take other inputs.<br><br>Allen<div><br></div><div> </div></div></div></div></div>