Re: kacpid uses 98% of CPU
You can turn acpi off by adding "acpi=off" to the kernel boot argument line in /boot/grub/grub.conf like:
title Fedora Core (2.6.9-ck3)
root (hd0,1)
kernel /vmlinuz-2.6.9-ck3 ro root=/dev/hda3 rhgb acpi=off apm=off quiet
initrd /initrd-2.6.9-ck3.img
|