On Mon, 2008-06-23 at 10:11 -0400, Bill Germer wrote:
> 
> Here is a snippet of the log.
> 
> (II) RADEON(0): Not using default mode "400x300" (hsync out of range)
> (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
> (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode 
> clock/interlace/doublescan)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode 
> clock/interlace/doublescan)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode 
> clock/interlace/doublescan)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode 
> clock/interlace/doubl

Can you post the complete log (or if you want send it to me privately).
Ideally both the "working" and "non-working" example.  My guess is that
it's simply the EDID mode not working when there is no monitor and thus
reverting to only the most basic modes.  I'd try adding:

Option "IgnoreEDID" "on"

to the "Device" section which will tell the radeon driver not to probe
device timings.  Of course then you might have to manually add some
HorizSync or VertRefresh lines to you monitor section which work with
your monitor, assuming they are not already there.  Usually some basic
settings like:

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1024x768"
        HorizSync    31.5 - 48.5
        VertRefresh  40.0 - 80.0
EndSection

Will work with most modern monitors for low resolutions.

Later,
Tom


_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to