Opened 12 years ago

Closed 12 years ago

#537 closed defect (fixed)

cfg and log mixup

Reported by: yoda Owned by: David Azarewicz
Priority: major Milestone: Release 4.00
Component: Daemon Version: 3.20.01
Keywords: Cc:

Description

In MPTN\ETC\ACPID.CFG:

If I specify: VBESave = 0xf Daemon will output: VBE:0x0

If I specify: VBESave = 15 Daemon will output: VBE:0xf


If I specify: AcpiLog? = D:\AcpiCA.log then I do get a file named AcpiCA.log in root; but it contains the output from ACPIDAEMON, not anything from ACPICA$ as I would have expected.

Change History (1)

comment:1 Changed 12 years ago by David Azarewicz

Component: ACPI PSDDaemon
Resolution: fixed
Status: newclosed

The daemon config file only accepts decimal numbers. I have updated the documentation.

VBESave is not supported at this time.

There was a typo that caused the same file name to be used for both log files. This has been fixed and will be included in the next release.

Note: See TracTickets for help on using tickets.