I've installed and configured Folding@Home:
$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan
$ FAHClient --version
7.5.1
$ cat /etc/fahclient/config.xml
<config>
<!-- Network -->
<proxy v=':8080'/>
<!-- Slot Control -->
<idle v='true'/>
<power v='FULL'/>
<!-- User Information -->
<team v='[omitted]'/>
<user v='[omitted]'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'/>
</config>
However, after starting the service never starts processing. If I toggle the client's idle
setting it starts processing immediately, but then the machine is pretty much unusable for anything else, even if I reduce the power
setting to medium. How can I make sure Folding@Home does work when, and only when, the machine is idle? That is, with no manual intervention it should start processing after a few minutes of idle time, and should immediately stop processing when no longer idle.