从终端启动 Chrome 时出现大量严重警告

从终端启动 Chrome 时出现大量严重警告

我发现在重新安装 Chrome 后,我从终端运行它,终端中出现很多错误。我不知道重新安装之前是否存在这些错误,因为这是我第一次从终端运行 Chrome。

奇怪的是 Chrome 可以正常工作,我可以正常使用它(除了我遇到的一个导致重新安装的问题)

几乎所有这些都提到了“驱动程序”和“关键”,因此,尽管 Chrome 可以运行,但我认为我应该修复它。

  • Ubuntu 22.04
  • CPU i5-5600
  • GPU 1060 6GB
  • 双启动,不是 VM

这里(末尾的空格是因为终端看起来正在等待打印某些内容):

[41244:41244:0613/005814.971735:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[41244:41244:0613/005814.971936:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[41244:41244:0613/005814.972094:ERROR:gl_surface_egl.cc(1489)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[41244:41244:0613/005814.975504:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[41244:41244:0613/005814.975705:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[41244:41244:0613/005814.975842:ERROR:gl_surface_egl.cc(1489)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[41244:41244:0613/005814.975942:ERROR:gl_ozone_egl.cc(21)] GLSurfaceEGL::InitializeOneOff failed.
[41244:41244:0613/005814.977553:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[41276:41276:0613/005815.186365:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[41276:41276:0613/005815.186480:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[41276:41276:0613/005815.186538:ERROR:gl_surface_egl.cc(1489)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[41276:41276:0613/005815.189838:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[41276:41276:0613/005815.189948:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[41276:41276:0613/005815.189984:ERROR:gl_surface_egl.cc(1489)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[41276:41276:0613/005815.190015:ERROR:gl_ozone_egl.cc(21)] GLSurfaceEGL::InitializeOneOff failed.
[41276:41276:0613/005815.191473:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[41333:41333:0613/005815.441554:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[41333:41333:0613/005815.441680:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[41333:41333:0613/005815.441727:ERROR:gl_surface_egl.cc(1489)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[41333:41333:0613/005815.449443:ERROR:angle_platform_impl.cc(43)] Display.cpp:977 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context.
[41333:41333:0613/005815.449528:ERROR:gl_surface_egl.cc(852)] EGL Driver message (Critical) eglInitialize: Could not create a backing OpenGL context.
[41333:41333:0613/005815.449568:ERROR:gl_surface_egl.cc(1489)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[41333:41333:0613/005815.449606:ERROR:gl_ozone_egl.cc(21)] GLSurfaceEGL::InitializeOneOff failed.
[41333:41333:0613/005815.459117:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[41396:41396:0613/005815.529938:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
[41309:8:0613/005815.543570:ERROR:command_buffer_proxy_impl.cc(126)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[41201:41201:0613/005816.577362:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented
[41201:41201:0613/005816.578347:ERROR:object_proxy.cc(623)] Failed to call method: org.gnome.ScreenSaver.GetActive: object_path= /: org.freedesktop.DBus.Error.UnknownMethod: Object does not exist at path “/”
Fontconfig error: Cannot load default config file: No such file: (null)

相关内容