<br><br><div class="gmail_quote">On Sat, Jul 12, 2008 at 5:22 PM, Steve Heistand <<a href="mailto:steve@heistand.org">steve@heistand.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">> }<br>
> } What tuner are you using? You say you run SVN trunk to use the HDPVR. But<br>
> } you are saying you are watching a OTA signal. First OTA highest res is<br>
> } 1080i. Second, the HD PVR cant capture video with out some type of tuner.<br>
> } If you want to record OTA you will have much better luck with a OTA ATSC<br>
> } Tuner card then the HD PVR daisy chained to a STB OTA tuner. Plus the HDPVR<br>
> } is considered VERY Beta right now and you shouldn't expect it to work<br>
> } properly at this stage.<br>
> }<br>
><br>
> the HDPVR was just mentioned to promote it not that it was related<br>
> to my OTA problem. My atsc tuners are a pcHDTV and dvico fusion HDTV.<br>
> both of which work just fine, its just that I cant do live tv on a<br>
> 1080 broadcast. hoping maybe there are some tv playback settings<br>
> that I can tweak to make it work.<br>
><br>
><br>
<br>
<br>
</div>xorg:<br>
<br>
Section "ServerLayout"<br>
Identifier "Default Layout"<br>
Screen 0 "Default Screen" 0 0<br>
InputDevice "Generic Keyboard"<br>
InputDevice "Configured Mouse"<br>
EndSection<br>
<br>
Section "Files"<br>
RgbPath "/usr/share/X11/rgb"<br>
ModulePath "/usr/lib/xorg/modules"<br>
FontPath "/usr/share/fonts/X11/100dpi/"<br>
FontPath "/usr/share/fonts/X11/75dpi/"<br>
FontPath "/usr/X11R6/lib/X11/fonts"<br>
FontPath "/usr/lib/openoffice/share/fonts"<br>
FontPath "/usr/lib/xorg/modules/fonts"<br>
FontPath "/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/fonts"<br>
FontPath "/usr/lib/nvu/res/fonts"<br>
FontPath "/usr/local/share/fonts"<br>
FontPath "/usr/share/X11/fonts"<br>
FontPath "/usr/share/apps/konsole/fonts"<br>
FontPath "/usr/share/cups/fonts"<br>
FontPath "/usr/share/doc/kde/HTML/en/kcontrol/fonts"<br>
FontPath "/usr/share/fonts"<br>
FontPath "/usr/share/mimelnk/fonts"<br>
FontPath "/usr/share/xine/libxine1/fonts"<br>
FontPath "/usr/share/firefox/res/fonts"<br>
FontPath "/usr/share/vlc/skins2/fonts"<br>
FontPath "/usr/share/wine/fonts"<br>
FontPath "/usr/share/texmf-tetex/fonts"<br>
FontPath "/usr/share/feh/fonts"<br>
EndSection<br>
<br>
Section "Module"<br>
Load "glx"<br>
Load "v4l"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Generic Keyboard"<br>
Driver "kbd"<br>
Option "CoreKeyboard"<br>
Option "XkbRules" "xorg"<br>
Option "XkbModel" "pc105"<br>
Option "XkbLayout" "us"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Configured Mouse"<br>
Driver "mouse"<br>
Option "CorePointer"<br>
Option "Device" "/dev/input/mice"<br>
Option "Protocol" "ImPS/2"<br>
Option "ZAxisMapping" "4 5"<br>
Option "Emulate3Buttons" "true"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Generic Monitor"<br>
VendorName "Plug 'n' Play"<br>
ModelName "Plug 'n' Play"<br>
Gamma 1<br>
ModeLine "1280x720@60" 74.5 1280 1336 1472 1664 720 721 724 746 -hsync +vsync<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Generic Video Card"<br>
Driver "nvidia"<br>
BoardName "nv"<br>
Screen 0<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Default Screen"<br>
Device "Generic Video Card"<br>
Monitor "Generic Monitor"<br>
DefaultDepth 24<br>
Option "XvMCSurfaces" "16"<br>
Option "LinearAlloc" "32768"<br>
Option "UseEvents" "True"<br>
Option "ConnectedMonitor" "DFP"<br>
Option "RenderAccel" "true"<br>
Option "CacheLines" "8192"<br>
Option "TwinView" "0"<br>
SubSection "Display"<br>
Virtual 1280 720<br>
Depth 24<br>
Modes "1280x720@60"<br>
EndSubSection<br>
EndSection<br>
<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br></div></div></blockquote><div><br>Try the fixes listed for XvMC (even thos you are not using XvMC it will most likely fix it.<br><br><a href="http://www.mythtv.org/wiki/index.php/XvMC#NVIDIA_2">http://www.mythtv.org/wiki/index.php/XvMC#NVIDIA_2</a><br>
<br>Ie. <br><pre>Option "UseEvents" "true"<br><br>Mitchell<br></pre></div></div>