|
我们在chromium113上验证可以识别mial-G610驱动,发现使用webGL存在内存泄漏,已经发帖到【新提醒】Toybrick-开源社区-TB-RK3588SD-RK3588的GPU驱动在chromium中使用webGL硬件加速存在内存泄漏问题
所以我们计划升级chromium试试,当我们升级chroumium到130,开启硬件加速后,chrome://GPU 中无法正确识别到mial-G610驱动, 无法使用真正使用硬件加速,造成使用网页的webGL图形卡顿。
在命令行启动:chromium
libGL error: glx: failed to create dri3 screen
libGL error: failed to load driver: rockchip
libGL error: glx: failed to create dri2 screen
libGL error: failed to load driver: rockchip
[170412:170412:1118/071714.683502:ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:106)
pi@FriendlyELEC:~$ libGL error: glx: failed to create dri3 screen
libGL error: failed to load driver: rockchip
[170667:170681:1118/071749.545208:ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -101
libGL error: glx: failed to create dri2 screen
libGL error: failed to load driver: rockchip
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:106)
Warning: Couldn't find an EGLConfig rendering to a window for TextureFormat::RGBA8Unorm.
- While trying to discover a BackendType::OpenGL adapter.
at Initialize (../../third_party/dawn/src/dawn/native/opengl/ContextEGL.cpp:83)
[170667:170681:1118/071807.296271:ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -101
[170667:170681:1118/071810.569847:ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -101
Fontconfig error: Cannot load default config file
libGL error: glx: failed to create dri3 screen
libGL error: failed to load driver: rockchip
libGL error: glx: failed to create dri2 screen
libGL error: failed to load driver: rockchip
[170909:170926:1118/071847.965117:ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -101
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
at Che
使用glxinfo命令:
glxinfo -B
name of display: :0
libGL error: failed to create dri screen
libGL error: failed to load driver: rockchip
libGL error: failed to create dri screen
libGL error: failed to load driver: rockchip
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 12.0.0, 128 bits) (0xffffffff)
Version: 21.2.6
Accelerated: no
Video memory: 7918MB
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 12.0.0, 128 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.6
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.6
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
|
|