From 07e4a2dafe248280b5610f8c7d09b0f30b530f54 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 10 Jun 2024 09:41:25 -0400 Subject: Initial modifications to rebuilt only changed files based on mod date, performance updates --- build/battery/index.html | 62 ------------------------------------------------ 1 file changed, 62 deletions(-) delete mode 100644 build/battery/index.html (limited to 'build/battery') diff --git a/build/battery/index.html b/build/battery/index.html deleted file mode 100644 index d855674..0000000 --- a/build/battery/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - Improving Laptop Battery Performance on OpenBSD - - - - - - - -
-

Improving Laptop Battery Performance on OpenBSD

-

2023-06-13

-

It is no secret that OpenBSD has poor battery performance on laptops. Although not as impressive as something like Alpine Linux or FreeBSD, you can tweak OpenBSD just enough to squeeze more life out of your machine’s battery.

-

Our New Best Friend: ampd

-

I won’t go into great detail about ampd here - that’s what the incredible documentation is for. You’ll want to make sure to start it before trying to configure it:

-
doas rcctl start apmd
-
-

If already running in a live session, you can default to -A (auto) but I suggest setting cpu performance to low:

-
apm -L
-
-

To make these changes permanent on boot:

-
doas rcctl set apmd flags -L
-
-

Optimizating battery life via ampd will have the most noticable impact but you can improve things even further by implementing some extra “small” performance wins.

-

Small Performance Wins

-
    -
  1. Reduce your screen’s brightness (xbacklight -set 50)
  2. -
  3. Use a lightweight window manager instead of a beefer desktop environment
  4. -
  5. Enable battery saving options in your system BIOS (if available)
  6. -
  7. Disable the fingerprint scanner and bluetooth in your system BIOS (if available)
  8. -
  9. Use utilities such as mpv and ffmpeg for media consumption
  10. -
  11. Reduce the number of open applications at any given time
  12. -
- \ No newline at end of file -- cgit v1.2.3-54-g00ecf