Hello! As usual, with the new version of Chrome, graphics acceleration on nVidia stops working. It was working properly with version 93, now it stopped. This is how I start it:
prime-run google-chrome-stable --ignore-gpu-blacklist --enable-gpu-rasterization --enable-native-gpu-memory-buffers --enable-oop-rasterization --enable-zero-copy
These are the errors I get:
* Accelerated video decode has been disabled, either via blocklist, about:flags or the command line.
*Disabled Features: video_decode*
* Gpu compositing has been disabled, either via blocklist, about:flags or the command line. The browser will fall back to software compositing and hardware acceleration will be unavailable.
*Disabled Features: gpu_compositing*
prime-run google-chrome-stable --ignore-gpu-blacklist --enable-gpu-rasterization --enable-native-gpu-memory-buffers --enable-oop-rasterization --enable-zero-copy %U
[48441:48441:0925/005837.095570:ERROR:angle_platform_impl.cc(44)] Display.cpp:878 (initialize): ANGLE Display::initialize error 12289: Invalid visual ID requested.
[48441:48441:0925/005837.095700:ERROR:gl_surface_egl.cc(780)] EGL Driver message (Critical) eglInitialize: Invalid visual ID requested.
[48441:48441:0925/005837.095754:ERROR:gl_surface_egl.cc(1375)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[48441:48441:0925/005837.096568:ERROR:angle_platform_impl.cc(44)] Display.cpp:878 (initialize): ANGLE Display::initialize error 12289: Invalid visual ID requested.
[48441:48441:0925/005837.096616:ERROR:gl_surface_egl.cc(780)] EGL Driver message (Critical) eglInitialize: Invalid visual ID requested.
[48441:48441:0925/005837.096657:ERROR:gl_surface_egl.cc(1375)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[48441:48441:0925/005837.096689:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[48441:48441:0925/005837.098189:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[48471:48471:0925/005837.189677:ERROR:angle_platform_impl.cc(44)] Display.cpp:878 (initialize): ANGLE Display::initialize error 12289: Invalid visual ID requested.
[48471:48471:0925/005837.189836:ERROR:gl_surface_egl.cc(780)] EGL Driver message (Critical) eglInitialize: Invalid visual ID requested.
[48471:48471:0925/005837.189941:ERROR:gl_surface_egl.cc(1375)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[48471:48471:0925/005837.190871:ERROR:angle_platform_impl.cc(44)] Display.cpp:878 (initialize): ANGLE Display::initialize error 12289: Invalid visual ID requested.
[48471:48471:0925/005837.190983:ERROR:gl_surface_egl.cc(780)] EGL Driver message (Critical) eglInitialize: Invalid visual ID requested.
[48471:48471:0925/005837.191103:ERROR:gl_surface_egl.cc(1375)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[48471:48471:0925/005837.191158:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[48471:48471:0925/005837.192616:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[48567:48567:0925/005837.755682:ERROR:angle_platform_impl.cc(44)] Display.cpp:878 (initialize): ANGLE Display::initialize error 12289: Invalid visual ID requested.
[48567:48567:0925/005837.755948:ERROR:gl_surface_egl.cc(780)] EGL Driver message (Critical) eglInitialize: Invalid visual ID requested.
[48567:48567:0925/005837.756003:ERROR:gl_surface_egl.cc(1375)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[48567:48567:0925/005837.757124:ERROR:angle_platform_impl.cc(44)] Display.cpp:878 (initialize): ANGLE Display::initialize error 12289: Invalid visual ID requested.
[48567:48567:0925/005837.757533:ERROR:gl_surface_egl.cc(780)] EGL Driver message (Critical) eglInitialize: Invalid visual ID requested.
[48567:48567:0925/005837.757597:ERROR:gl_surface_egl.cc(1375)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[48567:48567:0925/005837.757646:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[48567:48567:0925/005837.762129:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[48599:48599:0925/005837.791650:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is swiftshader, ANGLE is
[48599:48599:0925/005837.849565:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
[48513:7:0925/005837.877596:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
Warning: vkEnumeratePhysicalDevices: One or more layers modified physical devices!Count returned by ICDs = 2, count returned above layers = 1
Warning: vkEnumeratePhysicalDevices: One or more layers modified physical devices!Count returned by ICDs = 2, count returned above layers = 1
[48398:48456:0925/005839.979098:ERROR:chrome_browser_main_extra_parts_metrics.cc(228)] crbug.com/1216328: Checking Bluetooth availability started. Please report if there is no report that this ends.
[48398:48456:0925/005839.979112:ERROR:chrome_browser_main_extra_parts_metrics.cc(231)] crbug.com/1216328: Checking Bluetooth availability ended.
[48398:48456:0925/005839.979116:ERROR:chrome_browser_main_extra_parts_metrics.cc(234)] crbug.com/1216328: Checking default browser status started. Please report if there is no report that this ends.
[48398:48456:0925/005840.057639:ERROR:chrome_browser_main_extra_parts_metrics.cc(238)] crbug.com/1216328: Checking default browser status ended.
Intel works perfectly fine as usual. Version of nVidia drivers as reported by glxinfo is:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: Quadro M1200/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 470.63.01
Anyone able to run Google Chrome 94 on nVidia?
Thanks!