Re: ACPI and APM together?

From: Ingo Buescher
Date: Sun Feb 08 2004 - 09:01:15 EST


On Sun, 8 Feb 2004, Todor Todorov wrote:

> Hello list,
>
> definitely needs APM. So the question is, if it would be possible to
> compile both ACPI and APM into the kernel and pass the corsponding
> parameters acpi=off or apm=off where it is appropriate? I looked through

> Todor

It is possible - I have used this for quite some time now.

/boot/grub/menu.lst:

title Linux 2.6 - test (ACPI on)
root (hd0,4)
kernel (hd0,4)/vmlinuz.26-test hdc=ide-cd video=rivafb:800x600-8@85
acpi=on apm=off

title Linux 2.6 - test (APM on)
root (hd0,4)
kernel (hd0,4)/vmlinuz.26-test hdc=ide-cd video=rivafb:800x600-8@85
acpi=off apm=on


Ingo
--
===========================================================================
Ingo Buescher <gallatin@xxxxxxx>
"No one who's seen it in action can say the phrase 'government help'
without either laughing or crying." -- unknown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/