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