[mythtv-users] Can't get good signal to TV

Bruce Markey bjm at lvcm.com
Fri Jan 30 18:29:49 EST 2004


David Peach wrote:
...
> nVidia driver 4496

Use NVIDIA-Linux-x86-1.0-4363.run . This supports overscan
and vsync. 4496 does not.

> Section "Device"
>     Identifier "nvidia card"
>     VendorName "nVidia Corporation"
>     BoardName "NVIDIA STB Velocity 4400"
>     Driver "nvidia"
>     Option "DPMS"
> EndSection
> 
> Section "Screen"
>     Identifier "TV Living Room"
>     Device "nvidia card"
>     Monitor "TV"
>     Option "TVStandard" "NTSC-M"
>     Option "ConnectedMonitor" "TV"
>     Option "TVOutFormat" "COMPOSITE"
>     DefaultColorDepth 24
> 

Move all your TV and nVidia options to the "Device" section.
Some of them don't function as expected in "Screen".

--  bjm

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "nvidia"
        Option          "TVOverScan" "0.85"
        #Option         "TVOverScan" "1.0"
        Option          "TVStandard" "NTSC-M"
        Option          "ConnectedMonitor" "TV"
        Option          "TVOutFormat" "SVIDEO"
        Option          "RenderAccel" "1"
        Option          "NoLogo" "true"
        # Option        "DigitalVibrance" "32"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24


More information about the mythtv-users mailing list