ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #98749
[Bug 674110] Re: X + nvidia crashes with xinerama enabled
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.
References