The officially official Devuan Forum!

You are not logged in.

#1 2026-04-04 23:05:37

recklessswing
Member
From: Türkiye
Registered: 2020-12-18
Posts: 146  

Firefox lags and sometimes freezes completely on Devuan 6

I haven't done anything wrong. Just XFCE install, i5 1235U laptop, but firefox freezes sometimes. It's weird but doesn't happen on Gnome Wayland.

Last edited by recklessswing (2026-04-04 23:07:06)

Offline

#2 2026-04-29 17:58:30

yurimodin
Member
Registered: 2025-06-09
Posts: 27  

Re: Firefox lags and sometimes freezes completely on Devuan 6

maybe disable hardware acceleration.

Offline

#3 2026-04-30 07:43:59

Camtaf
Member
Registered: 2019-11-19
Posts: 555  

Re: Firefox lags and sometimes freezes completely on Devuan 6

Maybe doesn't help you, but I have no problems using Firefox on XFCE on my I3 or i5 computers, using Devuan from 'server' media installs.....

Offline

#4 2026-05-02 06:00:04

askfor
Member
Registered: 2024-12-19
Posts: 10  

Re: Firefox lags and sometimes freezes completely on Devuan 6

Do you happen to have any extensions installed. Also you my try running Firefox from terminal, like this:

firefox > out.txt 2>&1

Firefox outputs quite a lot. When it freezes, wait a bit. The output might be buffered, so give it a minute. You might examine out.txt while firefox is still running and also after you stop it.

Offline

#5 Yesterday 08:12:04

Dvtra
Member
Registered: Yesterday
Posts: 2  

Re: Firefox lags and sometimes freezes completely on Devuan 6

Peace and Good to all!
My Firefox are freezing too. but only in multi function.
First notice when i open Firefox and Libre Office togheter (so exclude GTK from Libre office corrects the problem eith some modifications in Firefox)
In Firefox go to configuration>Performance (Desempenho in portuguese) > deactivated option
And deactivet so: Use hardware acceleration
And in browser type:
about:config
Skip risk screen and type
gfx.webrender.software
change the first option to true
after that type:
layers.acceleration.disabled
change to true
and that:
webgl.disabled
change to true

So i can use Firefox with Libre Office, but not Firefox with OBS-studio and so
In Firedox browser again, type:
about:config
Skip risk screen and type
gfx.webrender.all
alterar gfx.webrender.all to true
gfx.x11-egl.force-disabled
change to true
media.ffmpeg.vaapi.enabled  (original in boolean)
change to false
and so
gfx.webrender.compositor
change to false

So i can use OBS-Studio with Firefox;

But is freezing again with Thunderbird at same time:
im trying right now (haha - kkk -  jaja ) and like Terminator:  "i wil be back"

dom.ipc.processCount.webIsolated (original in mine is 4)
change to 2 or4

So im a Gigabyte Aorus B450m Elite, AMD Ryzen 7 3700x, 16 GB RAM, Asus/Nvidia GTC 1050 Ti, SSD Samsumg  970 EVO Plus , Devuan-GNU, XFCE sysVinit, Linux 6.12.90+deb13.1-amd64 (with a Barracuda HD with Windows11)

Offline

#6 Yesterday 11:07:40

Dvtra
Member
Registered: Yesterday
Posts: 2  

Re: Firefox lags and sometimes freezes completely on Devuan 6

Peace and Good Again (now with a solution for the use of Firefox and Thunderbird toguether)
first of all
purple.disable_foreground_integration
Change to true

toolkit.cosmeticAnimations.enabled
change to false

mail.spotlight.enable
change to false

browser.tabs.unloadOnLowMemory
change to false

dom.ipc.processCount
change to 1 or 2

accessibility.force_disabled
change to 1

widget.use-dbus-menu
change to false

browser.tabs.remote.autostart
change to true

widget.use-dbus-menu
change to false

Change the ahead lines in Thunderbird (configuration -engine icon, then scroll down at config editor, advanced preferences) too, and also change that lines:
gfx.webrender.software
change to true

layers.acceleration.disabled
change to true

webgl.disabled
change to true

gfx.x11-egl.force-disabled
change to true

widget.gtk.cursor-async.enabled
change to false

so trhe lines doenst do the work alone, at least for me. Indeed in this case i need to change some lines to configure the rendering method.

nano /usr/share/applications/firefox-esr.desktop
Exec=env -i DISPLAY=:0 dbus-run-session /usr/lib/firefox-esr/firefox-esr %u

nano /usr/share/applications/thunderbird.desktop
Exec=env -i DISPLAY=:0 dbus-run-session /usr/bin/thunderbird %u

And now i m  thinking if changing only the archive /usr/share/applications/firefox-esr.desktop i can get stop the freezes??? Anyone can test, and report? (im thinking in test too hhehehe).

Offline

#7 Yesterday 17:23:21

blackhole
Member
Registered: 2020-03-16
Posts: 218  

Re: Firefox lags and sometimes freezes completely on Devuan 6

That's a lot of workarounds. It could be graphics stack / acceleration related. In such cases I would normally install a newer kernel from backports and see if that resolves it.

Also you will need the "non-free" drm firmware installed for Intel or AMD GPUs - that's the first step.

Offline

#8 Yesterday 17:38:56

yurimodin
Member
Registered: 2025-06-09
Posts: 27  

Re: Firefox lags and sometimes freezes completely on Devuan 6

install the uBlock Origin extension. Most of the ads on the 'modern' internet make it completely unusable.

Offline

#9 Yesterday 18:30:11

kapqa
Member
Registered: 2019-01-02
Posts: 676  

Re: Firefox lags and sometimes freezes completely on Devuan 6

remember also a time when had microstuttering , probablz with ryzen 2600 or 3600, *could also have been birstol ridge
but not how it got solved

would try to set bios at default position and disable bar,
see if this makes a change, and update bios.

good luck.

Online

#10 Today 06:39:03

sjox
Member
Registered: 2025-09-16
Posts: 6  

Re: Firefox lags and sometimes freezes completely on Devuan 6

For me it was the following problem:
Do you have an AMD graphics card?
What does the command "sudo dmesg -l err"?
You may find a line with the following error message:
"ring gfx-0.0.0 timeout, but soft recovered".
It should be a problem with the AMD graphics driver and you can fix it simply by disabling the composite effects of XFCE!
It is due to the interaction of the XFCE compositor and the AMD graphics driver.
Other desktops do not have this problem or extremely rare!
(I use Cinnamon for exactly this reason, although I like XFCE)
You could also use picom as a compositor!
But there are other problems: "https://bbs.archlinux.org/viewtopic.php?id-306908"


He who asks is a fool for five minutes. He who does not ask remains a fool forever.
- Chinese proverb

Offline

#11 Today 08:18:55

blackhole
Member
Registered: 2020-03-16
Posts: 218  

Re: Firefox lags and sometimes freezes completely on Devuan 6

That's more of a workaround. That error is amdgpu driver related. So the first step should be to compile a newer kernel to see if this has been fixed. There are usually newer kernels in backports, so if you don't want to compile your own, install the latest, reboot and test.

Offline

#12 Today 15:50:35

kapqa
Member
Registered: 2019-01-02
Posts: 676  

Re: Firefox lags and sometimes freezes completely on Devuan 6

"i am sure there is a point in all of this"

https://www.phoronix.com/news/Firefox-V … deo-Merged

Online

Board footer