Message boards : Questions and problems : Disabling GPU usage
Message board moderation
Author | Message |
---|---|
Send message Joined: 30 Oct 12 Posts: 3 ![]() |
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 |
Send message Joined: 30 Oct 12 Posts: 3 ![]() |
Sorry, I forgot to say I'm using BOINC 6.12.34 on Windows XP SP3. |
![]() Send message Joined: 29 Aug 05 Posts: 15634 ![]() |
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. |
Send message Joined: 23 Apr 07 Posts: 1112 ![]() |
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 |
Send message Joined: 30 Oct 12 Posts: 3 ![]() |
Thank you, Jord and Claggy, the exclusive_gpu_app option is exactly what I was looking for. Heinrich |
Copyright © 2025 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.