diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-21 01:48:48 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-21 01:48:48 -0400 |
commit | e05fa6238011bcc6c0874b7626f619680d251c58 (patch) | |
tree | 9a7805ae00d593ff8d6b1b120f4c0b5fc34a6959 /software | |
parent | 789497442d87c191bf5f01495defb9381e6bfb38 (diff) | |
download | knowledge-e05fa6238011bcc6c0874b7626f619680d251c58.tar.gz knowledge-e05fa6238011bcc6c0874b7626f619680d251c58.zip |
debian: powertop and chromium fonts
Diffstat (limited to 'software')
-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 + |