ATI Radeon 2400XT - screen goes blank

Roland Smith rsmith at xs4all.nl
Fri Sep 5 16:10:31 UTC 2008


On Fri, Sep 05, 2008 at 05:15:51PM +0200, Ewald Jenisch wrote:
> On Fri, Sep 05, 2008 at 10:32:08AM +0200, Ewald Jenisch wrote:
> > 
> > In the meantime in  /var/log/Xorg.0.log I found a warning saying
> > 
> > (--) RADEON(0): Chipset: "ATI Radeon HD 2400 XT" (ChipID = 0x94c1)
> > (WW) RADEON(0): R600 support is mostly incomplete and very experimental
> > 
> > Could it be that I'm running in a bug here? 

No, it just what it says: new and incomplete.
 
> First I switched from the radeon to the vesa driver by changing
> 
>         Driver      "radeon"
> 
> to
> 
> 	Driver          "vesa"
> 
> in xorg.conf.
> 
> Next I commented out all "Modeline" and "Modes" I've had in my
> xorg.conf

> Using that setting I was able to get some reasonable values for
> "Modeline" from/var/log/Xorg.0.log like so:
> 
> (II) VESA(0): EDID vendor "HSD", prod id 3270
> (II) VESA(0): Using EDID range info for horizontal sync
> (II) VESA(0): Using EDID range info for vertical refresh
> (II) VESA(0): Printing DDC gathered Modelines:
> (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> ...
> (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
> ...
> (II) VESA(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
> 
> The next step was to modify xorg.conf by including the Modelines into
> the "Monitor"-section:
> 
> ModeLine        "DCC-from-Monitor" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
> ModeLine        "1280x1024-135" 135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
> ModeLine        "1280x1024-109" 109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync

You shouldn't need to write modelines. Just use 

        SubSection "Display"
                   Depth        24
                   Modes        "1280x1024"
        EndSubSection

in xorg.conf

> This got me going with 1280x1024.
> 
> 
> To cross-check I've tried to re-enable the radeon-driver (i.e. replace
> 'Driver "vesa"' by 'Driver "radeon").
> 
> With nothing else changed this again brought a blank screen and a "Out
> of Range" like indicated in my first email.

Have you tried just choosing a mode like shown above, but without a
modeline? This works fine for me on my Radeon HD 3450.
 
> Together with the warning from the radeon-driver in Xorg.0.log
> 
> (--) RADEON(0): Chipset: "ATI Radeon HD 2400 XT" (ChipID = 0x94c1)
> (WW) RADEON(0): R600 support is mostly incomplete and very experimental
> 
> this makes we wonder whether support for the Radeon HD 2400 XT isn't
> fully there yet?

The driver for the R500 and R600 chips is indeed in
development. Accelleration on the R600 isn't yet supported on the
R600. Only recently has ATI released documentation for the R600 to the
Xorg developers. Until then the last chipset that was documented was the
RV280 (Radeon 9250). All newer developments had to be done by trial and
error and reverse engineering.

Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20080905/7d556713/attachment.pgp


More information about the freebsd-x11 mailing list