(With advance apologies to Tuomo :)).

Thomas Themel: your mod_xinerama module works great, with one exception.
Version mod_xinerama-20070719 has this one extra line:

------------------------------------------------------------------------------
--- mod_xinerama.c      Mon Apr  9 16:32:12 2007
+++ ../ion-3-20080825/mod_xinerama-3/mod_xinerama.c     Sun Sep 21 00:03:22 2008
@@ -63,0 +64,6 @@
+       /* Only keep track of mod_xinerama screens in ioncore_g.screens
+        * so that ioncore.goto_next_screen and goto_prev_screen wrap
+        * properly.
+        */
+       ioncore_g.screens = NULL;
------------------------------------------------------------------------------

over version mod_xinerama-20070409.

I'm running ion-3-20080825, and that particular line causes problems.
With that line enabled, ion crashes on restarts. Without that line,
everything works great.

I haven't poked around to see why this happens, but if you could shed
some light on the issue and why that line appeared in the latest version
(and if it also crashes for you while restarting), that would be great.

Thanks!

Reply via email to