Bug 100485 - kudzu videocard probe formatting broken
Summary: kudzu videocard probe formatting broken
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux Beta
Classification: Retired
Component: kudzu
Version: beta1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-07-22 20:51 UTC by Brent Fox
Modified: 2014-03-17 02:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-07-23 02:35:06 UTC
Embargoed:


Attachments (Terms of Use)

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.  ;)


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