On 6/6/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> 
> 
> --- Mark Knecht <[EMAIL PROTECTED]> wrote:
> >
> >    I'm unclear how to choose my monitor scan rates
> > for a TV. Any and all clues really welcomed.
> >
> > Thanks,
> > Mark
> >
> 
> Maybe your resolution is not supported on the S-Video
> output?  You would need to edit xorg.conf
> 
> Section "Screen"
>         SubSection "Display"
>                 Modes    "640x480"
> 
> Zac
>
Thanks. Tried it but same results, other than the Alt-Ctrl-+ stuff
doesn't sequence anymore. (As expected.) Here's what's in the (I hope)
relavant sections. I was assuming my monitor refresh rate choices were
bogus:

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 48.5

#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-90

EndSection

Section "Device"
    Identifier  "** ATI Radeon (generic)               [radeon]"
    Driver      "radeon"
    #VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "** ATI Radeon (generic)               [radeon]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

-- 
[email protected] mailing list

Reply via email to