aboutsummaryrefslogtreecommitdiff
path: root/docs/misc/index.md
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:05:29 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:05:29 -0700
commitc2b25f1e127ff810e4565d553aafc28b7c44d1a2 (patch)
treee31f916e6264d3847752290cddcbde0af8a968a5 /docs/misc/index.md
parent29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed (diff)
downloadlibrebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.tar.gz
librebootfr-c2b25f1e127ff810e4565d553aafc28b7c44d1a2.zip
Unbork some things
Diffstat (limited to 'docs/misc/index.md')
-rw-r--r--docs/misc/index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md
index ce4ec4ea..c012ce99 100644
--- a/docs/misc/index.md
+++ b/docs/misc/index.md
@@ -62,7 +62,7 @@ Be root\
**$ su -**
Installed powertop:\
-**\# pacman -S powertop**
+**# pacman -S powertop**
and added the following to /etc/systemd/system/powertop.service :
@@ -80,8 +80,8 @@ and added the following to /etc/systemd/system/powertop.service :
WantedBy=multi-user.target
Finally, as root do that:\
- \# systemctl enable powertop
-**\# systemctl start powertop**
+ # systemctl enable powertop
+**# systemctl start powertop**
The next time you boot the system, the buzz will be gone.
@@ -227,11 +227,11 @@ is included in libreboot, and can be used to enable or disable this
behaviour.
Disable or enable beeps when removing/adding the charger:\
-$ sudo ./nvramtool -w power\_management\_beeps=Enable
+ $ sudo ./nvramtool -w power\_management\_beeps=Enable
$ **sudo ./nvramtool -w power\_management\_beeps=Disable**
Disable or enable beeps when battery is low:\
-$ sudo ./nvramtool -w low\_battery\_beep=Enable
+ $ sudo ./nvramtool -w low\_battery\_beep=Enable
$ **sudo ./nvramtool -w low\_battery\_beep=Disable**
A reboot is required, for these changes to take effect.
@@ -246,10 +246,10 @@ Or look in **/sys/class/drm/card0-LVDS-1/edid**
Alternatively you can use i2cdump. In Debian and Devuan, this is in the
package i2c-tools.\
-$ sudo modprobe i2c-dev
+ $ sudo modprobe i2c-dev
$ **sudo i2cdump -y 5 0x50** (you might have to change the value for
-y)\
-$ sudo rmmod i2c-dev
+ $ sudo rmmod i2c-dev
You'll see the panel name in the output (from the EDID dump).
If neither of these options work (or they are unavailable), physically