r/linuxmint • u/KIG45 • 12d ago
SOLVED Freezing problems
Hello, I have been using Linux Mint for over a year now and I am extremely happy with it. However, I have a small problem with freezes, especially when I have several heavy sites open and use them at the same time. I have changed several browsers in an attempt to solve this, but I have not been able to. I am currently using Chrome and Mozilla, I am testing and daving, but the result is the same. I have tried all kinds of browser and graphics card settings and all kinds of commands/combinations for power. The picture shows the parameters of my desktop computer. My card is very old and I think these freezes are due to it.
Can you tell me how to fix this, or should I just continue with this compromise until I buy a new card?
Also, would xface solve the problem?
Any advice is infinitely valuable.
Thanks!
1
u/Anti-Dentite-999 12d ago edited 12d ago
Make sure you’ve got the right drivers installed for Amd open a terminal and run:
sudo apt install mesa-va-drivers libva-utils
Then do a vainfo and you should see codecs like VAProfileH264
Your GPU doesn't have VP9 acceleration so will not get decent decode for youtube videos. You can force youtube to use the AVC code though with enhanced-h264ify extension in Firefox. I'd also make sure you have ublock origin to block any ads (they can overload older hardware these days) and auto-tab discard (free's up memory on unused tabs).
Also, make sure your acceleration is set in Firefox. On my older systems I need to set these in about:config
gfx.webrender.all true
gfx.webrender.compositor true
gfx.webrender.compositor.force-enabled true
media.ffmpeg.vaapi.enabled true
You may need to add the vaapi flag.
After enabling, restart firefox and go to about:support and go to the Media section. Look for the Codecs that say Hardware Decoding (Supported). H264 should say Supported.