Skip to main content
Topic: Distortion Problem with mesa 22.0 (Read 531 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Distortion Problem with mesa 22.0

After mesa upgrade to 22.0 I 've problem with strange beahviours.

Notably when using Firefox when there are as example tooltips, some horizhontal lines and distortion on the characters will appear.

Same when using some editors, blinking cursor is drawn in sa strange way.

My hardware information:

Code: [Select]
 lspci -knn | grep -iA4 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09)
DeviceName:  Onboard IGD
Subsystem: Dell Device [1028:04ad]
Kernel driver in use: i915
Kernel modules: i915



Code: [Select]
glxinfo -B


name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) HD Graphics 2000 (SNB GT1) (0x102)
    Version: 21.3.7
    Accelerated: yes
    Video memory: 1536MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 3.3
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 2000 (SNB GT1)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 21.3.7
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 21.3.7
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.0 Mesa 21.3.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00



Downgrading to mesa 21.3 solved the problem.


Feel free to ask other configuration data.

Regards

Carlo D.

Re: Distrotion Problem with mesa 22.0

Reply #1
Well yeah pretty clearly a mesa bug in your case. A 22.0.1 release just got pushed to testing so you could try and see if that fixes your issue. If not, you should report this to upstream.

Re: Distrotion Problem with mesa 22.0

Reply #2
Well yeah pretty clearly a mesa bug in your case. A 22.0.1 release just got pushed to testing so you could try and see if that fixes your issue. If not, you should report this to upstream.

Thanks, If nothing will break I will wait until it is in not in testing anymore.

No problem to stick with an "old " Mesa, as my machine is some years old, so no new functionality are needed by me.

Regards

Carlo D.

Re: Distortion Problem with mesa 22.0

Reply #3
22.0.1 is much more stable but some weird bug remains, when i launch a Vulkan game the desktop session sorry, actually Xorg crashes.
Wondering what did they even change with it...

Re: Distortion Problem with mesa 22.0

Reply #4
FYI you only need to downgrade the main mesa package and in the case of amd gpu

vulkan-radeon, xf86-video-amdgpu, and lib32-vulkan-radeon in case you have 32bit on.

i did only these to version 21.3.7-2

Restart and it'll work fine.

 

Re: Distortion Problem with mesa 22.0

Reply #5
I could confirm that even with 22.0.1-3 installed this morning problems are present.


Tearing off of "tooltips" and "blinking cursor" on some application are solved but now I have these strange behaviour with FreeCAD (miniconda install).

A Black square when the mouse is not on one of the Navicube faces or corners.

A "normal visualization" when the mouse is over elements explained above.

I will revert to 21.37.2 again.

Regards

Carlo D.