You are not logged in.
Hi, i am experiencing on all my machines a serious problem with chrome and chromium, i start chrome , at first works smoothly then as time passes by FPS of the window decreases reaching < 8 fps which is totally absurd and worse than working with some vintage ascii terminal.
machines having the problem:
i7-4770 with integrated graphics
i5-7200u with integrated graphics
i7-6700 with integrated graphics
Same machines work fine using chrome and windows , or by using distros that ship older packages like kali linux
Anyone else having this problem?
Edit:
If i hit Ctrl+N and open a new windows without starting chrome from scrach i temporarily get on that new window good performance, and also once a window is degraded , even closing all the tabs does not work
Last edited by tizbac (2018-08-25 21:38:51)
Offline
Hi
Same on i5-3570 with integrated graphics.
Offline
Xorg or wayland? xf86-video-intel or modesetting? Does it happen if you disable HW acceleration in chrome://flags/ ?
Offline
I am using wayland
Offline
Is chrome/chromium running on xwayland? Can you try whether X11 is different? What about the HW acceleration switch?
Offline
Might still be the old xwayland 1.20 and chrome dance, see https://bbs.archlinux.org/viewtopic.php?id=237383 Try setting
--disable-gpu-driver-bug-workaroundsduring chrome startup.
Offline
Might still be the old xwayland 1.20 and chrome dance, see https://bbs.archlinux.org/viewtopic.php?id=237383 Try setting
--disable-gpu-driver-bug-workaroundsduring chrome startup.
Seems to work, altough that now stdout is spammed for each frame rendered with
[8396:8396:0904/012523.016172:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
[8396:8396:0904/012523.049314:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
[8396:8396:0904/012523.083647:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
[8396:8396:0904/012523.116158:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
[8396:8396:0904/012523.149945:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
[8396:8396:0904/012523.182885:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
[8396:8396:0904/012523.216887:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
[8396:839Offline