RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1134860 - [Hyperv] [RHEL6.6] Failed to load fbdev on Hyper-V
Summary: [Hyperv] [RHEL6.6] Failed to load fbdev on Hyper-V
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: xorg-x11-server
Version: 6.6
Hardware: Unspecified
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: Adam Jackson
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-28 11:17 UTC by qge
Modified: 2014-10-14 04:57 UTC (History)
12 users (show)

Fixed In Version: xorg-x11-server-1.15.0-22.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-10-14 04:57:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:1376 0 normal SHIPPED_LIVE xcb-util, xorg-x11-drivers, and mesa bug fix and enhancement update 2014-10-14 01:11:03 UTC

Description qge 2014-08-28 11:17:29 UTC
Description of problem:
The hyperv_fb video driver is used on Hyper-V, however when started with startx , the fbdev driver can't be loaded.

Version-Release number of selected component (if applicable):
Host: Windows server 2012 R2
kernel version:
2.6.32-497.el6

How reproducible:
100%

Steps to Reproduce:
1.start up the system with multiuser mode
2.#startx

Actual results:
fail to log in system from multiuser to graphical mode
error info in /var/log/Xorg.0.log as below:
[  6062.248] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[  6062.248] (II) Module vesa: vendor="X.Org Foundation"
[  6062.249]    compiled for 1.15.0, module version = 2.3.2
[  6062.249]    Module class: X.Org Video Driver
[  6062.249]    ABI class: X.Org Video Driver, version 15.0
[  6062.249] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  6062.249] (II) FBDEV: driver for framebuffer: fbdev
[  6062.249] (II) VESA: driver for VESA chipsets: vesa
[  6062.249] (--) using VT number 7

[  6062.258] (EE) open /dev/dri/card0: No such file or directory
[  6062.258] (WW) Falling back to old probe method for modesetting
[  6062.258] (EE) open /dev/dri/card0: No such file or directory
[  6062.258] (II) Loading sub module "fbdevhw"
[  6062.258] (II) LoadModule: "fbdevhw"
[  6062.258] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  6062.259] (II) Module fbdevhw: vendor="X.Org Foundation"
[  6062.259]    compiled for 1.15.0, module version = 0.0.2
[  6062.259]    ABI class: X.Org Video Driver, version 15.0
[  6062.259] (EE) Refusing to touch /dev/fb0 on legacy probe path
[  6062.259] (EE) Please specify a BusID to use this device
[  6062.259] (WW) Falling back to old probe method for fbdev
[  6062.259] (II) Loading sub module "fbdevhw"
[  6062.259] (II) LoadModule: "fbdevhw"
[  6062.259] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  6062.259] (II) Module fbdevhw: vendor="X.Org Foundation"
[  6062.259]    compiled for 1.15.0, module version = 0.0.2
[  6062.259]    ABI class: X.Org Video Driver, version 15.0
[  6062.259] (EE) Refusing to touch /dev/fb0 on legacy probe path
[  6062.259] (EE) Please specify a BusID to use this device
[  6062.259] vesa: Ignoring device with a bound kernel driver
[  6062.259] (WW) Falling back to old probe method for vesa
[  6062.261] (EE) Screen 0 deleted because of no matching config section.
[  6062.261] (II) UnloadModule: "modesetting"
[  6062.261] (EE) Screen 0 deleted because of no matching config section.
[  6062.261] (II) UnloadModule: "fbdev"
[  6062.261] (II) UnloadSubModule: "fbdevhw"
[  6062.261] (EE) Screen 0 deleted because of no matching config section.
[  6062.261] (II) UnloadModule: "vesa"
[  6062.261] (EE) Device(s) detected, but none match those in the config file.
[  6062.261] (EE)
Fatal server error:
[  6062.261] (EE) no screens found(EE)
[  6062.261] (EE)


Expected results:
log in system with graphical mode successfully

Additional info:
it is successful with kernel 2.6.32-495.el6 in RHEL-6.6-20140731.1 tree.

