diff options
Diffstat (limited to 'docs/misc')
-rw-r--r-- | docs/misc/bbb_ehci.md | 2 | ||||
-rw-r--r-- | docs/misc/index.md | 8 | ||||
-rw-r--r-- | docs/misc/patch.md | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/misc/bbb_ehci.md b/docs/misc/bbb_ehci.md index db2d1969..4833ff93 100644 --- a/docs/misc/bbb_ehci.md +++ b/docs/misc/bbb_ehci.md @@ -236,7 +236,7 @@ Then:\ CONFIG_CONSOLE_USB=y (Console -> USB dongle console output) -Also Debugging \-\--> Output verbose XYZ ) (**FIXME** somebody verify +Also Debugging \---> Output verbose XYZ ) (**FIXME** somebody verify these): CONFIG_DEBUG_CBFS=y (Output verbose CBFS debug messages ) diff --git a/docs/misc/index.md b/docs/misc/index.md index 05265091..a2f543a4 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -25,12 +25,12 @@ Start powertop automatically at boot time {#debian_powertop_autostart} ----------------------------------------- Included with libreboot is a script called 'powertop.debian'. Run this -as root and it will setup powertop to run with \--auto-tune at boot +as root and it will setup powertop to run with --auto-tune at boot time. Load the file in your text editor to see how it does that. \$ **sudo ./resources/scripts/misc/powertop.debian** -Might want to run with \--calibrate first +Might want to run with --calibrate first If powertop doesn't work, another way (reduces battery life slightly) is to add *processor.max\_cstate=2* to the *linux* line in grub.cfg, @@ -50,7 +50,7 @@ most people can't hear or doesn't bother most people). This is not perfect! The full solution is still not discovered but this is a step towards that. Also, in some instances you will need to run -'sudo powertop \--auto-tune' again. This needs to be implemented +'sudo powertop --auto-tune' again. This needs to be implemented properly in coreboot itself! On the X60 with coreboot or libreboot, there is a high pitched sound @@ -84,7 +84,7 @@ Finally, as root do that:\ The next time you boot the system, the buzz will be gone. -Might want to run with \--calibrate first +Might want to run with --calibrate first If powertop doesn't work, another way (reduces battery life slightly) is to add *processor.max\_cstate=2* to the *linux* line in grub.cfg, diff --git a/docs/misc/patch.md b/docs/misc/patch.md index 8359ecd6..7b44f7be 100644 --- a/docs/misc/patch.md +++ b/docs/misc/patch.md @@ -88,7 +88,7 @@ it really is. Now to apply that patch in the future, just git clone it again and do with the git revision you found from above:\ -**\$ git reset \--hard REVISIONNUMBER** +**\$ git reset --hard REVISIONNUMBER** Now put patch.git in the git clone directory and do:\ **\$ git apply patch.git** |