[mythtv-users] refresh rates and hd

Steven Adeff adeffs.mythtv at gmail.com
Thu Nov 2 03:34:06 UTC 2006


On 10/31/06, Michael Wisniewski <wiz561 at gmail.com> wrote:
> Hi!
>
>    A little bit ago, I posted a message about this, to where Steve replied.
>
>    Steve, if you're around, what does your xorg.conf file look like,
> specifically the monitor/screen and the video card device sections?
>
>     Right now, I do not have the refresh rate set in my configs.  My main
> concern is that if and when I do go to HD, I don't want to smoke my tv.

Section "Monitor"
        Identifier     "WD65732"
        HorizSync       15.0 - 68.0
        VertRefresh     59.0 - 61.0
EndSection

Section "Device"
        Identifier  "fx5200"
        Driver      "nvidia"
        Option      "RenderAccel"       "1"
        Option      "AllowGLXWithComposite"     "1"
        Option      "RandRRotation"     "1"
        Option      "AddARGBGLXVisuals" "1"
        Option      "DisableGLXRootClipping"    "1"
        Option      "TripleBuffer"      "1"
        Option      "IgnoreDisplayDevices"      "TV"
        Option      "Coolbits"  "1"
        VendorName  "All"
        BoardName   "All"
        BusID       "PCI:5:0:0"
EndSection

Section "Screen"
    Identifier     "WD65732"
    Device         "fx5200"
    Monitor        "WD65732"
    DefaultDepth    24
    Option         "NoLogo" "True"
    Option         "DPI" "100 x 100"
    Option "ConnectedMonitor" "DFP"
    Option "UseDisplayDevice" "DFP-0"
    Option "ExactModeTimingsDVI" "true"
    Option "ModeValidation" "NoVertRefreshCheck, AllowNon60HzDFPModes,
NoEdidDFPMax SizeCheck"
    SubSection     "Display"
        Depth       24
        Modes       "1920x1080_60" "1920x1080_30" "1280x720_60" "720x480_60"
    EndSubSection
EndSection

of course, I'm using DVI, so some options won't apply to you.

-- 
Steve
Before you ask, read the FAQ!
http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
then search the Wiki, and this list,
http://www.gossamer-threads.com/lists/mythtv/
Mailinglist etiquette -
http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette


More information about the mythtv-users mailing list