I don&#39;t use server flags at all. I have this as my Server Layout.<br><br>Section &quot;ServerLayout&quot;<br>  Identifier    &quot;Default Layout&quot;<br>  Screen &quot;Default Screen&quot;<br>  Screen &quot;Default Screen2&quot; RightOf &quot;Default Screen&quot;<br>
  Option     &quot;Xinerama&quot;<br>EndSection<br><br>In your case I think it would be:<br><br>Section &quot;ServerLayout&quot;<br>
  Identifier    &quot;Default Layout&quot;<br>
  Screen &quot;aticonfig-Screen[0]-0&quot;<br>
  Screen &quot;aticonfig-Screen[0]-1&quot;<br>
  Option     &quot;Xinerama&quot;<br>
EndSection<br><br>Hope that helps.<br><br>Thanks!<br>Jordan Wilberding<br><br><div class="gmail_quote">On Wed, Jul 8, 2009 at 10:44 PM, Eugene Tarasov <span dir="ltr">&lt;_<a href="mailto:Genia@post.ustu.ru">Genia@post.ustu.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<br>
I have some trouble with xmonad multihead configuration. It displays one workspace in two monitors, mod+w,e,r don&#39;t work. How to get multihead configuration with two different workspaces on two monitors described in all tutorials?<br>

<br>
I&#39;ve tried it with gdm and xdm.<br>
<br>
My xorg.conf is in attachment.<br>
<br>
<br>
Thanks,<br><font color="#888888">
   Eugene Tarasov<br>
</font><br>Section &quot;ServerLayout&quot;<br>
        Identifier     &quot;aticonfig Layout&quot;<br>
        Screen      0  &quot;aticonfig-Screen[0]-0&quot; 1280 0<br>
        Screen         &quot;aticonfig-Screen[0]-1&quot; 0 0<br>
EndSection<br>
<br>
Section &quot;Files&quot;<br>
EndSection<br>
<br>
Section &quot;Module&quot;<br>
EndSection<br>
<br>
Section &quot;ServerFlags&quot;<br>
        Option      &quot;Xinerama&quot; &quot;on&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
        Identifier   &quot;aticonfig-Monitor[0]-0&quot;<br>
        Option      &quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;<br>
        Option      &quot;ModelName&quot; &quot;Generic Autodetecting Monitor&quot;<br>
        Option      &quot;DPMS&quot; &quot;true&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
        Identifier   &quot;aticonfig-Monitor[0]-1&quot;<br>
        Option      &quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;<br>
        Option      &quot;ModelName&quot; &quot;Generic Autodetecting Monitor&quot;<br>
        Option      &quot;DPMS&quot; &quot;true&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
        Identifier  &quot;aticonfig-Device[0]-0&quot;<br>
        Driver      &quot;fglrx&quot;<br>
        BusID       &quot;PCI:2:0:0&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
        Identifier  &quot;aticonfig-Device[0]-1&quot;<br>
        Driver      &quot;fglrx&quot;<br>
        BusID       &quot;PCI:2:0:0&quot;<br>
        Screen      1<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
        Identifier &quot;aticonfig-Screen[0]-0&quot;<br>
        Device     &quot;aticonfig-Device[0]-0&quot;<br>
        Monitor    &quot;aticonfig-Monitor[0]-0&quot;<br>
        DefaultDepth     24<br>
        SubSection &quot;Display&quot;<br>
                Viewport   0 0<br>
                Depth     24<br>
        EndSubSection<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
        Identifier &quot;aticonfig-Screen[0]-1&quot;<br>
        Device     &quot;aticonfig-Device[0]-1&quot;<br>
        Monitor    &quot;aticonfig-Monitor[0]-1&quot;<br>
        DefaultDepth     24<br>
        SubSection &quot;Display&quot;<br>
                Viewport   0 0<br>
                Depth     24<br>
        EndSubSection<br>
EndSection<br>
<br>
<br>_______________________________________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org">xmonad@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/xmonad" target="_blank">http://www.haskell.org/mailman/listinfo/xmonad</a><br>
<br></blockquote></div><br>