no GPU acceleration: glamor version mismatch
Opened this issue · 0 comments
edwintorok commented
[ 1853.910] (++) modeset(0): Depth 24, (--) framebuffer bpp 32
[ 1853.910] (==) modeset(0): RGB weight 888
[ 1853.910] (==) modeset(0): Default visual is TrueColor
[ 1853.910] (II) Loading sub module "glamoregl"
[ 1853.910] (II) LoadModule: "glamoregl"
[ 1853.910] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1853.919] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1853.920] compiled for 1.21.1.7, module version = 1.0.1
[ 1853.920] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1853.969] (II) modeset(0): glamor X acceleration enabled on PowerVR B-Series BXM-4-64
[ 1853.969] (II) modeset(0): glamor initialized
[ 1854.383] glamor: Implementation returned 0x1908/0x1401 read format/type for depth 30, expected 0x1908/0x8368. Falling back to software.
Looking at the sourcecode glamor will always try to initialize a 30-bit depth format. Does the pvr
driver need to be recompiled against a newer Xorg/glamor?
(This happens when using the latest LPI4A_20230721.zip)