Hello,

    I'm sorry to bother you, I'm not even sure if this is the right forum,
but I've searched the net with several search engines but have come up
empty. I don't know if you can help, but I'd be grateful for any insight you
can provide. I'm not subscribed to the list so If you could respond directly
it would be greatly appreciated.

I have 4 monitors I'm set up like this:

    | 2 |  | 3 |
    | 0 |  | 1 |

What I'm trying to find out, but haven't had much luck, is how do the
ServerLayout section of the config file.

Is it 2 lines per Screen:

        Screen "Screen0" LeftOf "Screen1"
        Screen "Screen0" Below "Screen2"
        Screen "Screen1" RightOf "Screen0"
        Screen "Screen1" Below "Screen3"
        Screen "Screen2" LeftOf "Screen3"
        Screen "Screen2" Above "Screen0"
        Screen "Screen3" RightOf "Screen2"
        Screen "Screen3" Above "Screen1"

or should I use one line per screen with two "relationship"s:

        Screen "Screen0" LeftOf "Screen1" Below "Screen2"
        Screen "Screen1" RightOf "Screen0" Below "Screen3"
        Screen "Screen2" LeftOf "Screen3" Above "Screen0"
        Screen "Screen3" RightOf "Screen2" Above "Screen1"

or my third option, (maybe I'm just making this more difficult than it
actually is).
Should it be more like this?:

        Screen "Screen0"
        Screen "Screen1" RightOf "Screen0"
        Screen "Screen2" Above "Screen0"
        Screen "Screen3" Above "Screen1"
or
        Screen "Screen3" RightOf  "Screen2"

Any help you could provide would be appreciated, I can't seem to find any
information using more than 2 screens.

Thanks,

James Fitzmaurice
D0 Online Systems Manager
Fermi National Accelerator Laboratory
(630) 840-4011
[EMAIL PROTECTED]

UNIX is very user friendly, It's just very particular about who it makes
friends with.


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

Reply via email to