You are not logged in.
I've only just noticed this and I can't trace it to a specific upgrade, but with frameworks 5.88.0 and plasma 5.23.3, a bunch of effects such as wobbly windows are not working any more (and in settings->Workspace Behaviour->Desktop Effects they are only shown if "Exclude unspported effects" is unchecked).
This is on integrated intel graphics. It makes no difference whether I select OpenGL 3.1 or 2.0 in the compositor settings. As far as I can tell, there are no issues with OpenGL. I'm not sure what else I should be looking for?
% glxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 13.0.0, 256 bits) (0xffffffff)
Version: 21.2.5
Accelerated: no
Video memory: 15581MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 13.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.5
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 3.1 Mesa 21.2.5
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20Last edited by martinc2 (2021-11-14 18:33:50)
Offline
There are issues with OpenGL. llvmpipe is the software renderer. Post a xorg.0.log and
sudo dmesg
printenvwhich integrated graphics exactly?
Offline
Update: This is kernel-related. No hardware acceleration under 5.15.2(-zen); everything works fine with the arch LTS kernel (5.10.79).
Edited to add 5.14.16-zen works fine too, so workaround is to downgrade the kernel
Graphics are Intel Corporation Iris Plus Graphics G7 (rev 07) (on a Dell XPS 9300)
Thanks @V1Del
Last edited by martinc2 (2021-11-14 17:23:04)
Offline
[ 12.873358] i915 0000:00:02.0: GuC initialization failed -110
[ 12.873373] i915 0000:00:02.0: Enabling uc failed (-5)
[ 12.873378] i915 0000:00:02.0: Failed to initialize GPU, declaring it wedged!You could drop the guc parameter. and maybe follow: https://gitlab.freedesktop.org/drm/intel/-/issues/4067
Offline
Thanks. Dropping guc works. I'll keep an eye on the issue.
Offline
Update: This is kernel-related. No hardware acceleration under 5.15.2(-zen); everything works fine with the arch LTS kernel (5.10.79).
Edited to add 5.14.16-zen works fine too, so workaround is to downgrade the kernel
Graphics are Intel Corporation Iris Plus Graphics G7 (rev 07) (on a Dell XPS 9300)
Thanks @V1Del
Hi, do you have a bug report for the kernel issue? Is it being tracked somewhere?
Offline
See the issue @V1Del linked above
Offline