Comment 1 qge 2014-08-29 02:11:14 UTC
sorry,host should be Hyper-V 2012 R2 ,not  Windows server 2012 R2

Comment 2 jason wang 2014-08-29 03:11:56 UTC
> 
> Additional info:
> it is successful with kernel 2.6.32-495.el6 in RHEL-6.6-20140731.1 tree.

Add regression keyword according to this.

Comment 4 qge 2014-08-29 06:05:49 UTC
works well with 
xorg-x11-server-Xorg-1.15.0-16.el6 & xorg-x11-drv-fbdev-0.4.3-15-el6
does not work with
xorg-x11-server-Xorg-1.15.0-18.el6 & xorg-x11-drv-fbdev-0.4.3-16-el6

Comment 5 Shengnan Wang 2014-09-01 05:02:25 UTC
Hi Adam,

It happened on the RHEL6.6 running as Hyper-V guest. If needed, we Virt-QE would like to setup related ENV for you.
It is an important and urgent issue. With the bug, our customers will no use the GUI at all.
Could you help to have a look at the issue? Could i know you plan about it? 

Thanks,

Comment 6 Tomas Pelka 2014-09-01 06:55:35 UTC

*** This bug has been marked as a duplicate of bug 1127104 ***

Comment 7 Shengnan Wang 2014-09-01 07:03:42 UTC
(In reply to Tomas Pelka from comment #6)
> 
> *** This bug has been marked as a duplicate of bug 1127104 ***

Hi Tomas,

This is a regression problem. It works well on xorg-x11-server-Xorg-1.15.0-16.el6, while it does not work on xorg-x11-server-Xorg-1.15.0-18.el6.

The bug 1127104 is fixed on xorg-x11-server-1.15.0-17.el6. In my opinion, it is not a duplicate of bug 1127104.

Could you please help to have a look at the issue? We'd like to setup test ENV for you.

Comment 8 Tomas Pelka 2014-09-01 07:29:36 UTC
(In reply to Shengnan Wang from comment #7)
> (In reply to Tomas Pelka from comment #6)
> > 
> > *** This bug has been marked as a duplicate of bug 1127104 ***
> 
> Hi Tomas,
> 
> This is a regression problem. It works well on
> xorg-x11-server-Xorg-1.15.0-16.el6, while it does not work on
> xorg-x11-server-Xorg-1.15.0-18.el6.
> 
> The bug 1127104 is fixed on xorg-x11-server-1.15.0-17.el6. In my opinion, it
> is not a duplicate of bug 1127104.
> 
> Could you please help to have a look at the issue? We'd like to setup test
> ENV for you.

Oh I see, sorry.

It is better question for Adam I guess.

But please set up the env.

Thanks
Tom

Comment 10 qge 2014-09-03 02:42:04 UTC
hi,adam

env info about guest has been prepared for you,please check my email for detail

thanks

Comment 11 Tomas Pelka 2014-09-03 17:07:11 UTC
(In reply to qge from comment #10)
> hi,adam
> 
> env info about guest has been prepared for you,please check my email for
> detail
> 
> thanks

Could you please check with new rpm?

Thanks
Tom

Comment 12 qge 2014-09-04 02:54:14 UTC
hi.

i updated rpm package and have tested ,both of 32&64 are okey now

kernel info:
2.6.32-498.el6

package info:
xorg-x11-server-common-1.15.0-22.el6
xorg-x11-server-Xorg-1.15.0-22.el6

thanks

Comment 13 dnie 2014-09-05 02:53:37 UTC
Verify this bug with RHEL6 Snapshot 4 build i386/x86_64 guest on Hyper-V 2012

Package Version:
kernel 2.6.32-500.el6
xorg-x11-server-Xorg.x86_64            1.15.0-22.el6
xorg-x11-server-common.x86_64          1.15.0-22.el6


Verify steps:
1. Install build and startx

Verify result:
The GUI can start correctly and the mouse point and keyboard can also work well

Comment 15 errata-xmlrpc 2014-10-14 04:57:07 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2014-1376.html


Note You need to log in before you can comment on or make changes to this bug.