diff options
author | Leah Rowe <info@minifree.org> | 2017-04-17 20:53:12 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-17 20:53:12 +0100 |
commit | 08a11848e08b2e82f13882f485df642c2535b2c9 (patch) | |
tree | ea641c7325d468da7457fe66fcb74a1d6bd60485 | |
parent | 81eb4bf2f68a9e3ed7952f09d4d805d85e83a733 (diff) | |
download | librebootfr-08a11848e08b2e82f13882f485df642c2535b2c9.tar.gz librebootfr-08a11848e08b2e82f13882f485df642c2535b2c9.zip |
docs/misc/: Fix incorrect command on guide for finetuning Intel GPU backlight
-rw-r--r-- | docs/misc/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md index 32ca10bf..0f4d1368 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -124,7 +124,7 @@ on intel gpu's is included in intel-gpu-tools. Install intel-gpu-tools: **sudo apt-get install intel-gpu-tools** You can set values: **sudo intel\_reg write 0x00061254 -<your\_value>** +your_value_in_C_hex_format** The value set has the following structure: bits \[31:16\] is PWM divider. PWM / PWM\_divider = frequency bits \[15:0\] is the duty cycle |