On Thu, Sep 30, 2004 at 10:44:00AM +0200, [EMAIL PROTECTED] wrote: > It would of course have been better to implement proper support in > libxosd for multiple Xinerama screens, but I don't have the time right > now.
Or you could use screen:geom() to calculate parameters to the -i and -o options (which of course depend on the -p and -A values). But of course it would be better to patch the program to properly support Xinerama. It's just a few function calls: XineramaQueryExtension to test for the extension, and XineramaQueryScreens to get the information; see ioncore_manage_rootwin in ioncore/rootwin.c for an example. -- Tuomo
