diff options
-rw-r--r-- | software/debian.page | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/software/debian.page b/software/debian.page index 554ab40..35ab81b 100644 --- a/software/debian.page +++ b/software/debian.page @@ -153,3 +153,25 @@ I tried a number of smaller fixes (including wiping ``~/.cache/settings`` from the console), so it may have been one of those changes that ultimately fixed everything. +Persist Laptop Power Saving Flags +----------------------------------- + +`powertop` helps identify system flags that need tuning (`sysfs`, `iw`, etc), +which are super helpful, but these tweaks don't persist through reboots. + +You can automate setting *all* the `powertop` tunings at bood by adding +`powertop --auto-tune` to `/etc/rc.local` (and making sure `rc-local.service` +is configured under `systemd` if you are using that for init). + +Alternatively, you could put just the flags you think are important in +`rc.local`, instead of applying them all, though this won't catch new flags +after upgrades. + +See also: http://askubuntu.com/a/490401 + +Chromium Fonts +------------------ + +Surprisingly, this trick worked for me: +http://www.internalpointers.com/post/fixing-ugly-fonts-chrome-chromium-debian-xfce + |