You are not logged in.
Firefox 102.0 fails to redraw windows after a while, despite being able to switch and close tabs. I tried to disable "gfx.webrender.all" but it didn't work. What could cause this problem? Is there an open bug for this issue?
Offline
I have the same problem, mostly viewing videos but it can happens anytime in any web. I had to make a downgrade to FF 101
Offline
I have the same problem, mostly viewing videos but it can happens anytime in any web. I had to make a downgrade to FF 101
In my case it has randomly happened on Wikipedia. I tried the downgrade but Firefox complains about losing stuff - and we all know partial upgrades are unsupported.
Do you happen to use Xfce and/or an nvidia driver from AUR?
Last edited by damnbug (2022-07-03 22:56:42)
Offline
Enabling "webgl.disabled" doesn't work either, while enabling "svg.disabled" works but it's an ugly workaround, as it breaks tons of sites.
Maybe the best temporary "fix" is to disable "gfx.webrender.svg-images". I'll try it next time.
Offline
Set "gfx.webrender.svg-images" to true and try other switches:
Try this three one by one or all, you may need to restart browser:
gfx.webrender.software true
gfx.webrender.software.opengl true
gfx.webrender.software.d3d11true
This one with other graphic options reset to defaults or gfx.webrender.software true :
gfx.webrender.force-legacy-layers to true
This one with other graphic options reset to defaults or gfx.webrender.software true :
gfx.x11-egl.force-enabled true
Write if something from this will help. BTW what GPU and driver do you use? X11 or Wayland?
Offline
gfx.webrender.svg-images false doesn't fix it.
Set "gfx.webrender.svg-images" to true and try other switches:
Try this three one by one or all, you may need to restart browser:
gfx.webrender.software true
gfx.webrender.software.opengl true
gfx.webrender.software.d3d11trueThis one with other graphic options reset to defaults or gfx.webrender.software true :
gfx.webrender.force-legacy-layers to trueThis one with other graphic options reset to defaults or gfx.webrender.software true :
gfx.x11-egl.force-enabled trueWrite if something from this will help. BTW what GPU and driver do you use? X11 or Wayland?
GeForce GTS 250 with nvidia-340xx-dkms (X11) .
I'll try your suggestions. (gfx.webrender.software.d3d11 defaults to true.)
Update: Firefox crashes on launch with gfx.webrender.software.opengl true.
Last edited by damnbug (2022-07-05 23:00:34)
Offline
OK, then don't set gfx.webrender.software.opengl to true and maybe gfx.webrender.software to true and anyhing what would couse a crash but try this two one by one:
gfx.webrender.force-legacy-layers to true
gfx.x11-egl.force-enabled true
Offline
So far, no problem with gfx.webrender.force-legacy-layers true.
Offline
And when I thought the setting above had fixed it, the problem reappeared. I'll now try to set "gfx.x11-egl.force-enabled" to "true" and leave all other related settings untouched.
Edit: it didn't work. I'll just enable gfx.webrender.all again and consider changing web browser.
Last edited by damnbug (2022-07-11 13:28:44)
Offline
Firefox 103 didn't fix it.
Is it possible the bug is related to rtkit-daemon?
Offline
It wouldn't be the first time that occurs.
$ pactree --sync --reverse rtkit --depth 1
rtkit
├─pulseaudio
└─xdg-desktop-portal
$
You can look into removing those 2 packages so you can get rid of rtkit .
An alternative would be :
- disable rtkit-daemon.service
This will prevent rtkit from getting started at boot, but it still can (and will be) started on demand through dbus.
- as root move /usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service somewhere else.
reboot and rtkit can still be started manually through the service, but no longer automatically .
Last edited by Lone_Wolf (2022-08-02 11:20:50)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
Did you use the guided installer ? If yes, I can't help you.
(A works at time B) && (time C > time B ) ≠ (A works at time C)
Offline