On Sat, 11 May 2002 [EMAIL PROTECTED] wrote:
> Hi,
>
> I have a sun sparcstation5 running XFree86 4.2.0
>
> I have enabled xinerama support by the command line switch +xinerama, but I get
> the same display the two cards (cgsix)
You either don't have an appropriate ServerLayout section in
the XF86Config or you have come across one of the cases where
we have some hair in our Xinerama screen setup. A valid ServerLayout
section would look as follows:
Section "ServerLayout"
Identifier "DualHead"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
The server places the screens one at a time so if you have
relative placement information for the first screen listed it
will get ignored.
Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert