diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:54:31 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:54:31 -0700 |
commit | a19ff95539b0f9df2a59abef64f0decf999103f2 (patch) | |
tree | 0e591af379687513a0850167b316618781349948 /docs/misc | |
parent | a23830654fa620d3982d851c9f8f0f99d282575d (diff) | |
download | librebootfr-a19ff95539b0f9df2a59abef64f0decf999103f2.tar.gz librebootfr-a19ff95539b0f9df2a59abef64f0decf999103f2.zip |
Fix another class of code block bugs
Diffstat (limited to 'docs/misc')
-rw-r--r-- | docs/misc/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md index 59679ab0..15d0ea08 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -28,7 +28,7 @@ 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 time. Load the file in your text editor to see how it does that. -\$ **sudo ./resources/scripts/misc/powertop.debian** + $ sudo ./resources/scripts/misc/powertop.debian Might want to run with --calibrate first @@ -229,11 +229,11 @@ behaviour. Disable or enable beeps when removing/adding the charger: $ sudo ./nvramtool -w power\_management\_beeps=Enable -\$ **sudo ./nvramtool -w power\_management\_beeps=Disable** + $ 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=Disable** + $ sudo ./nvramtool -w low\_battery\_beep=Disable A reboot is required, for these changes to take effect. @@ -247,10 +247,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 i2cdump -y 5 0x50** (you might have to change the value for + $ 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 |