[Bug 674110] Re: X + nvidia crashes with xinerama enabled

2011-05-13 Thread bugbot
We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/674110

Title:
  X + nvidia crashes with xinerama enabled

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 674110] Re: X + nvidia crashes with xinerama enabled

2011-05-13 Thread Martin Hoffmann
Hello, I'm the original reporter. Sorry, for the delay, but I won't be
able to test this anytime soon. Please go ahead and close the bug, I'll
reopen it if necessary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/674110

Title:
  X + nvidia crashes with xinerama enabled

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 674110] Re: X + nvidia crashes with xinerama enabled

2011-04-27 Thread bugbot
Hey Martin,


Hi, have you had a chance to test if this bug is still present in natty?

If it does (and if you're the original reporter), please boot into natty
and run the command:

  apport-collect bug-number

which will update the bug with fresh logs and tag the bug as affecting
natty.  (It is best to run this right after reproducing the problem.)


** Changed in: xorg-server (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/674110

Title:
  X + nvidia crashes with xinerama enabled

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 674110] Re: X + nvidia crashes with xinerama enabled

2010-11-12 Thread Martin Hoffmann
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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 674110] Re: X + nvidia crashes with xinerama enabled

2010-11-12 Thread Fabio Marconi
** Tags added: maverick

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs