Bug 17708 - Configure crtc 0 failed
Summary: Configure crtc 0 failed
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/radeonhd (show other bugs)
Version: 7.4 (2008.09)
Hardware: Other All
: medium normal
Assignee: Egbert Eich
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 01:01 UTC by Elmar Stellnberger
Modified: 2008-09-25 13:10 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
xorg.conf (10.49 KB, text/plain)
2008-09-22 01:06 UTC, Elmar Stellnberger
no flags Details
xrandr -q right after boot/startup (2.09 KB, text/plain)
2008-09-22 01:09 UTC, Elmar Stellnberger
no flags Details
xorg log (472.38 KB, text/x-log)
2008-09-23 04:13 UTC, Elmar Stellnberger
no flags Details
xorg.0.log - plain X server -loglevel 7 (419.51 KB, text/x-log)
2008-09-24 02:58 UTC, Elmar Stellnberger
no flags Details

Description Elmar Stellnberger 2008-09-22 01:01:52 UTC
Reenabling the PANEL- i.e. the internal notebook screen fails.

# xrandr --output PANEL --off
linux-k7n1:/home/elm #
# xrandr --output PANEL --mode 1920x1200
xrandr: Configure crtc 0 failed

  This may most likely be an error in the radeonhd driver rather than a sake of xrandr just issuing the wrong library calls.
Comment 1 Elmar Stellnberger 2008-09-22 01:06:17 UTC
Created attachment 19085 [details]
xorg.conf
Comment 2 Elmar Stellnberger 2008-09-22 01:09:03 UTC
Created attachment 19086 [details]
xrandr -q right after boot/startup
Comment 3 Elmar Stellnberger 2008-09-22 01:10:16 UTC
Comment on attachment 19085 [details]
xorg.conf

used with xorg-x11-7.4-4.2
Comment 4 Egbert Eich 2008-09-22 13:31:09 UTC
Elmar, please provide a logfile created with -logverbose 7.
Comment 5 Elmar Stellnberger 2008-09-23 04:13:34 UTC
Created attachment 19125 [details]
xorg log

logged with
	Option      "ModeDebug" "true"
in the device section.
Comment 6 Egbert Eich 2008-09-23 07:20:56 UTC
Elmar, in comment I've asked you to create a log file with -logverbose 7.
There is no option:
Option      "ModeDebug" "true"
that the radeonhd driver knows about. Thus the log file you've attached is not useful for debugging. It does show however that the driver you are using is two months old.
It is not unlikely that your problem got fixed by now.
In any case it will not provide sufficient information for debugging. Therefore, 1. please get a new version of the driver
2. build/install it.
3. log into the text console, start:
    X -logverbose 7 & sleep 5; xterm -display :0
4. perform the xrandr operations to turn off and on PANEL.
5. terminate X with ctrl-alt-backspace

Please attach the logfile here.

For more information on getting the latest sources and building please refer to:
 http://wiki.x.org/wiki/radeonhd
Comment 7 Egbert Eich 2008-09-24 02:11:46 UTC
Any news?
This is the line from the log showing the git id:
(II) RADEONHD: version 1.2.1, built from dist of git branch master, commit fdf5014c
It's the ID from a commit from July, 21st 2008.
Comment 8 Elmar Stellnberger 2008-09-24 02:58:27 UTC
Created attachment 19151 [details]
xorg.0.log - plain X server -loglevel 7
Comment 9 Egbert Eich 2008-09-24 03:53:52 UTC
(II) RADEONHD: version 1.2.1, built from dist of git branch master, commit fdf5014c

This is still the two month old driver! Please get a new one and try if the problem is still there!

I believe that this bug:
(II) RADEONHD(0): rhdRROutputModeFixup: 1920x1200 FAILED: [0xffffffff] internal error

Has been fixed two days *after* your driver has been checked out:
=========================================================================
Author: Egbert Eich <eich@freedesktop.org>  2008-07-29 15:46:04
Committer: Egbert Eich <eich@freedesktop.org>  2008-07-29 20:35:07
Parent: 1c40e31b1b68e6e9a21f0fe52d564df58d2cfaa4 (TV: Fix TV mode options.)
Child:  a356f5d2f04476566981a73841980a4bc985f1be (DDIA: Turn off Sync DC balance properly.)
Branches: surface, rotation, origin, master, CS_merge
Follows: 1.2.1

    RandR/Scaler: Sanitize the 'OrigMode' so that mode validation doesn't fail afterwards.
==========================================================================

So, please get a new driver, test and reopen when you still see this issue.
Comment 10 Elmar Stellnberger 2008-09-25 13:10:37 UTC
# rpm -q xorg-x11-driver-video-radeonhd
xorg-x11-driver-video-radeonhd-1.2.1_080922_72feab0-8.1

fixed by the newest upgrade.
P.S.: If the driver had been outdated last time then this must have been a problem of the OpenSuse build service, because I had performed an upgrade directly before my last reply.


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.