<br><br><div class="gmail_quote">On Sat, Feb 21, 2009 at 8:41 AM, John Welch <span dir="ltr">&lt;<a href="mailto:jrw3319@gmail.com">jrw3319@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
One of my systems is what I will call a multi-purpose system. &nbsp;I am<br>
running Fedora 10 with a dual-DVI nVidia 8600GT graphics card. &nbsp;My<br>
primary display is a Samsung 20&quot; LCD, where I do general tasks such as<br>
web surfing, email, office documents, etc. &nbsp;The secondary display is<br>
an AOC 32&quot; LCD HDTV that I use as a display for Mythtv. &nbsp;I&#39;ve been<br>
happily running along using a Xinerama setup and everything has been<br>
working great. &nbsp;However, since Fedora 10 has upgraded to KDE 4.2 I&#39;ve<br>
really been enjoying the desktop effects and various other &quot;eye candy&quot;<br>
on my F10 PC at work. &nbsp;I&#39;d like to enable these desktop effects on<br>
this &quot;multi-purpose&quot; PC at home, but KDE won&#39;t allow it with Xinerama<br>
enabled (at least I can&#39;t figure out how to do it). &nbsp;I&#39;ve been trying<br>
to change my setup so that I&#39;m not using Xinerama, but still have the<br>
same general setup where I can run my general purpose stuff on one<br>
display and Mythtv on the HDTV. &nbsp;I&#39;ve read the &quot;Running MythTV Dual<br>
Headed&quot; wiki, searched around on both the Mythtv mailing lists and<br>
Google, but thus far have not been able to accomplish what I&#39;m trying<br>
to do. &nbsp;The closest I&#39;ve come is using an &#39;xorg.conf&#39; similar to what<br>
is described in the &quot;PIP Display&quot; section to the dual headed wiki<br>
page. &nbsp;However, it is not quite working the way I want. &nbsp;I can get the<br>
Myth frontend to display on the HDTV, but if I switch the mouse and<br>
keyboard focus back to the primary display I can&#39;t figure out how to<br>
eventually put it back to the frontend and I end up having to kill the<br>
process instead of exiting out properly. &nbsp;I don&#39;t know if I don&#39;t<br>
understand the &quot;mouse jail&quot; program that is described in the wiki, or<br>
whether it isn&#39;t working right on my system.<br>
<br>
So, anyone get any suggestions on how I can make this work? &nbsp;I think<br>
what I want is two separate X servers each controlling one display,<br>
but I can&#39;t figure out the proper xorg.conf for this configuration. &nbsp;I<br>
have read the section in the wiki page describing this setup, but it<br>
is just not clicking with me. &nbsp;Ideally I&#39;d like to be able to use both<br>
displays at the same time, like I can do now with my Xinerama setup,<br>
but this is not absolutely essential as most of the time I&#39;m really<br>
only use one display or the other.<br>
<br>
Note that while any suggestions are welcome, any &quot;dump KDE&quot;<br>
suggestions will only be tried as a last resort, as I really would<br>
like to stick with KDE.<br>
<br>
Any help would be greatly appreciated.<br>
<br>
Thanks,<br>
John<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><div><br></div><div>I am running the setup that you want with a slight difference. &nbsp;I have my main desktop (Display 0) on an LCD display and run myth on display 1 which is either a TV or a projector depending on if the projector is turned on.</div>
<div><br></div><div>You run the two displays with twinview off and set up the main one as display 0. &nbsp;then, if you have mythbuntu, you fix a bug and start myth in display 1.</div><div><a href="http://www.archivum.info/ubuntu-bugs@lists.ubuntu.com/2008-04/msg33149.html">http://www.archivum.info/ubuntu-bugs@lists.ubuntu.com/2008-04/msg33149.html</a><br>
</div><div><br></div><div>Here is my xorg.conf file which should be very similar to what you end up with. &nbsp;You will want to change the meta modes perhaps.</div><div><br></div><div>---------------------------------------------------------------</div>
<div><div># First Screen is LCD monitor where mythweb and other applications go</div><div># Second screen is where Myth will go</div><div><br></div><div>Section &quot;Screen&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Screen0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Device<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;Videocard0&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Monitor<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;LCDMonitor&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;TwinView&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;metamodes&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;CRT-0: 1280x1024_60 +0+0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;AddARGBGLXVisuals&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;True&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>SubSection &quot;Display&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>Depth<span class="Apple-tab-span" style="white-space:pre">        </span>24</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>EndSubSection</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Defaultdepth<span class="Apple-tab-span" style="white-space:pre">        </span>24</div>
<div>EndSection</div><div><br></div><div>Section &quot;Screen&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Screen1&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Device<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;Videocard1&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Monitor<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;MythMonitor&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;TwinView&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;metamodes&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;DFP: 1280x720_60 +0+0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;AddARGBGLXVisuals&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;True&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>SubSection &quot;Display&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>Depth<span class="Apple-tab-span" style="white-space:pre">        </span>24</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>EndSubSection</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Defaultdepth<span class="Apple-tab-span" style="white-space:pre">        </span>24</div>
<div>EndSection</div><div><br></div><div>Section &quot;Device&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Videocard0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Driver<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;nvidia&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Vendorname<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;NVIDIA Corporation&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Boardname<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;GeForce 6200 LE&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Busid<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;PCI:1:0:0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;UseEvents&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;True&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Screen<span class="Apple-tab-span" style="white-space:pre">        </span>0</div><div>EndSection</div><div><br></div><div>Section &quot;Device&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Videocard1&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Driver<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;nvidia&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Vendorname<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;NVIDIA Corporation&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Boardname<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;GeForce 6200 LE&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Busid<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;PCI:1:0:0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;UseEvents&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;True&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Screen<span class="Apple-tab-span" style="white-space:pre">        </span>1</div><div>EndSection</div><div><br></div><div>Section &quot;InputDevice&quot;</div><div>
<span class="Apple-tab-span" style="white-space:pre">        </span># generated from default</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Mouse0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Driver<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;mouse&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;CorePointer&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;Device&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;/dev/input/mice&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;Protocol&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;auto&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;Emulate3Buttons&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;yes&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;ZAxisMapping&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;4 5&quot;</div>
<div>EndSection</div><div><br></div><div>Section &quot;InputDevice&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Keyboard0&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Driver<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;kbd&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;CoreKeyboard&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;XkbRules&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;xorg&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;XkbModel&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;pc105&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;XkbLayout&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;us&quot;</div>
<div>EndSection</div><div><br></div><div>Section &quot;ServerLayout&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Layout0&quot;</div>
<div>&nbsp;&nbsp;screen 0 &quot;Screen0&quot; 0 0</div><div>&nbsp;&nbsp;screen 1 &quot;Screen1&quot; rightof &quot;Screen0&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Inputdevice<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Keyboard0&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;CoreKeyboard&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Inputdevice<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Mouse0&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;CorePointer&quot;</div>
<div>EndSection</div><div><br></div><div>Section &quot;Module&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Load<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;dbe&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Load<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;extmod&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Load<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;type1&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Load<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;freetype&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Load<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;glx&quot;</div>
<div>EndSection</div><div><br></div><div>Section &quot;Monitor&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;MythMonitor&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;DPMS&quot;</div><div>EndSection</div><div><br></div><div>Section &quot;Monitor&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Identifier<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;LCDMonitor&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Modelname<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Samsung SyncMaster&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Horizsync<span class="Apple-tab-span" style="white-space:pre">        </span>30.0<span class="Apple-tab-span" style="white-space:pre">        </span>-<span class="Apple-tab-span" style="white-space:pre">        </span>63.0</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Vertrefresh<span class="Apple-tab-span" style="white-space:pre">        </span>56.0<span class="Apple-tab-span" style="white-space:pre">        </span>-<span class="Apple-tab-span" style="white-space:pre">        </span>75.0</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;DPMS&quot;</div><div>EndSection</div><div><br></div><div>Section &quot;ServerFlags&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;Xinerama&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;0&quot;</div>
<div>EndSection</div><div><br></div><div>Section &quot;Extensions&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Option<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;Composite&quot;<span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Enable&quot;</div>
<div>EndSection</div><div><br></div><div>Section &quot;Files&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Rgbpath<span class="Apple-tab-span" style="white-space:pre">                </span>&quot;/usr/X11R6/lib/X11/rgb&quot;</div>
<div>EndSection</div><div><br></div></div><div><br></div><div><br></div>