I Installed Mythbuntu&#39;s latest weekly build via Synaptic. It updated me to the following:<br><br>MythTV Version   : Unknown<br>MythTV Branch    : trunk<br>Library API      : 0.22.20090202-1<br>Network Protocol : 43<br>
QT Version       : 4.4.3<br>Options compiled in:<br> linux profile using_oss using_alsa using_jack using_backend using_dvb using_firewire using_frontend using_glx_proc_addr_arb using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_libfftw3 using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_vdpau using_ffmpeg_threads using_libavc_5_3 using_live using_mheg<br>
<br>My machine is a Pentium Dual core with a GeForce 7300LE card. X blew up so I updated the Nvidia drivers to version 180.29. I had to jump through hoops to get Myth working but when I did it retained all my settings, recordings etc. However, whenever I try to watch tv or recorded programs on my master FE/BE I get a segmentation fault. I upgraded my standalone FE to trunk with the same methods as this one and it can play recordings and live tv without issue (It&#39;s an older GeForce, 5200 I believe).<br>
<br>Mythfrontend -v all gives me this tidbit when it crashes:<br>2009-03-14 15:44:35.139 VDPAU Error: Error at util-vdpau.cpp:157 (#1, Unknown)<br>2009-03-14 15:44:35.139 VDPAU Error: Failed to create VDP Device.<br><br>And I found these errors in dmesg:<br>
2009-03-14 15:44:35.139 VDPAU Error: Error at util-vdpau.cpp:157 (#1, Unknown)<br>2009-03-14 15:44:35.139 VDPAU Error: Failed to create VDP Device.<br><br>I went into setup - tv settings and confirmed that while VDPAU was an option it was not selected (interestingly it was orignially set to quartz, which is for Mac systems. Weird.) - I chose XV-blit, same issue. I  then changed it from CPU++ to Normal, same result.<br>
<br>My card obviously can&#39;t handle VDPAU; it&#39;s too old and I didn&#39;t plan on using it anyways. Where the heck is Myth (or the system) setting that&#39;s enabling VDPAU? Here&#39;s the module section of my xorg.conf if it helps:<br>
<br>Section &quot;Module&quot;<br>    Load           &quot;dbe&quot;<br>    Load           &quot;extmod&quot;<br>    Load           &quot;type1&quot;<br>    Load           &quot;freetype&quot;<br>    Load           &quot;glx&quot;<br>
EndSection<br><br><br>