<br />&gt; Typically, one instance of the X server manages a display,
which is<br />&gt; composed of one or more screens, a pointing device, and
a keyboard<br />&gt; device. In a typical, single server configuration,
that display will be<br />&gt; called &quot;:0&quot;, which has an empty
hostname part to the left of the colon,<br />&gt; indicating that the
server is running locally, and a &quot;0&quot; indicating it's<br />&gt;
display number zero. If there's only one screen in that display, it
will<br />&gt; be named &quot;:0.0&quot;. A second screen, typically a
monitor connected to a<br />&gt; second output of the same video device or
another video device under<br />&gt; control of the same server would be
called &quot;:0.1&quot;.<br /><br />In this instance (:0.0 and :0.1) can
different users control the two different screens?&nbsp; ie: user
&quot;mythtv&quot; controlling :0.1 which is a DFP (running the FE), and
xdm/gdm/kdm owning :0.1 which is a CRT?&nbsp; This is my overall
goal.&nbsp; It's annoying me that I have no physical console access to the
machine with myth's FE.&nbsp; Yes, I can do Ctrl-Atl-F1 to switch away
from X to pty1, but doing so results in the FE (and X) freezing until I
switch it back.&nbsp; I can also ssh into it, or run vncserver, etc.&nbsp;
However, none of that solves my issue:&nbsp; Software (possibly
misconfigured) is dictating how I use my hardware.<br /><br />&gt; If, on
the other hand, you have two instances of X running, each will<br />&gt;
manage a display, one of which will be called &quot;:0&quot; and the other
&quot;:1&quot;.<br />&gt; This is often the case when one has multiple GUI
logins and switches<br />&gt; between them with Ctrl-Alt-F?. In that case,
the different X instances<br />&gt; are sharing the same physical
devices.<br /><br />This, obviously, would allow different users on the
different displays.&nbsp; Can it be done with a single video card?&nbsp;
Not sure.&nbsp; Here's a quote from the HOWTO you posted below (which is a
quote from nvidia's readme):&nbsp; <br />
<pre>Graphics chips that support TwinView (Appendix G) can also be
configured to<br />treat each connected display device as a separate X
screen.</pre>
Sadly, I've already become confused what the different between a
&quot;display&quot; and a &quot;screen.&quot;&nbsp; At least, I think,
your earlier paragraph might have clarified it some.&nbsp; In
localhost:x.y, the 'x' is a display, and the 'y' is a screen.&nbsp; I
think.&nbsp; Heh...<br /><br />&gt; That Howto is in the Gentoo Wiki, but
contains very little<br />&gt; Gentoo-specific information. You probably
don't need or want Xinerama,<br />&gt; so read the section about multiple
screens.<br /><br />Ah, this might have been what I originally read.&nbsp;
(I'm using gentoo as my distro.)&nbsp; So much information.&nbsp; I miss
text consoles and CLI's. <br /><br />Take care<br />Gary<br />