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 855436 - Spurious LVDS detected on HP T5740
Summary: Spurious LVDS detected on HP T5740
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: kernel
Version: 6.3
Hardware: i686
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Adam Jackson
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-07 18:05 UTC by vricci
Modified: 2018-12-01 18:23 UTC (History)
4 users (show)

Fixed In Version: kernel-2.6.32-314.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Red Hat Enterprise Linux 6.2 and later HP T5740
Last Closed: 2013-02-21 06:34:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0496 0 normal SHIPPED_LIVE Important: Red Hat Enterprise Linux 6 kernel update 2013-02-20 21:40:54 UTC

Description vricci 2012-09-07 18:05:54 UTC
Description of problem:
Wrong monitor detection when only one monitor is connected through VGA or HDMI.

On HP T5740 with Red Hat Enterprise Linux 6.2 and later, wrong monitor detection when only one monitor is connected through VGA or HDMI:

$ less Xorg.0.log
...
[    19.610] (II) intel(0): Output LVDS1 connected
[    19.610] (II) intel(0): Output VGA1 connected
[    19.610] (II) intel(0): Output HDMI1 disconnected
[    19.610] (II) intel(0): Output DP1 disconnected
[    19.610] (II) intel(0): Using spanning desktop for initial modes
[    19.610] (II) intel(0): Output LVDS1 using initial mode 1024x768 +0+0
[    19.610] (II) intel(0): Output VGA1 using initial mode 1280x1024 +1024+0
...

Temporary workaround:
"xrandr --output LVDS1 --off"


The issue didn' t occur Under RHEL 6.0 (32bit):

drivers = intel_drv.so
module version = 2.11.0
ABI class: X.Org Video Driver, version 6.0
xorg-x11-server-Xorg-1.7.7-26.el6_0.3.i686
xorg-x11-drv-intel-2.11.0-7.el6.i686  
$ cat uname 
Linux 2.6.32-71.18.2.el6.i686 

$ less var/log/Xorg.0.log
...
(II) intel(0): Output VGA1 connected
(II) intel(0): Output HDMI1 disconnected
(II) intel(0): Output DP1 disconnected
(II) intel(0): Output TV1 disconnected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output VGA1 using initial mode 1280x1024 +0+0
...


Version-Release number of selected component (if applicable):
drivers = intel_drv.so
module version = 2.16.0
ABI class: X.Org Video Driver, version 10.0
xorg-x11-server-Xorg-1.10.6-1.el6
xorg-x11-drv-intel-2.16.0-4.el6

$ cat uname
Linux 2.6.32-279.5.1.el6.i686

How reproducible:
Installing Red Hat Enterprise Linux 6.2 and later on HP T5740.
One monitor connected through VGA or HDMI. 
  
Actual results:
Not possible to see any log-in field because on the "pseudo" second monitor.

Expected results:
See the log-in field

Comment 2 Adam Jackson 2012-09-10 20:51:12 UTC
The HP T5740 is a thin client and does not in fact have an LVDS connector.  This is handled in the upstream kernel with a quirk in the i915 driver:

commit 3347111999870c37eab1b969e90af9fdaf0334ba
Author: Jan-Benedict Glaw <jan-benedict.glaw>
Date:   Tue May 22 15:21:53 2012 +0200

    drm/i915: no lvds quirk for HP t5740e Thin Client
    
    This box has DisplayPort and VGA, but no LVDS. Product specs are at
    http://h10010.www1.hp.com/wwpc/us/en/sm/WF25a/12454-12454-321959-338927-3640406-4282707.html?dnr=1
    and dmidecode output can be found at http://www.getslash.de/bug_attachments/dmidecode-t5740e.txt
    
    Signed-off-by: Jan-Benedict Glaw <jbglaw>
    Cc: stable.org
    Signed-off-by: Daniel Vetter <daniel.vetter>

Comment 3 RHEL Program Management 2012-09-10 20:59:04 UTC
This request was evaluated by Red Hat Product Management for
inclusion in a Red Hat Enterprise Linux release.  Product
Management has requested further review of this request by
Red Hat Engineering, for potential inclusion in a Red Hat
Enterprise Linux release for currently deployed products.
This request is not yet committed for inclusion in a release.

Comment 6 Adam Jackson 2012-09-26 15:05:29 UTC
Fix component to kernel since that's where the quirk lives.

Comment 7 RHEL Program Management 2012-09-26 15:10:00 UTC
This request was evaluated by Red Hat Product Management for
inclusion in a Red Hat Enterprise Linux release.  Product
Management has requested further review of this request by
Red Hat Engineering, for potential inclusion in a Red Hat
Enterprise Linux release for currently deployed products.
This request is not yet committed for inclusion in a release.

Comment 29 errata-xmlrpc 2013-02-21 06:34:56 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/RHSA-2013-0496.html


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