public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] re: a couple of power management questions
@ 2013-11-16 19:15 Alexander Kapshuk
  0 siblings, 0 replies; only message in thread
From: Alexander Kapshuk @ 2013-11-16 19:15 UTC (permalink / raw
  To: gentoo-user

I've been setting up power management on my HP compaq laptop using this
article, http://www.gentoo.org/doc/en/power-management-guide.xml, as a
reference.

Just a couple of questions I thought I'd ask.

(1). CONFIG_ACPI_VIDEO seems to be missing in the 3.10.17-gentoo kernel,
but is available in 3.10.7-r1.
for f in /usr/src/*/.config; do echo $f; grep CONFIG_ACPI_VIDEO $f ||
echo $?; done
/usr/src/linux-3.10.17-gentoo/.config
1
/usr/src/linux-3.10.7-gentoo-r1/.config
CONFIG_ACPI_VIDEO=y
/usr/src/linux/.config
1

(2). I've got my current kernel set up to use the 'userspace' governor
by default.

grep ^CONFIG_CPU_FREQ_DEFAULT_GOV .config
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y

The settings below were set to use 'ondemand' by default, so I changed
them to 'userspace' to correspond to the kernel setting above. Is that
right, or should I have left it set to the original value, or set it to
something else?

/etc/laptop-mode/conf.d/cpufreq.conf
s/ondemand/userspace/
LM_AC_CPU_GOVERNOR=userspace
s/ondemand/userspace/
NOLM_AC_CPU_GOVERNOR=userspace

Thanks.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-16 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16 19:15 [gentoo-user] re: a couple of power management questions Alexander Kapshuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox