Bug 19257 - radeon, RV770: White screen on start
Summary: radeon, RV770: White screen on start
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 7.4 (2008.09)
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-23 06:37 UTC by Nicos Gollan
Modified: 2009-06-13 04:19 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Server log (34.43 KB, text/plain)
2008-12-23 06:37 UTC, Nicos Gollan
no flags Details
Server configuration file (2.04 KB, text/plain)
2008-12-23 06:38 UTC, Nicos Gollan
no flags Details
New server configuration (816 bytes, text/plain)
2008-12-27 08:07 UTC, Nicos Gollan
no flags Details
Server log with new configuration (34.40 KB, text/plain)
2008-12-27 08:52 UTC, Nicos Gollan
no flags Details
Server log with radeonhd driver (28.66 KB, text/plain)
2008-12-27 09:07 UTC, Nicos Gollan
no flags Details
Server log, radeonhd, second DVI port (36.83 KB, text/plain)
2008-12-27 11:23 UTC, Nicos Gollan
no flags Details
coherent mode off (822 bytes, patch)
2008-12-27 13:00 UTC, Alex Deucher
no flags Details | Splinter Review
Server log with an analog connection (35.68 KB, text/plain)
2008-12-28 06:59 UTC, Nicos Gollan
no flags Details
Server log with atom-rework branch (34.07 KB, text/plain)
2009-01-07 11:21 UTC, Nicos Gollan
no flags Details
Trivial patch for wrong enumeration syntax (813 bytes, patch)
2009-01-07 11:22 UTC, Nicos Gollan
no flags Details | Splinter Review

Description Nicos Gollan 2008-12-23 06:37:58 UTC
Created attachment 21437 [details]
Server log

When starting KDM, the screen just goes white. The same configuration works with radeonhd. A log of a white screen run is attached, I will also add the server configuration.

Using X.org from Debian experimental packages, the ati driver is version 1:6.9.0.91-1.

System is a Core 2 Duo CPU on an Intel P35 chipset, and a Sapphire Radeon HD4870 with 1GB VRAM. Linux kernel is version 2.6.27.8 (compiled from stock sources).
Comment 1 Nicos Gollan 2008-12-23 06:38:39 UTC
Created attachment 21438 [details]
Server configuration file
Comment 2 Nicos Gollan 2008-12-27 08:06:26 UTC
This is the output from "xrandr -q" (grabbed from a startx session with a rather minimalistic .xinitrc). I will also post an updated xorg.conf which is the result from trying to fiddle with monitor sections.

Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 1920 x 1200
DVI-1 disconnected (normal left inverted right x axis y axis)
DVI-0 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 519mm x 324mm
   1920x1200      60.0*+
   1600x1200      60.0     60.0
   1680x1050      60.0     60.0
   1600x1024      60.2
   1400x1050      60.0
   1280x1024      60.0     60.0
   1440x900       59.9
   1280x960       60.0     60.0
   1360x768       59.8
   1152x864       60.0
   1024x768       60.0
   800x600        60.3
   640x480        60.0     59.9
   720x400        70.1
Comment 3 Nicos Gollan 2008-12-27 08:07:10 UTC
Created attachment 21506 [details]
New server configuration
Comment 4 Nicos Gollan 2008-12-27 08:52:17 UTC
Created attachment 21507 [details]
Server log with new configuration

This is a new server log, resulting from starting KDM, waiting a few seconds at the white screen, and then stopping KDM again. The main difference is that the monitor selection (DVI-1 vs. DVI-0) should be sorted now.

Another "fun" effect: sometimes, the machine crashes hard with the "radeon" driver. Once this resulted in a hang at a black screen, and once the machine rebooted, leaving the root filesystem corrupted. The "radeonhd" driver has been perfectly stable so far.
Comment 5 Nicos Gollan 2008-12-27 09:07:33 UTC
Created attachment 21508 [details]
Server log with radeonhd driver

Log from radeonhd driver. It is rather verbose about output routing, so maybe it is of help defining chip quirks in that area.
Comment 6 Alex Deucher 2008-12-27 10:48:11 UTC
Did this used to work previously?  If so, when?  Does it work on the other DVI port?
Comment 7 Nicos Gollan 2008-12-27 11:23:11 UTC
Created attachment 21509 [details]
Server log, radeonhd, second DVI port

I only tried it with the last two version hitting debian-experimental:

 - 1:6.9.0+git20081129.783cdb73-1
 - 1:6.9.0.91-1

and both yield the same result. Using the other connector does not change the result, though after cycling through radeon and back to radeonhd, the text console runs at an invalid mode. I tried both "Monitor 1" and "Monitor 2" in the screen section, both produce a white screen.

One thing that comes to mind when looking at the server logs is the HPD handling. The radeonhd driver explicitly seems to "invert" the assignment between the ports:

