diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | about.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -38,7 +38,7 @@ Debian-based distributions. | |||
38 | Configuration | 38 | Configuration |
39 | ------------- | 39 | ------------- |
40 | Once installed, `my-x200` is configured by editing | 40 | Once 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 | ||
43 | Noise Removal | 43 | Noise Removal |
44 | ------------- | 44 | ------------- |
@@ -167,4 +167,4 @@ chmod -x /etc/network/if-up.d/avahi-daemon | |||
167 | Further Information | 167 | Further Information |
168 | ------------------- | 168 | ------------------- |
169 | More information in `my-x200` initd file: | 169 | More 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> |
@@ -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> |