Conversation with Compiz developers on #compiz-fusion-dev confirming this is an issue with the latest release: With the Ubuntu Jaunty (1:0.7.9+git20090211-0ubuntu4) package, using two X screens of different dimensions, there is an out-of-bounds (black) region on the 2nd screen where desktop and windows can't go, but the mouse can. Is this known? I'm not finding anything in the bug-tracker. I'm just about to try latest git head just-in-case two X screens or two X outputs? screen != output two X screens (:0.0 and :0.1) I don't think we support two X screens of different dimentions start one compiz instance per screen with --only-current-screen srsly? ouch It worked fine with previous versions... this appears as a regression when updating to Jaunty, at least. don't try latest git head, btw We do support two _outputs_ of different dimentions crdlb++ depending on which one you use, you'll either get exactly the same thing you have or a completely broken compiz IntuitiveNipple: nevertheless, you won't find much love in the current git head There's photo's attached to the Ubuntu bug report if it'd help: https://bugs.edge.launchpad.net/ubuntu/+source/compiz/+bug/331918 IntuitiveNipple: we've dropped multi-screen support completely ;-) smspillaz: That's a shame multi-screen was an X hack lol, don't phrase it that way IntuitiveNipple: it'll just always use --only-current-screen, essentially If you want multi-screen, start one compiz instance per screen "an X hack"? pretty much smspillaz: So, that suggests the Ubuntu start-up scripts will need to change then there's nothing hacky about it, it's just lots of work with very little testing it's been mostly superseeded by xrandr 1.2, twinview, xinerama etc IntuitiveNipple: that's not in 0.8 oh ... except for the whole using two GPUs part ... IntuitiveNipple: multi-screen support is still in 0.8 but it is probably broken, that is because no developers actually can be bothered to test it because it is such a pain to set up So, should I open a bug for this? you can, but I don't think it will be fixed unless someone sits down and does the work to set up multi-screen ;-) IntuitiveNipple: you can use --only-current-screen now though (and have two compiz instances) if it worked in 0.7.8, it might be a simple regression that could be fixed in a future 0.8 release it works better that way smspillaz: Is that going to confuse GDM ? I notice CCSM offers to configure both screens as before... was hoping there was going to be a relatively simple tweak there :) what does gdm have to do with ccsm? ok, so they both use gtk ;-) nothing... it's called a sentence; joins unrelated by correlating statements :D IntuitiveNipple: anyways, you should change your startup scripts to have compiz start --only-current-screen on each screen and I can't type! s/by/but/ :) it shouldn't confuse gdm that much smspillaz: OK, I'll have a go at that. Compiz isn't my forte, I'm at the kernel end of things. I don't know what it would confuse gdm at all tbh ;-) yay kernel so something like: DISPLAY=:0.0 compiz --only-current-screen; DISPLAY=:0.1 compiz --only-current-screen we have a secret world takeover plan regarding the kernel, but I guess we can discuss that later ;-) compiz --replace --only-current-screen should work on ubuntu ? IntuitiveNipple: yeah that should be right