From 1d81f2d8f9a1f89c45b95615a1122ce59873c69c Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 14 Feb 2021 09:59:13 +0100 Subject: Mapped ThinkVantage to the refresh function. Added new section on usage --- about.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'about.html') diff --git a/about.html b/about.html index fc09fec..d181a0b 100644 --- a/about.html +++ b/about.html @@ -41,7 +41,7 @@
  • Verify the signature: dscverify --keyring ~/.gnupg/pubring.gpg my-x200_<ver>.dsc (Replace <ver> with the actual release number.)
  • For a good GPG cheat sheet, see here.

    -

    Configuration

    +

    Configuration

    Once installed, my-x200 is configured by editing /etc/default/my-x200.

    It is also possible to leave /etc/default/my-200 untouched. In this case, my-x200 can source its configuration from one or more *.conf files written in a specific directory /etc/default/my-x200.d/ which is to be created. This is the recommended method for these files cannot be affected by subsequent updates.

    Noise Removal

    @@ -56,7 +56,7 @@
  • An (empty) dobackup file must be present in the backup directory.
  • Then, once these conditions are met, the backup process is triggered whenever the service is stopped.

    - +

    The command rc-update that is used below refers to openrc. Other init systems use other commands. Please adapt.

    @@ -100,7 +100,13 @@ wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

    To disable avahi, do (as root):

    rc-update del avahi-daemon
     chmod -x /etc/network/if-up.d/avahi-daemon
    -

    Further Information

    +

    Usage

    +

    In addition to the usual arguments, namely start, stop, restart and force-reload, /etc/init.d/my-x200 accepts two further arguments, like so:—

    +
      +
    1. /etc/init.d/my-x200 refresh to reset the frequency rate of the screen to the default value. This is to be used in the hopefully rare cases when the noise becomes perceptible again. Unprivileged users may perform this action by pressing the ThinkVantage button.
    2. +
    3. /etc/init.d/my-x200 initbackup. If backuping be set as described above, /etc/init.d/my-x200 initbackup can be used to trigger a backup round immediately, that is without having to shut down the system for the first backup round to happen.
    4. +
    +

    Further Information

    More information in my-x200 initd file: http://git.robertalessi.net/my-x200/tree/my-x200.confd

    -- cgit v1.2.3