eFMer - BoincTasks and TThrottle forum

BoincTasks For Window, Mac & Linux => Questions => Topic started by: hucker on June 25, 2023, 03:54:08 AM

Title: Two cc_config.xml entries don't work
Post by: hucker on June 25, 2023, 03:54:08 AM
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.
Title: Re: Two cc_config.xml entries don't work
Post by: fred on July 13, 2023, 01:53:17 PM
I will take a look.
Title: Re: Two cc_config.xml entries don't work
Post by: fred on July 13, 2023, 05:22:19 PM
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.


Title: Re: Two cc_config.xml entries don't work
Post by: hucker on July 13, 2023, 05:35:03 PM
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
Title: Re: Two cc_config.xml entries don't work
Post by: fred on July 14, 2023, 09:55:36 AM
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.