On Wed, 6 Jun 2007 19:42:59 +0300
Aleksey Kunitskiy <[EMAIL PROTECTED]> wrote:

> Section "ServerLayout"
>       Identifier      "Layout 1"
>       Screen  0 "Screen0" 0 0
>       Screen  1 "Screen1" LeftOf "Screen0"
>       InputDevice     "Keyboard0"     "CoreKeyboard"
>       InputDevice     "Mouse0"        "CorePointer"
> EndSection

Try switching the LeftOf to RightOf.  Is that what you meant?  Or did
you want to plug the monitors into each others' plugs?  In which case 

>Section "Screen"
>       Identifier "Screen0"
>       Device     "Card0"
>       Monitor    "Monitor0"
>       DefaultDepth    24
>       SubSection "Display"
>               Modes   "1280x1024"
>               Depth   24
>       EndSubSection
>EndSection

>Section "Screen"
>       Identifier "Screen1"
>       Device     "Card1"
>       Monitor    "Monitor1"
>       DefaultDepth    24
>       SubSection "Display"
>               Modes   "1280x1024"
>               Depth   24
>       EndSubSection
>EndSection

Just switch the Monitor lines here, and switch the plugs.  
-- 
[EMAIL PROTECTED] mailing list

Reply via email to