Bug 1127104
Summary: | fbdev refusing to touch /dev/fb0 on legacy probe path | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Tomas Pelka <tpelka> | ||||||
Component: | xorg-x11-server | Assignee: | Adam Jackson <ajax> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.6 | CC: | qge, tlavigne | ||||||
Target Milestone: | rc | Keywords: | Regression | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | xorg-x11-server-1.15.0-17.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-10-14 04:56:53 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
Tomas Pelka
2014-08-06 07:33:50 UTC
Created attachment 924373 [details]
xorg.conf
Created attachment 924374 [details]
Xorg.log
transferring to ajax, even though this will STUPIDLY lose the acks. ajax, patch 9205 0001-xfree86-Allow-mixed-fbdev-and-pci-setups.patch breaks xorg starting with a simple xorg.conf with jsut fbdev in it. I rebuilt locally without this patch and it works fine. Yeah, this is an fbdev bug really. Its PciProbe hook doesn't bother to pass the pci device into fbdevhw, so the "am I on the legacy path" logic breaks down. None of the other fbdevhw drivers call fbdevHWProbe. Besides fbdev only glint calls fbdevHWInit with a null second argument (technically a thing that can't matter in RHEL since we don't build the 3dlabs fbdev drivers). I've pushed fixes for both upstream (since the change is harmless without the RHEL patch) rebuilt the drivers for 6.6. *** Bug 1134860 has been marked as a duplicate of this bug. *** 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 |