Bug 100485

Summary: kudzu videocard probe formatting broken
Product: [Retired] Red Hat Linux Beta Reporter: Brent Fox <bfox>
Component: kudzuAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: beta1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-07-23 02:35:06 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:

Description Brent Fox 2003-07-22 20:51:49 UTC
This is actually with kudzu-1.1.14-1 out of dist-10-scratch.  Something seems to
have broken with the video card probe output formatting.

Run this program:

#!/usr/bin/python2.2
import kudzu
cards = kudzu.probe(kudzu.CLASS_VIDEO, kudzu.BUS_UNSPEC, kudzu.PROBE_ALL)
print cards

And then look at the output of the "Driver:" line.  It has the "Card:" line
where the driver in the "Driver:" line should be.

[Desc:           nVidia Corporation|NV5 [RIVA TNT2/TNT2 Pro]
Driver:         Card:RIVA TNT2
Device:         None
, Desc:           Texas Instruments|TVP4020 [Permedia 2]
Driver:         Card:3Dlabs Permedia2 (generic)
Device:         None
]

Comment 1 Bill Nottingham 2003-07-22 22:18:09 UTC
Hm? "Card: foo" is the appropriate driver for graphics cards; AFAIK, it's always
been this way.

Comment 2 Brent Fox 2003-07-23 02:35:06 UTC
Oops...sorry.

/me needs to take a time-out.  ;)