[mythtv-users] VGA to Component on Wega cont.

Eric Jensen soabirw at gmail.com
Fri May 20 00:58:08 UTC 2005


Had to sign up on the list under another e-mail at home, sorry for
having to create a new thread.

I made some of the changes that were mentioned in this thread:
http://www.gossamer-threads.com/lists/mythtv/users/131462

When I check my xorg log there is an entry like:
(II) NVIDIA(0): Not using mode "ATSC-480-60p" (no mode of this name)

Here are the relevant entries in my xorg.conf:
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "SyncMaster"
        DisplaySize  380 290
        HorizSync  15-64
        VertRefresh 50-160
        ModeLine "ATSC-480-60p" 11.97 640 664 736 760 480 482 488 525 interlace
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 4 (generic)"
        #Option     "RenderAccel" "1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "ATSC-480-60p" "800x600" "640x480"
        EndSubSection
EndSection


Not sure why it says there isn't a mode.

Eric Jensen


More information about the mythtv-users mailing list