This work again as expected (no crash of X) after applying this patch:

--- a/Xext/panoramiXprocs.c     2010-11-12 14:59:22.227798003 +0100
+++ b/Xext/panoramiXprocs.c     2010-11-12 15:00:31.487798009 +0100
@@ -634,7 +634,7 @@
     rep.dstX = x - pDst->drawable.x;
     rep.dstY = y - pDst->drawable.y;
     if((pDst == screenInfo.screens[0]->root) ||
-       (pWin->drawable.id == screenInfo.screens[0]->screensaver.wid))
+       (pDst->drawable.id == screenInfo.screens[0]->screensaver.wid))
     {
        rep.dstX += screenInfo.screens[0]->x;
        rep.dstY += screenInfo.screens[0]->y;

-- 
X + nvidia crashes with xinerama enabled 
https://bugs.launchpad.net/bugs/674110
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to