You are not logged in.
I am experiencing a weird bug.
It only appears on x11 with flatpaks. Tried it on KDE Wayland (not present), KDE X11 (present), and XFCE X11 (present). Will try it on Gnome, i3, and sway.
I have absolutely no idea what might be the problem. Help would be appreciated.
Last edited by Halsey Crawford (2022-08-22 22:42:39)
Offline
"flatpaks"? Or "a firefox flatpak"?
The flatpak seems to be using an incompatible GL library. Do you use the nvidia driver?
glxinfo -Band post your xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
All flatpaks
here is the output of glxinfo -B
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD Radeon RX 5500 XT (navi14, LLVM 14.0.6, DRM 3.47, 5.19.2-arch1-1) (0x7340)
Version: 22.1.6
Accelerated: yes
Video memory: 8192MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 7761 MB, largest block: 7761 MB
VBO free aux. memory - total: 7844 MB, largest block: 7844 MB
Texture free memory - total: 7761 MB, largest block: 7761 MB
Texture free aux. memory - total: 7844 MB, largest block: 7844 MB
Renderbuffer free memory - total: 7761 MB, largest block: 7761 MB
Renderbuffer free aux. memory - total: 7844 MB, largest block: 7844 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 8192 MB
Total available memory: 16153 MB
Currently available dedicated video memory: 7761 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon RX 5500 XT (navi14, LLVM 14.0.6, DRM 3.47, 5.19.2-arch1-1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.1.6
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.1.6
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.1.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20I will grab the xorg logs soon, also tested on sway, i3, and gnome (wayland and x11), the problem is only on x11.
Offline