Search found 3 matches

by brunoais
Wed Apr 01, 2020 6:58 pm
Forum: GPU Projects and FahCores
Topic: Linux: Slow down GPU processing when PC in use
Replies: 5
Views: 1275

Re: Linux: Slow down GPU processing when PC in use

With the right software, you can adjust the thermal/power/etc. limits as regulated by the driver, which is probably the best way to do it. Within FAH, itself, you can set the GPU to only run when your OS determines the system idle (sort of like a screensaver but with a blank screen that pauses when...
by brunoais
Wed Apr 01, 2020 6:09 pm
Forum: GPU Projects and FahCores
Topic: Linux: Slow down GPU processing when PC in use
Replies: 5
Views: 1275

Re: Linux: Slow down GPU processing when PC in use

What about pausing? As in, continuous use of calls to " usleep " inside the program to wait between each set of work instructions? That wait could be configured alongside the already existing ability to determine if the user is using the system to turn off the wait time if the user is usin...
by brunoais
Wed Apr 01, 2020 2:34 pm
Forum: GPU Projects and FahCores
Topic: Linux: Slow down GPU processing when PC in use
Replies: 5
Views: 1275

Linux: Slow down GPU processing when PC in use

Currently, GPU running F@H appears to be using the GPU fairly aggressively, even if I choose the medium folding power. I also tried comparing FPS of a few light programs while running at maximum folding power vs medium folding power. I'm always getting 10FPS with long frame delays of 100-700ms. I wa...