Bug 1154227

Summary: fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
Product: [Fedora] Fedora Reporter: Nestor Waldyd <nwaldyd>
Component: xorg-x11-drv-atiAssignee: Orphan Owner <extras-orphan>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: ajax, extras-orphan, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-18 11:51:38 UTC Type: Bug
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 Log none

Description Nestor Waldyd 2014-10-17 23:24:56 UTC
Created attachment 948031 [details]
Xorg Log

Description of problem:

X server is not starting in a Dell Poweredge 1850 with Fedora 19


Version-Release number of selected component (if applicable):

Linux amsimeca 3.14.19-100.fc19.i686 #1 SMP Wed Sep 17 22:38:24 UTC 2014 i686 i686 i386 GNU/Linux

09:0d.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV100 [Radeon 7000 / Radeon VE]
	Subsystem: Dell PowerEdge 1850 Embedded Radeon 7000/VE
	Kernel driver in use: radeon

How reproducible:

Boot Fedora 19 on a Dell Poweredge 1850

Steps to Reproduce:
1. Boot Fedora 19 on a Dell Poweredge 1850
2.
3.

Actual results:

[waldyd@amsimeca ~]$ dmesg -H | grep -i drm
[  +0.003902] [drm] Initialized drm 1.1.0 20060810
[  +0.076587] [drm] radeon kernel modesetting enabled.
[  +0.000004] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[  +0.001405] [drm] initializing kernel modesetting (RV100 0x1002:0x5159 0x1028:0x016C).
[  +0.000020] [drm] register mmio base: 0xFDDF0000
[  +0.000003] [drm] register mmio size: 65536
[  +0.000010] [drm] Detected VRAM RAM=128M, BAR=128M
[  +0.000003] [drm] RAM width 32bits DDR
[  +0.000034] [drm] radeon: 16M of VRAM memory ready
[  +0.000003] [drm] radeon: 512M of GTT memory ready.
[  +0.000026] [drm] GART: num cpu pages 131072, num gpu pages 131072
[  +0.023597] [drm] PCI GART of 512M enabled (table at 0x0000000033480000).
[  +0.000003] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[  +0.000002] [drm] Driver supports precise vblank timestamp query.
[  +0.000017] [drm] radeon: irq initialized.
[  +0.000023] [drm] Loading R100 Microcode
[  +0.000264] [drm] radeon: ring at 0x00000000D0001000
[  +0.000029] [drm] ring test succeeded in 1 usecs
[  +0.000349] [drm] ib test succeeded in 0 usecs
[  +0.000808] [drm] No TV DAC info found in BIOS
[  +0.000280] [drm] Radeon Display Connectors
[  +0.000005] [drm] Connector 0:
[  +0.000004] [drm]   VGA-1
[  +0.000004] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[  +0.000003] [drm]   Encoders:
[  +0.000003] [drm]     CRT1: INTERNAL_DAC1
[  +0.000003] [drm] Connector 1:
[  +0.000003] [drm]   VGA-2
[  +0.000004] [drm]   DDC: 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c
[  +0.000003] [drm]   Encoders:
[  +0.000003] [drm]     CRT2: INTERNAL_DAC2
[  +0.000003] [drm] Connector 2:
[  +0.000003] [drm]   DVI-I-1
[  +0.000003] [drm]   HPD1
[  +0.000004] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[  +0.000003] [drm]   Encoders:
[  +0.000004] [drm]     CRT2: INTERNAL_DAC2
[  +0.000002] [drm]     DFP1: INTERNAL_TMDS1
[  +0.000012] [drm] Cannot find any crtc or sizes - going 1024x768
[  +0.007089] [drm] fb mappable at 0xF0040000
[  +0.000004] [drm] vram apper at 0xF0000000
[  +0.000002] [drm] size 786432
[  +0.000002] [drm] fb depth is 8
[  +0.000002] [drm]    pitch is 1024
[  +0.000134] fbcon: radeondrmfb (fb0) is primary device
[  +0.007388] radeon 0000:09:0d.0: fb0: radeondrmfb frame buffer device
[  +0.000011] [drm] Initialized radeon 2.37.0 20080528 for 0000:09:0d.0 on minor 0



Expected results:

X server starting

Additional info:

[waldyd@amsimeca ~]$ cat /etc/default/grub 
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Fedora"
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX="rd.md=0 rd.dm=0 rd.lvm.lv=vg_amsimeca/lv_swap SYSFONT=True rd.lvm.lv=vg_amsimeca/lv_root rd.luks=0  KEYTABLE=la-latin1 LANG=en_US.UTF-8 crashkernel=128M modeset=0 rhgb quiet"
#GRUB_THEME="/boot/grub2/themes/system/theme.txt"

I have already tried with the following grub configurations:

1. GRUB_CMDLINE_LINUX="rd.md=0 rd.dm=0 rd.lvm.lv=vg_amsimeca/lv_swap SYSFONT=True rd.lvm.lv=vg_amsimeca/lv_root rd.luks=0  KEYTABLE=la-latin1 LANG=en_US.UTF-8 crashkernel=128M rhgb quiet"

2. GRUB_CMDLINE_LINUX="rd.md=0 rd.dm=0 rd.lvm.lv=vg_amsimeca/lv_swap SYSFONT=True rd.lvm.lv=vg_amsimeca/lv_root rd.luks=0  KEYTABLE=la-latin1 LANG=en_US.UTF-8 crashkernel=128M radeon.dpm=0 rhgb quiet"

Comment 1 Fedora End Of Life 2015-01-09 21:31:55 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 Fedora End Of Life 2015-02-18 11:51:38 UTC
Fedora 19 changed to end-of-life (EOL) status on 2015-01-06. Fedora 19 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.