Bug 441404

Summary: kernel-2.6.25-0.201.rc8.git4.fc9.i686 X fails to start after ghgb finishes
Product: [Fedora] Fedora Reporter: Eric Paris <eparis>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: airlied, ajax
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: kernel-2.6.25-0.212.rc8.git6.fc9.i686 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-08 15:09:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Xorg.0.log when booting with .200
none
Xorg.0.log when booting with .201 (aka BROKEN)
none
xorg.conf of the machine none

Description Eric Paris 2008-04-07 20:57:33 UTC
with kernel-2.6.25-0.201.rc8.git4.fc9.i686 X fails to start after ghgb finishes.
 I just end up with a black screen when RHGB disappears. 
kernel-2.6.25-0.200.rc8.git3.fc9.i686 works just fine.  So I assume it is
something to do with the diff between .200 and .201.

My /var/log/Xorg.0.log.old end with:
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): X context handle = 0x1


My Xorg.0.log under .200 has:
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
(II) RADEON(0): [drm] framebuffer handle = 0x2a000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [pci] 8192 kB allocated with handle 0x00000000
(II) RADEON(0): [pci] ring handle = 0xf94de000
(II) RADEON(0): [pci] Ring mapped at 0xb7ed8000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0xf95df000
(II) RADEON(0): [pci] Ring read ptr mapped at 0xb7fe2000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf95e0000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xafc88000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [pci] GART texture map handle = 0xf97e0000
(II) RADEON(0): [pci] GART Texture map mapped at 0xaf7a8000
(II) RADEON(0): [drm] register handle = 0x29020000
(II) RADEON(0): [dri] Visual configs initialized
disable montype: 1
[and then lots more here you can see in the log attachments that will come in]

Comment 1 Eric Paris 2008-04-07 21:00:24 UTC
Created attachment 301565 [details]
Xorg.0.log when booting with .200

Comment 2 Eric Paris 2008-04-07 21:01:40 UTC
Created attachment 301566 [details]
Xorg.0.log when booting with .201 (aka BROKEN)

Comment 3 Eric Paris 2008-04-07 21:02:57 UTC
Created attachment 301567 [details]
xorg.conf of the machine

Comment 4 Eric Paris 2008-04-07 21:03:34 UTC
01:00.0 VGA compatible controller: ATI Technologies Inc M24 1P [Radeon Mobility
X600]


Comment 5 Eric Paris 2008-04-07 21:13:49 UTC
oh yeah, X versions let me know what else I forgot.....

xorg-x11-server-Xorg-1.4.99.901-17.20080401.fc9.i386
xorg-x11-drv-ati-6.8.0-10.fc9.i386

Comment 6 Eric Paris 2008-04-07 21:25:03 UTC
kernel-2.6.25-0.201.rc8.git4.fc9.i686 + rhgb = bad
kernel-2.6.25-0.201.rc8.git4.fc9.i686 + no rhgb = good
kernel-2.6.25-0.200.rc8.git3.fc9.i686 = always good

Comment 7 Eric Paris 2008-04-08 15:09:41 UTC
updated to rawhide + kernel .212 and it seems to work just fine.  I assume it
was airlied drm changes from last night.  closing, thanks!