[Bug 201567] Re: Mythtv crashes on displaying video with legacy nvidia drivers

2008-08-07 Thread Thomas Mashos
** Changed in: mythbuntu
   Status: New => Fix Released

-- 
Mythtv crashes on displaying video with legacy nvidia drivers
https://bugs.launchpad.net/bugs/201567
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 201567] Re: Mythtv crashes on displaying video with legacy nvidia drivers

2008-03-17 Thread Launchpad Bug Tracker
This bug was fixed in the package mythtv - 0.21.0-0ubuntu3

---
mythtv (0.21.0-0ubuntu3) hardy; urgency=low

  [ Mario Limonciello ]
  * Add libchromexvmc1 and libchromexvmcpro1 to build depends to allow
VIA XvMC support. (LP: #200633)
  * Build without faad runtime library loading.  (LP: #202590, #201572)
  * Add 12_firewire_tester.dpatch:
- Creates directory structure for building with firewire tester.
  * Add 13_changeset_16577.dpatch:
- Fixes UPnP breakage on PS3.
  * debian/rules:
- Create symlinks for firewire tester out of contrib (LP: #201876)
  * Fribidi needs version 0.19.x, but only 0.10.9 is in apt right now.
Disable it from debian/rules until newer version available.

  [ Michael Haas ]
  * Add 07_glx-procaddressARB-configure to fix problem where glXGetProcAddress
can't be found in some OpenGL libs. (LP: #201567)
  * debian/rules:
- Add call to the glx-procaddressARB patch new argument.

 -- Mario Limonciello <[EMAIL PROTECTED]>   Wed, 12 Mar 2008 03:37:46
-0500

** Changed in: mythtv (Ubuntu)
   Status: In Progress => Fix Released

-- 
Mythtv crashes on displaying video with legacy nvidia drivers
https://bugs.launchpad.net/bugs/201567
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 201567] Re: Mythtv crashes on displaying video with legacy nvidia drivers

2008-03-15 Thread laga
** Changed in: mythtv (Ubuntu)
 Assignee: (unassigned) => laga (laga)
   Status: New => In Progress

-- 
Mythtv crashes on displaying video with legacy nvidia drivers
https://bugs.launchpad.net/bugs/201567
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 201567] Re: Mythtv crashes on displaying video with legacy nvidia drivers

2008-03-15 Thread Yani
I've recompiled the package and manually disabled GLX 1.4 support as a
temporary measure for people who are affected by this bug, just
commenting out the GLX_VERSION_1_4 define:

diff -u mythtv-0.21.0/libs/libmythtv/util-opengl.cpp.old 
mythtv-0.21.0/libs/libmythtv/util-opengl.cpp
--- mythtv-0.21.0/libs/libmythtv/util-opengl.cpp.old2008-03-15 
09:46:54.0 -0400
+++ mythtv-0.21.0/libs/libmythtv/util-opengl.cpp2008-03-15 
07:28:15.0 -0400
@@ -306,8 +306,8 @@
 {
 __GLXextFuncPtr ret = NULL;
 
-#if GLX_VERSION_1_4
-X11S(ret = glXGetProcAddress((const GLubyte*)procName.latin1()));
+/*#if GLX_VERSION_1_4
+X11S(ret = glXGetProcAddress((const GLubyte*)procName.latin1()));*/
 #if GLX_ARB_get_proc_address
 X11S(ret = glXGetProcAddressARB((const GLubyte*)procName.latin1()));
 #elif GLX_EXT_get_proc_address


** Attachment added: "recompiled package"
   
http://launchpadlibrarian.net/12685276/libmyth-0.21-0_0.21.0-0ubuntu2%7Egutsy1_i386.deb

-- 
Mythtv crashes on displaying video with legacy nvidia drivers
https://bugs.launchpad.net/bugs/201567
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 201567] Re: Mythtv crashes on displaying video with legacy nvidia drivers

2008-03-15 Thread laga
** Also affects: mythtv (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Mythtv crashes on displaying video with legacy nvidia drivers
https://bugs.launchpad.net/bugs/201567
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