--- Mark Knecht <[EMAIL PROTECTED]> wrote:

> 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
> 
> 

I'm not sure about the refresh rates.  Did you try
Xorg -configure?  Are you sure that it went into 24
bit depth?

grep -i depth /var/log/Xorg.0.log

Zac


                
__________________________________ 
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html
-- 
[email protected] mailing list

Reply via email to