[RV570] devices could not be detected correctly [patch]

Bug #335214 reported by guiguipm
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xserver-xorg-driver-ati
Won't Fix
Medium
xorg-server (Ubuntu)
Fix Released
High
Bryce Harrington

Bug Description

Binary package hint: xorg

Ubuntu version : 9.04 jaunty (developpement branch) (i386 desktop)
Xorg version : 1:7.4~5ubuntu12 (exactly like displayed when I type
'apt-cache policy xorg'

When I try to boot Ubuntu Live-Cd in Live-Session mode, instead of
loading and displaying the graphical desktop like it does in 8.04 with
the same configuration, I get an error message :
Title : Ubuntu is running in low-graphics mode
Text : Your screen, graphics card and input devices settings could not
be detected correctly. You will need to reconfigure these yourself.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xorg 1:7.4~5ubuntu12
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-8-generic (buildd@rothera) (gcc version 4.3.3 (Ubuntu 4.3.3-3hostname5) ) #26-Ubuntu SMP Wed Feb 25 04:28:54 UTC 2009
SourcePackage: xorg
Uname: Linux 2.6.28-8-generic i686
Xrandr:

glxinfo:

setxkbmap:

xdpyinfo:

xkbcomp:

lspci:
01:00.1 Display controller [0380]: ATI Technologies Inc RV570 [Radeon X1950 Pro] (secondary) [1002:72a0]
 Subsystem: C.P. Technology Co. Ltd Device [148c:2205]

[ 0.331751] (II) RADEON(0): Output DVI-0 connected
[ 0.331771] (II) RADEON(0): Using exact sizes for initial modes
[ 0.331782] (EE) RADEON(0): Output DVI-0 enabled but has no modes
...
[ 0.332645] (EE) RADEON(0): No modes.
...
[ 0.332951] (EE) Screen(s) found, but none have a usable configuration.

[lspci]
00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02)
     Subsystem: Elitegroup Computer Systems Device [1019:1b76]
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV570 [Radeon X1950 Pro] [1002:7280]
     Subsystem: C.P. Technology Co. Ltd Device [148c:2204]

Related branches

Revision history for this message
guiguipm (guiguipm) wrote :
Revision history for this message
guiguipm (guiguipm) wrote :

If this is important, here is my computer specifications :
Motherboard : ECS 945G-M3 REV : 1.0B
Processor : Intel Pentium D 945 @ 3.4 GHz
Memory : 1 GB DDR2
Hard disk : 80 GB Samsung
Graphics card : PowerColor X1950 Pro Game FX Board Series PCI-Express (256 MB DDR3)

description: updated
description: updated
Changed in xserver-xorg-video-ati:
status: New → Confirmed
Revision history for this message
In , Bugzi09-fdo-tormod (bugzi09-fdo-tormod) wrote :

Created an attachment (id=23531)
Xorg.0.log

Forwarded from Ubuntu bug https://bugs.launchpad.net/bugs/335214

From the log file:
[ 0.331751] (II) RADEON(0): Output DVI-0 connected
[ 0.331771] (II) RADEON(0): Using exact sizes for initial modes
[ 0.331782] (EE) RADEON(0): Output DVI-0 enabled but has no modes
...
[ 0.332645] (EE) RADEON(0): No modes.
...
[ 0.332951] (EE) Screen(s) found, but none have a usable configuration.

lspci:
01:00.1 Display controller [0380]: ATI Technologies Inc RV570 [Radeon X1950 Pro] (secondary) [1002:72a0]
 Subsystem: C.P. Technology Co. Ltd Device [148c:2205]

Graphics card : PowerColor X1950 Pro Game FX Board Series PCI-Express (256 MB DDR3)

Revision history for this message
In , agd5f (agd5f) wrote :

this is an xserver bug which was fixed just after 1.6 was released:
http://cgit.freedesktop.org/xorg/xserver/commit/?id=8a6ed44a8b2fc5f14729dc54fec17607ced03859

Revision history for this message
Tormod Volden (tormodvolden) wrote : Re: [RV570] devices could not be detected correctly

Thanks for your report, which we have forwarded upstream to http://bugs.freedesktop.org/show_bug.cgi?id=20468

If possible, please subscribe to the upstream report so that you can answer questions from the developers directly.

Changed in xserver-xorg-driver-ati:
status: Unknown → Invalid
Revision history for this message
Tormod Volden (tormodvolden) wrote :

This was supposedly fixed in http://cgit.freedesktop.org/xorg/xserver/commit/?id=8a6ed44a8b2fc5f14729dc54fec17607ced03859 on the trunk just after the 1.6 release. If it does not enter the 1.6 branch, we should cherry-pick it. It looks like an obvious "thinko" fix with no side-effects.

Changed in xserver-xorg-video-ati:
status: Confirmed → Fix Committed
status: Fix Committed → Confirmed
Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks, patch looks good.

Changed in xorg-server:
assignee: nobody → bryceharrington
importance: Undecided → High
status: Confirmed → Triaged
Bryce Harrington (bryce)
description: updated
Revision history for this message
Bryce Harrington (bryce) wrote :

patch committed to git

Changed in xorg-server (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package xorg-server - 2:1.6.0-0ubuntu2

---------------
xorg-server (2:1.6.0-0ubuntu2) jaunty; urgency=low

  * Add 163_thinko_in_xf86targetpreferred.patch:
    - For monitors that do not define a "preferred" mode, if the monitor
      is not connected to the first output, X wouldn't pick up the mode
      correctly, resulting in a "No modes" error in Xorg.0.log and dropping
      user to failsafe-X mode.
      (LP: #335214)
  * Add 164_trap-aspect-ratios.patch:
    - Some monitors fib in the EDID they provide, giving their physical
      dimensions in the global block, and their aspect ratio(!) in
      the detailed timings. This totally messes up DPI calculations
      resulting in huge fonts.
      (LP: #320930)

 -- Bryce Harrington <email address hidden> Wed, 18 Mar 2009 20:47:12 -0700

Changed in xorg-server:
status: Fix Committed → Fix Released
tags: added: iso-testing
Changed in xserver-xorg-driver-ati:
importance: Unknown → Medium
status: Invalid → Won't Fix
Changed in xserver-xorg-driver-ati:
importance: Medium → Unknown
Changed in xserver-xorg-driver-ati:
importance: Unknown → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.