Bug 274831
| Summary: | add OPMA server support | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | LisaWu <liswu> |
| Component: | xorg-x11-drv-ati | Assignee: | Dave Airlie <airlied> |
| Status: | CLOSED ERRATA | QA Contact: | desktop-bugs <desktop-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.0 | CC: | jvuong, liswu, woliu, xgl-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | RHEA-2008-0474 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-21 17:31:17 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
LisaWu
2007-09-03 03:30:00 UTC
Created attachment 184971 [details]
when OPMA server is detected, we validate modes according to local monitor DDC info by default.
Yet another RN50 bug. Reassigning. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. From what I can see this will possibly limit the resolution on a lot more than
just OPMA cards as they have re-used the pci vendor/device id as the subsystem
vendor device ID..
This leads me to think that other RN50s will exist in the field where the test
if ((info->PciInfo->subsysVendor == 0x1002) &&
+ (info->PciInfo->subsysCard == 0x515e) && info->Chipset==
PCI_CHIP_RN50_515E){
is also true...
so I don't think we can just apply this patch as-is.
(In reply to comment #4) > if ((info->PciInfo->subsysVendor == 0x1002) && > + (info->PciInfo->subsysCard == 0x515e) && info->Chipset== > PCI_CHIP_RN50_515E){ > is also true... > en,this may expand the restriction to other cards have the same subsysVendorID, what about we use the monitor Name read from EDID to distinguish it from other cards? the unique monitor name is "AQUARIUS" That sounds like a better idea? can you supply a patch for review? Created attachment 290371 [details]
patch against xorg-x11-drv-ati-6.6.3-3.2.el5
Created attachment 290372 [details]
patch against xorg-x11-drv-ati-6.6.3-3.2.el5
sorry, uploaded a wrong patch, please ignore the former one.
okay this looks better, I might clean it up a bit before release... Created attachment 291574 [details]
proposed fix - just cleaned up the ATI patch.
this is the final patch I'm going to apply, please check it can work, it may
need a bit of munging to apply cleanly to 6.6.3-3.2 as there are other patches
in the same area that I've applied.
Thanks,the patch is OK. Hi, would you please inform which version will this patch be included? Thanks a lot An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2008-0474.html |