aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-10 10:31:00 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-10 10:31:00 +0100
commitd82d2bcb18236daba4bf3110a67dff5639dbc768 (patch)
treef593399aaefd668fd67222c014d2e3eb0e57ae63
parent79887db61c8e8723588442806638201bcbb53eb9 (diff)
downloadmy-x200-d82d2bcb18236daba4bf3110a67dff5639dbc768.tar.gz
added a link to the configuration file in README.md
-rw-r--r--README.md4
-rw-r--r--about.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 958ce2f..c4f2bc5 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Debian-based distributions.
38Configuration 38Configuration
39------------- 39-------------
40Once installed, `my-x200` is configured by editing 40Once installed, `my-x200` is configured by editing
41`/etc/default/my-x200`. 41[`/etc/default/my-x200`](http://git.robertalessi.net/my-x200/tree/my-x200.confd).
42 42
43Noise Removal 43Noise Removal
44------------- 44-------------
@@ -167,4 +167,4 @@ chmod -x /etc/network/if-up.d/avahi-daemon
167Further Information 167Further Information
168------------------- 168-------------------
169More information in `my-x200` initd file: 169More information in `my-x200` initd file:
170<https://git.robertalessi.net/my-x200/tree/my-x200.confd> 170<http://git.robertalessi.net/my-x200/tree/my-x200.confd>
diff --git a/about.html b/about.html
index 2cf1920..7c87376 100644
--- a/about.html
+++ b/about.html
@@ -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
100chmod -x /etc/network/if-up.d/avahi-daemon</code></pre> 100chmod -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>