On Tue, 18 Dec 2001, Matt Granzow wrote:

> I found a config from someone on the web for setting up 2 video cards,
> and 2 monitors in X.  I was able to get my box to get both monitors to
> come up, but if you don't mind, I have a question.  It looks like the
> second monitor has a seperate enlightenment session running.  I can't
> get over to that screen to do anything... do you have any suggestions??
> 

   If you can't move the pointer between heads it's because
that's the way the Section ServerLayout in the XF86Config is set up.
Mine looks like:

Section "ServerLayout"
        Identifier     "DualHead"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0" 
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
   There are many screen placement options available which are
described in the XF86Config man page.  Also, you can try
    startx -- +xinerama
which will give you "single logical screen" behavior, but you
have to have a sensible ServerLayout section first.
   

                        Mark.

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to