Two cc_config.xml entries don't work

Started by hucker, June 25, 2023, 03:54:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hucker

The new entry brought in with the latest Boinc version, <no_rdp_check>1</no_rdp_check> does not get passed through when added via Boinctasks, it never ends up in the file.

The entry which has been around for some time, <ignore_ati_dev>3</ignore_ati_dev> produces a syntax error in Boinctasks's editor.

This may be Boinctasks's fault, or it may be Boinc's fault for not taking it through remote communication.  Can you check if it's Boinctasks's fault, and if it isn't I'll raise it with the Boinc programming team.

fred


fred

OK I added them to the syntax check:
<options>
<ignore_ati_dev>3</ignore_ati_dev>
<no_rdp_check>1</no_rdp_check>
</options>

Both seem to be in options, is that correct?

With the upcoming 1.92
I tested writing <no_rdp_check>1</no_rdp_check> the client accepts the line.



hucker

Yes, options.  Thanks.

There's also <ignore_nvidia_dev> and <ignore_intel_dev> which I don't need as I only have ATI cards, but you might aswell add those too.

The full and up to date list is here: https://boinc.berkeley.edu/wiki/Client_configuration

fred

Rit
Quote from: hucker on July 13, 2023, 05:35:03 PMYes, options.  Thanks.

There's also <ignore_nvidia_dev> and <ignore_intel_dev> which I don't need as I only have ATI cards, but you might aswell add those too.
Yep I already added those.