Bug 127827

Summary: ddcProbe behaviour for powerpc
Product: [Fedora] Fedora Reporter: Paul Nasrat <nobody+pnasrat>
Component: kudzuAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1.73-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-14 19:18:27 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 Paul Nasrat 2004-07-14 12:45:01 UTC
Description of problem:

ddcprobe as in kudzu/ddcprobe works fine on powerpc - using
/proc/device-tree.

However kudzu.probe using ddcProbe does not do the same, although the
Makefile bundles up the vbe.o, of.o, etc. for powerpc

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

cvs HEAD

How reproducible:


Steps to Reproduce:
1. As root
2. python -c "import kudzu; print kudzu.probe(kudzu.CLASS_MONITOR,
kudzu.BUS_DDC, kudzu.PROBE_ALL)

  
Actual results:
[]

Expected results:
[Desc:           iMac
Id:             APP059d
Mem on card:    0
HSync:          60-60
VSync:          75-117
Physical width: 270 mm
Physical height: 200 mm
]


Additional info:

I'm not sure if this is by design or not, but it'd be nice to be able
to get the right values for mac installs, etc.  I tested by
s/__i386__/__powerpc__/ and adding VBEL in ddc.c, built cp kudzu.py
python23/, cd python23 and run python fragment above.

Comment 1 Bill Nottingham 2004-07-14 19:14:29 UTC
Hrm, it was supposedly working.

Comment 2 Bill Nottingham 2004-07-14 19:18:27 UTC
Fixed in CVS.