0e24bd8
--- xorg-server-1.3.0.0/randr/rrxinerama.c.jx	2007-01-30 02:01:52.000000000 -0500
0e24bd8
+++ xorg-server-1.3.0.0/randr/rrxinerama.c	2007-04-25 13:26:23.000000000 -0400
0e24bd8
@@ -425,6 +425,14 @@
0e24bd8
 	return;
0e24bd8
 #endif
0e24bd8
 
0e24bd8
+    /*
0e24bd8
+     * Xinerama isn't capable enough to have multiple protocol screens each
0e24bd8
+     * with their own output geometry.  So if there's more than one protocol
0e24bd8
+     * screen, just don't even try.
0e24bd8
+     */
0e24bd8
+    if (screenInfo.numScreens > 1)
0e24bd8
+	return;
0e24bd8
+
0e24bd8
     (void) AddExtension(PANORAMIX_PROTOCOL_NAME, 0,0,
0e24bd8
 			ProcRRXineramaDispatch,
0e24bd8
 			SProcRRXineramaDispatch,