Connector[0] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I DFP1 CRT2", RHD_DDC_2, RHD_HPD_1, { RHD_OUTPUT_UNIPHYA, RHD_OUTPUT_DACB }  }
Connector[1] {RHD_CONNECTOR_TV, "7PIN_DIN TV1 CV", RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
Connector[2] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I CRT1 DFP2", RHD_DDC_3, RHD_HPD_0, { RHD_OUTPUT_KLDSKP_LVTMA, RHD_OUTPUT_D ACA } }
Comment 8 Alex Deucher 2008-12-27 13:00:53 UTC
Created attachment 21510 [details] [review]
coherent mode off

Does this patch help?  It changes the default DVI mode to non-coherent.
Comment 9 Nicos Gollan 2008-12-28 06:38:00 UTC
That doesn't change anything but two instances of:

-(II) RADEON(0): DIG2 transmitter: Coherent Mode enabled
+(II) RADEON(0): DIG2 transmitter: Coherent Mode disabled

compared to https://bugs.freedesktop.org/attachment.cgi?id=21507 and those are the only instances of the term "coherent" showing up in the log. I only tested the primary DVI output this time, because the log shows proper routing.
Comment 10 Nicos Gollan 2008-12-28 06:59:04 UTC
Created attachment 21516 [details]
Server log with an analog connection

I dug out an old monitor with an analog connection, and the results are essentially the same. For completeness's sake, here is the log.
Comment 11 Jürg Billeter 2009-01-07 02:09:58 UTC
I have the same issue here with a RV635 card. Two monitors with 1920x1200 each are connected via DVI.

This has been tested with radeon 6.10.0, X server 1.5.3, and Linux 2.6.28 on x86_64. The same setup works with radeonhd 1.2.4. Using gdm 2.25.2 here, not kdm, but I assume that the application doesn't have any influence.
Comment 12 Alex Deucher 2009-01-07 08:25:25 UTC
can you test the atom-rework branch of my personal repo?
http://cgit.freedesktop.org/~agd5f/xf86-video-ati/?h=atom-rework
Comment 13 Nicos Gollan 2009-01-07 09:21:21 UTC
I tried it by applying a patch of the src/ directory in your branch to the debian package (6.10), which builds fine, but does not produce any changes whatsoever. On the first attempt, I got a white screen, and after restarting kdm, the system crashed hard (to a black screen). The logs don't differ.
Comment 14 Alex Deucher 2009-01-07 10:30:12 UTC
(In reply to comment #13)
> I tried it by applying a patch of the src/ directory in your branch to the
> debian package (6.10), which builds fine, but does not produce any changes
> whatsoever. On the first attempt, I got a white screen, and after restarting
> kdm, the system crashed hard (to a black screen). The logs don't differ.
> 

the logs should differ a bit.  Make sure it installed properly and you applied all the patches in that branch.
Comment 15 Nicos Gollan 2009-01-07 11:21:07 UTC
Created attachment 21759 [details]
Server log with atom-rework branch

Alright, it seems something went wrong with my first attempt, so I just installed straight from the git clone (ati-6_6_2-1432-gc3fb8bb). The log is indeed different, but I'm still getting a white screen.

The log shows an anomaly: "TMDS Type -- UNIPHYUNIPHY1UNIPHY2" which is probably due to forgotten commas in radeon_output.c. The trivial patch follows.
Comment 16 Nicos Gollan 2009-01-07 11:22:08 UTC
Created attachment 21760 [details] [review]
Trivial patch for wrong enumeration syntax
Comment 17 Alex Deucher 2009-06-11 10:00:18 UTC
Do you still have issues with xf86-video-ati git master?
Comment 18 Nicos Gollan 2009-06-13 04:19:46 UTC
(In reply to comment #17)
> Do you still have issues with xf86-video-ati git master?

Sorry, I forgot about this one (been using radeonhd so far). This bug seems to be resolved with what Debian ships as 6.12.2-2, xserver-xorg-core 1.6.1.901-2, and kernel 2.6.30. I'll mark it as FIXED.

The current git master doesn't compile for me, which may be due to some missing dependency like libdrm or mesa (both from Debian packages, not the r6xx-7xx-branch):

> In file included from atibus.c:30:
> atibus.h:47: error: expected ‘)’ before ‘ATIPtr’
> In file included from atimach64io.h:37,
>                  from atibus.c:32:
> atistruct.h:266: error: expected specifier-qualifier-list before ‘pciVideoPtr’
> In file included from atibus.c:32:
> atimach64io.h: In function ‘ATIDRIMarkSyncInt’:
> atimach64io.h:245: error: ‘struct _ATIRec’ has no member named ‘useEXA’
> [...]

The X server starts and even provides video acceleration, although I yet have to give the radeon driver a bit of a longer spin, radeonhd gave me severe memory corruption (random processes segfaulted) after about an hour of DVD playback, so I'm a bit wary.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.