Mailinglist Archive: radeonhd (265 mails)

< Previous Next >
[radeonhd] [Bug 19394] Crash on suspend/ resume and return to console with 1 monitor turned off
  • From: bugzilla-daemon@xxxxxxxxxxxxxxx
  • Date: Wed, 7 Jan 2009 08:49:54 -0800 (PST)
  • Message-id: <20090107164954.DB638130054@xxxxxxxxxxxxxxxxxxxxxxxx>
http://bugs.freedesktop.org/show_bug.cgi?id=19394





--- Comment #4 from Pyotr Berezhkov <p.g.berezhkov@xxxxxxxxx> 2009-01-07
08:49:53 PST ---
(Reply to Matthias Hopf)

Thanks much for your helpful advice. Actually, after some more playing
around with the driver by running X over ssh, I discovered that the X
server isn't crashing at all, but simply blanking the screen. Here's
the situation:

X starts, both monitors display, except the VGA monitor is being
driven at an incorrect resolution:

# xrandr
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680
VGA_1 connected 1152x768+0+0 304mm x 228mm
1024x768 60.0 + 75.1 71.9 70.1 60.0
1152x768 54.8*
. . .

Note that the VGA monitor is 1024x768 pixel and doesn't even support
the mode 1152x768. (This happens with the radeon driver as well - see
Bug 19393.) The resolution can be fixed by issuing:

# xrandr --output VGA_1 --auto
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680
VGA_1 connected 1024x768+0+0 304mm x 228mm
1024x768 60.0*+ 75.1 71.9 70.1 60.0*
1152x768 54.8
. . .

Now, when I turn off the VGA monitor...

# xrandr --output VGA_1 --off

...BOTH monitors go blank. To get the DVI/HDMI monitor to display, I
have to first turn it off, then on again:

# xrandr --output DVI-D_1 --off
# xrandr --output DVI-D_1 --auto

After this, everything is OK. I can turn the VGA monitor off and
DVI/HDMI continues displaying. Suspend/resume also works, with VGA on
or off. So obviously the problem here is with initialization. And
the incorrect mode for VGA mon. on startup is curious as well.

-PGB


--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
xorg-team mailing list
xorg-team@xxxxxxxxxxx
http://lists.x.org/mailman/listinfo/xorg-team
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >
References