diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-02-10 10:31:00 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-02-10 10:31:00 +0100 |
commit | d82d2bcb18236daba4bf3110a67dff5639dbc768 (patch) | |
tree | f593399aaefd668fd67222c014d2e3eb0e57ae63 /about.html | |
parent | 79887db61c8e8723588442806638201bcbb53eb9 (diff) | |
download | my-x200-d82d2bcb18236daba4bf3110a67dff5639dbc768.tar.gz |
added a link to the configuration file in README.md
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ | |||
28 | <p><code>my-x200</code> is a simple script primarily designed to make the distinctive whining noise of Thinkpads X200 disappear. But it can also be used on other laptops.</p> | 28 | <p><code>my-x200</code> is a simple script primarily designed to make the distinctive whining noise of Thinkpads X200 disappear. But it can also be used on other laptops.</p> |
29 | <p>It is written to be used on <a href="https://www.devuan.org/">Devuan GNU+Linux</a> but it should work on other Debian-based distributions.</p> | 29 | <p>It is written to be used on <a href="https://www.devuan.org/">Devuan GNU+Linux</a> but it should work on other Debian-based distributions.</p> |
30 | <h2 id="configuration">Configuration</h2> | 30 | <h2 id="configuration">Configuration</h2> |
31 | <p>Once installed, <code>my-x200</code> is configured by editing <code>/etc/default/my-x200</code>.</p> | 31 | <p>Once installed, <code>my-x200</code> is configured by editing <a href="http://git.robertalessi.net/my-x200/tree/my-x200.confd"><code>/etc/default/my-x200</code></a>.</p> |
32 | <h2 id="noise-removal">Noise Removal</h2> | 32 | <h2 id="noise-removal">Noise Removal</h2> |
33 | <p>Set the variable <code>is_thinkpad_x200</code> to <code>yes</code> (which is the default value). The default frequency rate should work. It may be changed by modifying the value of <code>PWMFREQ_RATE</code>.</p> | 33 | <p>Set the variable <code>is_thinkpad_x200</code> to <code>yes</code> (which is the default value). The default frequency rate should work. It may be changed by modifying the value of <code>PWMFREQ_RATE</code>.</p> |
34 | <h2 id="privacy-settings">Privacy Settings</h2> | 34 | <h2 id="privacy-settings">Privacy Settings</h2> |
@@ -99,6 +99,6 @@ wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf</code></pre> | |||
99 | <pre><code>rc-update del avahi-daemon | 99 | <pre><code>rc-update del avahi-daemon |
100 | chmod -x /etc/network/if-up.d/avahi-daemon</code></pre> | 100 | chmod -x /etc/network/if-up.d/avahi-daemon</code></pre> |
101 | <h2 id="further-information">Further Information</h2> | 101 | <h2 id="further-information">Further Information</h2> |
102 | <p>More information in <code>my-x200</code> initd file: <a href="https://git.robertalessi.net/my-x200/tree/my-x200.confd" class="uri">https://git.robertalessi.net/my-x200/tree/my-x200.confd</a></p> | 102 | <p>More information in <code>my-x200</code> initd file: <a href="http://git.robertalessi.net/my-x200/tree/my-x200.confd" class="uri">http://git.robertalessi.net/my-x200/tree/my-x200.confd</a></p> |
103 | </body> | 103 | </body> |
104 | </html> | 104 | </html> |