linux tip when folding on GPU and firefox

It seems that a lot of GPU problems revolve around specific versions of drivers. Though NVidia has their own support structure, you can often learn from information reported by others who fold.

Moderators: Site Moderators, FAHC Science Team

Post Reply
MarcvdM
Posts: 14
Joined: Mon Apr 06, 2020 7:02 am

linux tip when folding on GPU and firefox

Post by MarcvdM »

Firefox hardware acceleration is claimed to be "used when available", but is actually turned off by default. When folding using a single laptop GPU this makes firefox excruciatingly slow, you can actually almost see pixels rendering.
solution: in about:config set "layers.acceleration.force-enabled" to true, and restart firefox.
algorithminflux
Posts: 1
Joined: Sun Apr 26, 2020 4:08 pm

Re: linux tip when folding on GPU and firefox

Post by algorithminflux »

Thank you very much, MarcvdM! For the life of me, I couldn't figure out why a GPU folding at MEDIUM power caused Firefox to becomes sluggish beyond usability.

Cheers! :)


Folding on Pop!_OS 18.04 64-bit w/ NVIDIA GTX 1050 Ti
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: linux tip when folding on GPU and firefox

Post by bruce »

When FAH is assigned to a relatively slow GPU, screen updates (whether by FF or Windows or other programs) are often delayed. Your screen may actually respond better if it's rasterized using your CPU rather than using GPU acceleration because the programmers falsely assume the GPU is never busy. The OS can manage the CPU resources much better than can the GPU, itself, since it doesn't recognize priority or interruptions like it would if it had an OS.

The ony other option (which may or may not work for you) is to configure FAH to fold with the GPU only when the OS says the computer is idle.
Post Reply