Disabling GPU usage

Message boards : Questions and problems : Disabling GPU usage
Message board moderation

To post messages, you must log in.

AuthorMessage
aliponte

Send message
Joined: 30 Oct 12
Posts: 3
Germany
Message 46165 - Posted: 30 Oct 2012, 20:27:53 UTC

By right clicking BOINC tray I can switch off GPU usage temporalily (which is basically allowed in BOINC's options). But after a while BOINC switches GPU usage on automatically (without any action by myself). This is annoying when watching video on the computer since these two tasks get in conflict with each other and the only way to clear the situation is shutting down the computer (which means the loss of computing results of the last hour or more).

How can I make sure BOINC is obeying my temporary GPU restriction up to my explicit switching it on again? Do I have to change some options somewhere?

Thank you for hints.
Heinrich
ID: 46165 · Report as offensive
aliponte

Send message
Joined: 30 Oct 12
Posts: 3
Germany
Message 46166 - Posted: 30 Oct 2012, 20:34:31 UTC - in response to Message 46165.  

Sorry, I forgot to say I'm using BOINC 6.12.34 on Windows XP SP3.
ID: 46166 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 46167 - Posted: 30 Oct 2012, 20:45:50 UTC

The 'snooze' option lasts an hour. This cannot be changed.
What you need however, is the <exclusive_gpu_app/> option in cc_config.xml, with which you can set that BOINC should suspend using the GPU, whenever the program you specified, is running.

Used as follows:
<cc_config>
<options>
<exclusive_gpu_app>Notepad.exe<exclusive_gpu_app>
<exclusive_gpu_app>winamp.exe</exclusive_gpu_app>
</options>
</cc_config>


The above will suspend using the GPU whenever Winamp or Notepad run, and stay that way for as long as either program stays in memory.

There's also a CPU switch, <exclusive_app/> which can be used in much the same way, only difference here is that this will suspend all of BOINC when the program you specified runs.

Check the link to the cc_config.xml file for more information.
For more examples, see this BOINC FAQ.
ID: 46167 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 46168 - Posted: 30 Oct 2012, 20:46:57 UTC - in response to Message 46165.  

Boinc only suspends CPU or GPU usage for an hour when suspending usage via the tray icon,
Eithier suspend GPU usage via the activity menu, or use the <exclusive_gpu_app> option to suspend GPU usage when a particular app runs:

Client configuration

Claggy
ID: 46168 · Report as offensive
aliponte

Send message
Joined: 30 Oct 12
Posts: 3
Germany
Message 46169 - Posted: 30 Oct 2012, 21:24:38 UTC - in response to Message 46168.  

Thank you, Jord and Claggy,

the exclusive_gpu_app option is exactly what I was looking for.

Heinrich
ID: 46169 · Report as offensive

Message boards : Questions and problems : Disabling GPU usage

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.