<div dir="ltr">This sounds like an X configuration issue. You may be able to create or edit /etc/X11/xorg.conf to have multiple screens. But debugging that is rather annoying. I had a video setup on a box where the driver was buggy such that I was stuck in the same situation you are in. I used layoutScreens[1] to work around the issue. This module allows you to divide your single large screen into sections that xmonad will treat just like separate screens. If you choose your actual monitor layout and sizes it will work just how you want.  <div><br></div><div>[1]<a href="http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-LayoutScreens.html">http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-LayoutScreens.html</a></div><div><br></div><div>It still may be worthwhile to debug your xorg.conf but this workaround is useful to have in your bag of tricks.</div><div><br></div><div>Cheers, </div><div><br></div><div>Chris Wills</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 2, 2014 at 4:50 AM, Mario Pastorelli <span dir="ltr"><<a href="mailto:pastorelli.mario@gmail.com" target="_blank">pastorelli.mario@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi xmonaders,<br>
<br>
I have decided to move my XMonad install inside a sandbox to avoid problems when packages are updated. I'm able to run XMonad with cabal exec xmonad and I'm very happy with it. My only problem is that XMonad cannot use Xinerama for some reason: if I configure two displays then I get a single display which is the union of the first one with the second one. I cannot find any way to use displays as independent. What I'm doing wrong? MATE is able to use Xinerama without problems and X11, XMonad and XMonad-contrib are built with xinerama:<br>
<br>
> ldd ../../xmonad/.cabal-sandbox/<u></u>bin/xmonad<br>
    ...<br>
    libXinerama.so.1 => /usr/lib/x86_64-linux-gnu/<u></u>libXinerama.so.1 (0x00007f86f66e8000)<br>
    libX11.so.6 => /usr/lib/x86_64-linux-gnu/<u></u>libX11.so.6 (0x00007f86f63b2000)<br>
    libXrandr.so.2 => /usr/lib/x86_64-linux-gnu/<u></u>libXrandr.so.2 (0x00007f86f61a8000)<br>
    ...<br>
<br>
I have libxinerama:<br>
<br>
>  ghc -e Graphics.X11.Xinerama.<u></u>compiledWithXinerama<br>
True<br>
<br>
And Xorg starts with Xinerama:<br>
<br>
> grep -i xinerama /var/log/Xorg.0.log<br>
[    13.627] Initializing built-in extension XINERAMA<br>
<br>
I don't know what's wrong...how can I understand what's going on?<br>
<br>
Thanks in advance,<br>
Mario<br>
______________________________<u></u>_________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org" target="_blank">xmonad@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/xmonad" target="_blank">http://www.haskell.org/<u></u>mailman/listinfo/xmonad</a><br>
</blockquote></div><br></div>