Bug 124896

Summary: Battery meter only works with APM, not ACPI
Product: [Fedora] Fedora Reporter: Ron Yorston <rmy>
Component: xosviewAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 2   
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: 2004-07-19 08:57:29 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 Flags
Add support for ACPI battery monitoring none

Description Ron Yorston 2004-06-01 09:43:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1)
Gecko/20020920 Netscape/7.0

Description of problem:
If the battery meter is enabled xosview looks for /proc/apm to get
information about battery state.  This isn't present if ACPI is being
used for power management.

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

How reproducible:
Always

Steps to Reproduce:
1. Find a machine without /proc/apm, but with /proc/acpi/battery
2. Run xosview with the battery meter turned on.
    

Actual Results:  xosview complains that it's unable to open /proc/apm.

Expected Results:  xosview should check for /proc/acpi/battery and use
the information there.

Additional info:

Comment 1 Ron Yorston 2004-06-01 09:47:21 UTC
Created attachment 100733 [details]
Add support for ACPI battery monitoring

A quick hack to add support for ACPI battery information to xosview.  It works
for me on a Dell Latitude L400.  It only supports one battery.

Comment 2 Than Ngo 2004-07-19 08:57:29 UTC
it seems 1.8.2 works well with apm and ACPI. The new version will show
up in rawhide soon. Thanks for your report.