[mythtv-users] config question

Steve Heistand steve at heistand.org
Sat Jul 12 22:22:59 UTC 2008


> } 
> } What tuner are you using?  You say you run SVN trunk to use the HDPVR.  But
> } you are saying you are watching a OTA signal.  First OTA highest res is
> } 1080i.  Second,  the HD PVR cant capture video with out some type of tuner.
> } If you want to record OTA you will have much better luck with a OTA ATSC
> } Tuner card then the HD PVR daisy chained to a STB OTA tuner.  Plus the HDPVR
> } is considered VERY Beta right now and you shouldn't expect it to work
> } properly at this stage.
> }
> 
> the HDPVR was just mentioned to promote it not that it was related
> to my OTA problem.  My atsc tuners are a pcHDTV and dvico fusion HDTV.
> both of which work just fine, its just that I cant do live tv on a 
> 1080 broadcast. hoping maybe there are some tv playback settings
> that I can tweak to make it work.
> 
> 


xorg:

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/X11/100dpi/"
    FontPath        "/usr/share/fonts/X11/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts"
    FontPath        "/usr/lib/openoffice/share/fonts"
    FontPath        "/usr/lib/xorg/modules/fonts"
    FontPath        "/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/fonts"
    FontPath        "/usr/lib/nvu/res/fonts"
    FontPath        "/usr/local/share/fonts"
    FontPath        "/usr/share/X11/fonts"
    FontPath        "/usr/share/apps/konsole/fonts"
    FontPath        "/usr/share/cups/fonts"
    FontPath        "/usr/share/doc/kde/HTML/en/kcontrol/fonts"
    FontPath        "/usr/share/fonts"
    FontPath        "/usr/share/mimelnk/fonts"
    FontPath        "/usr/share/xine/libxine1/fonts"
    FontPath        "/usr/share/firefox/res/fonts"
    FontPath        "/usr/share/vlc/skins2/fonts"
    FontPath        "/usr/share/wine/fonts"
    FontPath        "/usr/share/texmf-tetex/fonts"
    FontPath        "/usr/share/feh/fonts"
EndSection

Section "Module"
    Load           "glx"
    Load           "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    VendorName     "Plug 'n' Play"
    ModelName      "Plug 'n' Play"
    Gamma           1
    ModeLine       "1280x720 at 60" 74.5 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
EndSection

Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
    BoardName      "nv"
    Screen          0
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "XvMCSurfaces" "16"
    Option         "LinearAlloc" "32768"
    Option         "UseEvents" "True"
    Option         "ConnectedMonitor" "DFP"
    Option         "RenderAccel" "true"
    Option         "CacheLines" "8192"
    Option         "TwinView" "0"
    SubSection     "Display"
        Virtual     1280 720
        Depth       24
        Modes      "1280x720 at 60"
    EndSubSection
EndSection



More information about the mythtv-users mailing list