Bug 90526

Summary: Config uses ATI Radeon 9000 instead of ATI Radeon 9000 Pro
Product: [Fedora] Fedora Reporter: Mike Chambers <mike>
Component: xorg-x11Assignee: Mike A. Harris <mharris>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: xgl-maint
Target Milestone: ---Keywords: EasyFix, Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-15 15:17:18 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:
Bug Depends On:    
Bug Blocks: 136451    
Attachments:
Description Flags
XFree86 Log File
none
XFree86 Config file
none
Output of lspci -vvn none

Description Mike Chambers 2003-05-09 10:44:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401

Description of problem:
When XFree86 is configured, the config file/server uses ATI Radeon 9000 instead
of ATI Radeon 9000 Pro.

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

How reproducible:
Always

Steps to Reproduce:
1.run redhat-config-xfree86
2.or install and let firstboot detect and configure video
3.
    

Actual Results:  Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9000"
EndSection

Expected Results:  Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9000 Pro"
EndSection

Additional info:

This was filed against rawhide as that is what I am currently running and to
make sure everything was on the same page.  I believe another person that has
this problem is using the official packages from Red Hat Linux 9.

Comment 1 Mike Chambers 2003-05-09 10:47:47 UTC
Created attachment 91579 [details]
XFree86 Log File

Comment 2 Mike Chambers 2003-05-09 10:48:32 UTC
Created attachment 91580 [details]
XFree86 Config file

Comment 3 Mike Chambers 2003-05-09 10:50:57 UTC
Created attachment 91581 [details]
Output of lspci -vvn

Comment 4 Mike A. Harris 2004-09-29 22:39:34 UTC
This is fixed in Fedora Core 1 and later.

Closing as "CURRENTRELEASE"

Comment 5 Mike A. Harris 2004-09-29 22:48:01 UTC
Oops, I misread this bug and got things backwards.  This PCI ID
still points to 9000 instead of 9000Pro, although this is just
a minor cosmetic issue and not a bug per se.

Marking as FC3Target to fix for FC3.

Comment 6 Mike A. Harris 2004-09-29 22:54:35 UTC
http://pciids.sourceforge.net/iii/?i=10024966

Some cards of this device ID are "Pro" variants, some are not,
depending on the manufacturer.  For a given PCI ID, I consider
official Built by ATI hardware to be canonical.

Mike's card is subvendor/subdevice 1002:0002 which indicates this
is a real Built by ATI board.  So, this entry should be changed
to "9000 Pro" probably, and any non-pro's can be overridden with
subdevice specifications in pcitable if anyone else files bug
reports in the future for misnamed cards.