On Sun, 8 Feb 2004 [EMAIL PROTECTED] wrote:
> hi crew
> i have a bit of a stupid question from a newbie. i have set up my fedorasystem
> with my nvidia ti4200 and all is good, but, when i set up mysecond monitor (not
> twinview) i can't seem to get access to it using themouse. i want to be able to
> run programs in it but i can't send anywindows to it. has anyone got the same
> set up or familiar with this issue.
> thanks
> tom
>
> here's my soul
>
>
> Section "ServerLayout"
> Identifier "multihead layout"
> Screen 0 "Screen0" LeftOf "screen1"
> Screen 1 "screen1" 0 0
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> InputDevice "DevInputMice" "AlwaysCore"
> Option "Xinerama" "off"
> Option "Clone" "on"
> EndSection
In the Section "ServerLayout" you can't reference screens
that haven't been processed yet. That is, you refered to Screen1
on Screen0's line before Screen1 was processed, and hence, before
it knew where Screen1 actually was. Instead you should do
something like:
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Mark.
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86