<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="address"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PostalCode"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="Street"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PlaceType"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PlaceName"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle18
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1><pre><font size=2 face="Courier New"><span
style='font-size:10.0pt'>&lt;Hopefully building from source works. I've always done that and have<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>&lt;not had any sync issues.<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>&lt;<o:p>&nbsp;</o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>&lt;Let us know if it solves the problem.<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>&lt;<o:p>&nbsp;</o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>&lt;-- <o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>&lt;Steve<o:p></o:p></span></font></pre>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I successfully installed from source using the svn version
of myth.&nbsp; I think am closer to a resolution.&nbsp; The last version of
myth from atrpm&#8217;s that I was using did not have opengl vertical sync
compiled as an option.&nbsp; After compiling from source and enabling this
option, abc recordings play in sync. &nbsp;However all of my other recordings
now suffer from nvp: prebuffering pause every couple of seconds.&nbsp; If I use
libmpeg2 as the decoder and disable realtime priority threads, the nvp
prebuffering pauses are much less frequent but with libmpeg2, ffwd and rwd is
blocky and freezes after 5 seconds.&nbsp; Isn&#8217;t that the way it always
is&#8230;fix one thing and another breaks.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>After a little research, I ended up using the following
options. &nbsp;I have an amd athlon 4200+ and a 3800+ with nvidia 6150 graphics
in my 2 machines.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>./configure --enable-dvb --enable-xvmc --enable-opengl-vsync
--enable-xvmc-pro --arch=i686 --enable-proc-opt --prefix=/usr/local<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I don&#8217;t think there is anything wrong with my compile
options.&nbsp; I suspect that there is something wrong with my nvidia
driver.&nbsp; I am using 8776 from atrpms for fc6.&nbsp; I tried using the .run
file from nvidia&#8217;s site, but the installer failed saying it can&#8217;t
compile the kernel modules.&nbsp; With axel&#8217;s rpms I cannot open the
nvidia settings dialog.&nbsp; I tried 9626 but I could only get it to display
800x600.&nbsp; I probably should not have gone with fc6 but having the latest
and greatest was just too tempting.&nbsp; So I feel like I am making progress
and learning a little bit as I go along.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks for the help so far,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Inor<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><b><font size=1 color=blue face=Verdana><span
style='font-size:7.5pt;font-family:Verdana;color:blue;font-weight:bold'>___________________________________</span></font></b><font
color=blue><span style='color:blue'><br>
</span></font><st1:PersonName ProductID="Inor Kuo" tabIndex="0"
style="BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(res://ietag.dll/#34/#1001); BACKGROUND-REPEAT: repeat-x"
w:st="on"><b><font size=1 color=blue face=Verdana><span style='font-size:7.5pt;
 font-family:Verdana;color:blue;font-weight:bold'>Inor Kuo</span></font></b></st1:PersonName><b><font
size=1 color="#990000" face=Verdana><span style='font-size:7.5pt;font-family:
Verdana;color:#990000;font-weight:bold'><o:p></o:p></span></font></b></p>

<p class=MsoNormal><font size=1 color=blue face=Verdana><span style='font-size:
7.5pt;font-family:Verdana;color:blue'>&#8226;</span></font><b><font size=1
color="#990000" face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:#990000;font-weight:bold'> </span></font></b><font size=1 color=gray
face=Verdana><span style='font-size:7.5pt;font-family:Verdana;color:gray'>Manager
&#8211; Operations<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=blue face=Verdana><span style='font-size:
7.5pt;font-family:Verdana;color:blue'>&#8226;</span></font><font size=1
color="#990000" face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:#990000'> </span></font><st1:place tabIndex="0"
style="BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(res://ietag.dll/#34/#1001); BACKGROUND-REPEAT: repeat-x"
w:st="on"><st1:PlaceName w:st="on"><font size=1 color=gray face=Verdana><span
  style='font-size:7.5pt;font-family:Verdana;color:gray'>South</span></font></st1:PlaceName><font
 size=1 color=gray face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
 color:gray'> <st1:PlaceType w:st="on">Sea</st1:PlaceType></span></font></st1:place><font
size=1 color=gray face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:gray'> Rattan<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=blue face=Verdana><span style='font-size:
7.5pt;font-family:Verdana;color:blue'>&#8226;</span></font><font size=1
color="#99ccff" face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:#99CCFF'> </span></font><st1:address tabIndex="0"
style="BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(res://ietag.dll/#34/#1001); BACKGROUND-REPEAT: repeat-x"
w:st="on"><st1:Street w:st="on"><font size=1 color=gray face=Verdana><span
  style='font-size:7.5pt;font-family:Verdana;color:gray'>219 American Ave</span></font></st1:Street><font
 size=1 color=gray face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
 color:gray'> <st1:City w:st="on">Greensboro</st1:City>, <st1:State w:st="on">NC</st1:State>&nbsp;
 <st1:PostalCode w:st="on">27409</st1:PostalCode></span></font></st1:address><font
color=navy><span style='color:navy'><br>
</span></font><font size=1 color=blue face=Verdana><span style='font-size:7.5pt;
font-family:Verdana;color:blue'>&#8226;</span></font><font size=1
color="#99ccff" face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:#99CCFF'> </span></font><font size=1 color=gray face=Verdana><span
style='font-size:7.5pt;font-family:Verdana;color:gray'>Phone (336) 294 4100<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=blue face=Verdana><span style='font-size:
7.5pt;font-family:Verdana;color:blue'>&#8226;</span></font><font size=1
color="#99ccff" face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:#99CCFF'> </span></font><font size=1 color=gray face=Verdana><span
style='font-size:7.5pt;font-family:Verdana;color:gray'>Fax (336) 294 4125<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=blue face=Verdana><span style='font-size:
7.5pt;font-family:Verdana;color:blue'>&#8226;</span></font><font size=1
color="#99ccff" face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:#99CCFF'> </span></font><font size=1 color=gray face=Verdana><span
style='font-size:7.5pt;font-family:Verdana;color:gray'>Email </span></font><font
size=1 color=navy face=Verdana><span style='font-size:7.5pt;font-family:Verdana;
color:navy'><a href="mailto:inor@southsearattan.com"
title="mailto:inor@southsearattan.com">inor@southsearattan.com</a></span></font><o:p></o:p></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>