To get XvMC to work I had to manually fix the links on the libraries.&nbsp; In particular /usr/lib/libGL.so.1<br><br>Use ldconfig -v | grep GL to see where they point and fix them if necessary.<br><br>My working configuration looks like this:
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libGLU.so.1 -&gt; libGLU.so.1.3.060501<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libGL.so.1 -&gt; libGL.so.1.0.9629<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libGLcore.so.1 -&gt; libGLcore.so.1.0.9629<br><br>When it didn't work libGL.so.1 was pointing to libGL.so.1.2; I actually had to remove the file /usr/lib/libGL.so.1.2 and change the link to point to 
libGL.so.1.0.9629 or ldconfig would just replace the original link.&nbsp;&nbsp;&nbsp; Be sure to run ldconfig after making any changes.<br><br>After I made the changes I got the greyscale OSD so I know XvMC is working, unfortunately it left me with image tearing and other problems but at least it's a start.
<br><br>Good luck.<br><br><div><span class="gmail_quote">On 11/24/06, <b class="gmail_sendername">Shawn Rutledge</b> &lt;<a href="mailto:shawn.t.rutledge@gmail.com">shawn.t.rutledge@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This problem is still unsolved.<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>