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.old    2008-03-15 
09:46:54.000000000 -0400
+++ mythtv-0.21.0/libs/libmythtv/util-opengl.cpp        2008-03-15 
07:28:15.000000000 -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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to