Mark Brown wrote:
> The version in experimental is indeed out of date.  I'm not sure that I
> don't need to update something else as well as this since the server
> can't find any valid modes and fails to start at all.
>   

Can you try removing (or commenting out) some lines in xorg.conf as
explained below?

> Section "Monitor"
>       Identifier      "Apple Cinema Display"
>       HorizSync       28-90
>       Option          "DPMS"
>       Mode "1680x1050"
>           # D: 100.000 MHz, H: 58.140 kHz, V: 53.339 Hz
>           DotClock 100.001
>           HTimings 1680 1696 1704 1720
>           VTimings 1050 1066 1074 1090
>           Flags    "-HSync" "-VSync"
>       EndMode
> EndSection
>   

HorizSync and the whole Mode subsection.

> Section "Screen"
>       Identifier      "Default Screen"
>       Device          "ATI RV280 5962"
>       Monitor         "Apple Cinema Display"
>       DefaultDepth    24
>       SubSection "Display"
>               Depth           1
>               Modes           "1680x1050" "1152x864" "1024x768" "800x600" 
> "640x480"
>       EndSubSection
>       SubSection "Display"
>               Depth           4
>               Modes           "1152x864" "1024x768" "800x600" "640x480"
>       EndSubSection
>       SubSection "Display"
>               Depth           8
>               Modes           "1152x864" "1024x768" "800x600" "640x480"
>       EndSubSection
>       SubSection "Display"
>               Depth           15
>               Modes           "1152x864" "1024x768" "800x600" "640x480"
>       EndSubSection
>       SubSection "Display"
>               Depth           16
>               Modes           "1680x1050" "1280x800" "1024x640"
>       EndSubSection
>       SubSection "Display"
>               Depth           24
>               Modes           "1680x1050" "1280x800" "1024x640"
>       EndSubSection
> EndSection
>   

All "Modes" line.

> (WW) ****INVALID IO ALLOCATION**** b: 0xf0000400 e: 0xf00004ff correcting
> (EE) end of block range 0xefffffff < begin 0xf0000000
>   

I don't like that. We've seen this several times but I never understood
what caused it.

> (II) RADEON(0): Output DVI-0 disconnected
> (II) RADEON(0): Output VGA-0 disconnected
> (II) RADEON(0): Output S-video disconnected
> (EE) RADEON(0): No valid modes.
>   

That's the main problem, the driver does not detect your monitor at all.
How is your monitor plugged?

Driver 6.7.192 has a new option for Mac machines (to be added to the
Device section). From the manpage:
       Option "MacModel" "string"
              Used to specify Mac models for connector tables and
quirks.  Only valid on PowerPC.
              ibook                -- ibooks
              powerbook-duallink   -- Powerbooks with dual link DVI
              powerbook            -- Powerbooks with single link DVI
              The default value is undefined.

Can you try playing with it?

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to