diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-02-12 17:18:04 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-02-12 17:18:04 +0100 |
commit | 5169db7e24f80ee2e35aa747ef646dee2a7417fd (patch) | |
tree | 87e8f4c31e612c4add05aec3d543702f59d7bbbd /about.html | |
parent | d82d2bcb18236daba4bf3110a67dff5639dbc768 (diff) | |
download | my-x200-5169db7e24f80ee2e35aa747ef646dee2a7417fd.tar.gz |
allow my-x200 to be configured by means of .conf files in /etc/default/my-x200.d/
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ | |||
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 <a href="http://git.robertalessi.net/my-x200/tree/my-x200.confd"><code>/etc/default/my-x200</code></a>.</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 | <p>It is also possible to leave <code>/etc/default/my-200</code> untouched. In this case, <code>my-x200</code> can source its configuration from one or more <code>*.conf</code> files written in a specific directory <code>/etc/default/my-x200.d/</code> which is to be created. This is the recommended method for these files cannot be affected by subsequent updates.</p> | ||
32 | <h2 id="noise-removal">Noise Removal</h2> | 33 | <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> | 34 | <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> | 35 | <h2 id="privacy-settings">Privacy Settings</h2> |