Is there some way to move Windows between separate X screens in Ubuntu 12.04? With 3 monitors on 2 GPUs, using Twinview is not an option. Xinerama allows me to drag windows between all monitors, but it also means that I lose all hardware acceleration.
I don't expect to be able to drag windows between the screens and have them occupy two monitors simultaneously, but there must be some way to transfer a program while it is running. At the moment, I don't even know how to select which monitor it will use when launched.
Any pointers?
If you are using multiple X screens (i.e. you have displays
:0.0
,:0.1
, etc), then it is not possible to move windows between them. Windows are bound to an X screen because the screens might have incompatible pixel formats or the hardware might not be able to share resources between the screens. Xinerama, RandR and TwinView were all designed to work around this by merging multiple monitors into a single logical screen.I know Sun put work into Gnome 2.x to make sure it worked well in this configuration and applications launched from a panel of a one screen would cause the application to open on the same screen, but it is possible some of this has bitrotted since then if you're having trouble.
Some applications (like Nautilus) should be multi-screen capable out of the box, but most will only run on a single screen at once. You can force an application to launch on a particular X screen by passing a custom display string. For example, to launch Firefox on the second screen you could run the following:
Perhaps creating a few custom launchers with commands like this would help?