this post was submitted on 27 May 2025
17 points (94.7% liked)

Linux

10931 readers
188 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Is this issue related to my ancient 15-year-old graphics card, my browser, or something else?

you are viewing a single comment's thread
view the rest of the comments
[–] MRLimcon@lemmy.ml 3 points 1 week ago* (last edited 1 week ago) (14 children)

One thing, always use hardware acceleration.

Does it get better if you set in about:config:

  • dom.ipc.processCount and dom.ipc.processCount.webIsolated to your number of threads on your cpu
  • gfx.webrender.all to true
  • fission.autostart to true

I think it would, in my suspicion, make a better use of your cpu (the threadpool would be more efficient in the processcount), using the new renderer (webrender) and possibly make it a little more secure with one thread per website (or something, i don't remember exactly) using fission.

Edit: An explanation on webrender

[–] KickassWomen@lemmy.world 1 points 1 week ago (13 children)

Making those changes didn't resolve the problem

[–] MRLimcon@lemmy.ml 1 points 1 week ago (1 children)

Can you test a newer version of firefox? I have 128 ESR on my work laptop and it's slow there too, it might be this.

[–] KickassWomen@lemmy.world 1 points 1 week ago (2 children)

This is apparently the latest version of Firefox ESR that's available in Debian's repository.

I used these commands to update Debian:

sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove

Here's the output:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[–] MRLimcon@lemmy.ml 2 points 1 week ago (2 children)
[–] KickassWomen@lemmy.world 2 points 1 week ago (2 children)

I opened Firefox 134.0.2 (64-bit) that I installed via Flatpak—got the same slow pop-up issues.

[–] MRLimcon@lemmy.ml 2 points 1 week ago

Yeah, so it might be something else, IDK. Good luck!

[–] possiblylinux127@lemmy.zip 1 points 1 week ago (1 children)

What's the system resource usable look like?

[–] KickassWomen@lemmy.world 1 points 1 week ago (1 children)
[–] possiblylinux127@lemmy.zip 1 points 1 week ago* (last edited 1 week ago) (1 children)

What's the CPU and what memory speed?

[–] KickassWomen@lemmy.world 1 points 1 week ago (1 children)

CPU: AMD Ryzen 7 5700X

As for my memory, I don't know the speed and I doubt that speed is the problem here because when I use Ungoogled Chromium, the javascript pop-up opens smoothly.

[–] possiblylinux127@lemmy.zip 2 points 1 week ago

That's a powerful CPU so I doubt that is the problem. I just wanted to get the obvious out of the way.

[–] KickassWomen@lemmy.world 2 points 1 week ago

Thanks but I want to stick with the ESR version. It's nice n' stable.

[–] possiblylinux127@lemmy.zip 1 points 1 week ago* (last edited 1 week ago) (1 children)

https://flatpak.org/setup/Debian

Once you have Flatpak setup you can run sudo flatpak install firefox

Also, is there a reason you are using Debian? If that's what you want then that is fine but it isn't something people use for the new packages.

[–] KickassWomen@lemmy.world 1 points 1 week ago

Once you have Flatpak setup you can run sudo flatpak install firefox

I already have Flatpak installed and it has the same problem as Firefox ESR (which comes with Debian by default, if my memory serves me correctly)

Also, is there a reason you are using Debian? If that’s what you want then that is fine but it isn’t something people use for the new packages.

I have used Debian-based distros in the past like Mint and Ubuntu so I wanted to use Debian itself out of curiosity.

load more comments (11 replies)
load more comments (11 replies)