Re: Relative positions of screens

2010-10-04 Thread Kai-Uwe Behrmann
Am 04.10.10, 12:28 +1000 schrieb Mark Dwyer: I'm trying to draw large scenes on multi monitor setups. I can get all screens and the resolutions of the screens via: numberOfScreens = XScreenCount(dpy); /* Work out the sizes of the screens */ for (int j = 0; jnumberOfScreens; j++) {

RE: Relative positions of screens

2010-10-04 Thread Mark Dwyer
Thanks for your response. Unfortunately, I am unable to do Xinerama given that there is other software running on the cluster that cannot have Xinerama turned on (easy if that were the case). XRandR doesn't return the information I require (I'm pretty sure, would love to be proven wrong).