Replies: 1 comment 1 reply
-
Please try going to chrome://flags and look for Preferred Ozone platform, then select wayland there and check again if this solves the problem you are experiencing. @RyanOrigens |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having those errors.
(thorium-browser:50200): Gtk-WARNING **: 17:02:02.492: Theme parsing error: gtk.css:2:118: Failed to import: ファイル /home/ryan/.local/share/gnome-shell/extensions/[email protected]/styles/gtk3/buttons-right/always.css を開くときにエラーが発生しました: そのようなファイルやディレクトリはありません
(thorium-browser:50200): Gtk-WARNING **: 17:02:02.492: Theme parsing error: gtk.css:4:106: Failed to import: ファイル /home/ryan/.local/share/gnome-shell/extensions/[email protected]/stylesheet.css を開くときにエラーが発生しました: そのようなファイルやディレクトリはありません
(thorium-browser:50200): Gtk-WARNING **: 17:02:02.492: Theme parsing error: gtk.css:5:112: Failed to import: ファイル /home/ryan/.local/share/gnome-shell/extensions/[email protected]/stylesheet-tiled.css を開くときにエラーが発生しました: そのようなファイルやディレクトリはありません
[50200:50200:1022/170202.982207:ERROR:policy_logger.cc(154)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(163) Cloud management controller initialization aborted as CBCM is not enabled.
[50259:50259:1022/170203.883629:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: そのようなファイルやディレクトリはありません (2)
[50259:50259:1022/170203.883816:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[50259:50259:1022/170203.883969:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: そのようなファイルやディレクトリはありません (2)
[50259:50259:1022/170203.884159:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[50259:50259:1022/170203.884226:ERROR:shared_image_factory.cc(910)] CreateSharedImage: could not create backing.
[50259:50259:1022/170203.884367:ERROR:shared_image_factory.cc(758)] DestroySharedImage: Could not find shared image mailbox
[50259:50259:1022/170203.884478:ERROR:gpu_service_impl.cc(1084)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly.
[50200:50200:1022/170203.901325:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=8704
[50384:1:1022/170203.910225:ERROR:command_buffer_proxy_impl.cc(129)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[50374:1:1022/170204.059988:ERROR:command_buffer_proxy_impl.cc(129)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[50394:1:1022/170204.171323:ERROR:command_buffer_proxy_impl.cc(129)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[50462:50462:1022/170204.231049:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: そのようなファイルやディレクトリはありません (2)
[50462:50462:1022/170204.232163:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[50462:50462:1022/170204.232480:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: そのようなファイルやディレクトリはありません (2)
[50462:50462:1022/170204.232853:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[50462:50462:1022/170204.232985:ERROR:shared_image_factory.cc(910)] CreateSharedImage: could not create backing.
[50462:50462:1022/170204.233325:ERROR:shared_image_factory.cc(758)] DestroySharedImage: Could not find shared image mailbox
[50462:50462:1022/170204.234617:ERROR:gpu_service_impl.cc(1084)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly.
[50374:1:1022/170204.242354:ERROR:command_buffer_proxy_impl.cc(321)] GPU state invalid after WaitForGetOffsetInRange.
[50374:1:1022/170204.242596:ERROR:grcontext_for_gles2_interface.cc(61)] Skia shader compilation error
#version 100
precision mediump float;
precision mediump sampler2D;
uniform highp vec4 sk_RTAdjust;
attribute highp vec2 position;
attribute highp vec2 localCoord;
varying highp vec2 vlocalCoord_S0;
void main() {
vlocalCoord_S0 = localCoord;
gl_Position = vec4(position, 0.0, 1.0);
gl_Position = vec4(gl_Position.xy * sk_RTAdjust.xz + gl_Position.ww * sk_RTAdjust.yw, 0.0, gl_Position.w);
}
Errors:
[50384:1:1022/170204.243117:ERROR:command_buffer_proxy_impl.cc(321)] GPU state invalid after WaitForGetOffsetInRange.
[50384:1:1022/170204.243196:ERROR:grcontext_for_gles2_interface.cc(61)] Skia shader compilation error
#version 100
precision mediump float;
precision mediump sampler2D;
uniform sampler2D uTextureSampler_0_S0;
varying highp vec2 vlocalCoord_S0;
void main() {
mediump vec4 outputColor_S0 = vec4(1.0);
highp vec2 texCoord = vlocalCoord_S0;
outputColor_S0 = texture2D(uTextureSampler_0_S0, texCoord, -0.5);
{
gl_FragColor = outputColor_S0;
}
}
Errors:
[50200:50200:1022/170204.245385:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=8704
[50407:1:1022/170204.260982:ERROR:command_buffer_proxy_impl.cc(129)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[50486:50486:1022/170204.451121:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: そのようなファイルやディレクトリはありません (2)
[50486:50486:1022/170204.451499:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[50486:50486:1022/170204.451833:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: そのようなファイルやディレクトリはありません (2)
[50486:50486:1022/170204.452062:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[50486:50486:1022/170204.452257:ERROR:shared_image_factory.cc(910)] CreateSharedImage: could not create backing.
[50486:50486:1022/170204.452370:ERROR:shared_image_factory.cc(758)] DestroySharedImage: Could not find shared image mailbox
[50486:50486:1022/170204.452613:ERROR:gpu_service_impl.cc(1084)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly.
[50374:1:1022/170204.458288:ERROR:command_buffer_proxy_impl.cc(321)] GPU state invalid after WaitForGetOffsetInRange.
[50384:1:1022/170204.458526:ERROR:command_buffer_proxy_impl.cc(321)] GPU state invalid after WaitForGetOffsetInRange.
[50384:1:1022/170204.458608:ERROR:grcontext_for_gles2_interface.cc(61)] Skia shader compilation error
#version 100
precision highp float;
precision highp sampler2D;
uniform highp mat3 umatrix_S1_c0_c0;
uniform sampler2D uTextureSampler_0_S1;
varying highp vec2 vTransformedCoords_4_S0;
void main() {
highp vec4 outputColor_S0 = vec4(1.0);
highp vec4 _3_input = outputColor_S0;
_3_input = texture2D(uTextureSampler_0_S1, vTransformedCoords_4_S0, -0.5);
highp vec4 _5_color = _3_input;
_5_color = floor(_5_color * 255.0 + 0.5) * 0.003921569;
_5_color.xyz = _5_color.w <= 0.0 ? vec3(0.0) : floor((_5_color.xyz / _5_color.w) * 255.0 + 0.5) * 0.003921569;
highp vec4 output_S1 = _5_color;
{
gl_FragColor = output_S1;
}
}
Errors:
[50384:1:1022/170204.459769:ERROR:grcontext_for_gles2_interface.cc(61)] Skia shader compilation error
#version 100
precision highp float;
precision highp sampler2D;
uniform highp mat3 umatrix_S1_c0_c0;
uniform sampler2D uTextureSampler_0_S1;
varying highp vec2 vTransformedCoords_4_S0;
void main() {
highp vec4 outputColor_S0 = vec4(1.0);
highp vec4 _3_input = outputColor_S0;
_3_input = texture2D(uTextureSampler_0_S1, vTransformedCoords_4_S0, -0.5);
highp vec4 _5_color = _3_input;
_5_color = floor(_5_color * 255.0 + 0.5) * 0.003921569;
_5_color.xyz = floor((_5_color.xyz * _5_color.w) * 255.0 + 0.5) * 0.003921569;
highp vec4 output_S1 = _5_color;
{
gl_FragColor = output_S1;
}
}
Errors:
[50384:1:1022/170204.460186:ERROR:grcontext_for_gles2_interface.cc(61)] Skia shader compilation error
#version 100
precision highp float;
precision highp sampler2D;
uniform highp mat3 umatrix_S1_c0_c0;
uniform sampler2D uTextureSampler_0_S1;
varying highp vec2 vTransformedCoords_4_S0;
void main() {
highp vec4 outputColor_S0 = vec4(1.0);
highp vec4 _3_input = outputColor_S0;
_3_input = texture2D(uTextureSampler_0_S1, vTransformedCoords_4_S0, -0.5);
highp vec4 _5_color = _3_input;
_5_color = floor(_5_color * 255.0 + 0.5) * 0.003921569;
_5_color.xyz = _5_color.w <= 0.0 ? vec3(0.0) : floor((_5_color.xyz / _5_color.w) * 255.0 + 0.5) * 0.003921569;
highp vec4 output_S1 = _5_color;
{
gl_FragColor = output_S1;
}
}
Errors:
[50200:50200:1022/170204.460573:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=8704
[50384:1:1022/170204.460825:ERROR:grcontext_for_gles2_interface.cc(61)] Skia shader compilation error
#version 100
precision highp float;
precision highp sampler2D;
uniform highp mat3 umatrix_S1_c0_c0_c0;
uniform highp mat3 umatrix_S1;
uniform sampler2D uTextureSampler_0_S1;
varying highp vec2 vTransformedCoords_5_S0;
void main() {
highp vec4 outputColor_S0 = vec4(1.0);
highp vec4 _6_input = outputColor_S0;
_6_input = texture2D(uTextureSampler_0_S1, vTransformedCoords_5_S0, -0.5);
highp vec4 _8_color = _6_input;
_8_color = floor(_8_color * 255.0 + 0.5) * 0.003921569;
_8_color.xyz = _8_color.w <= 0.0 ? vec3(0.0) : floor((_8_color.xyz / _8_color.w) * 255.0 + 0.5) * 0.003921569;
highp vec4 output_S1 = _8_color;
{
gl_FragColor = output_S1;
}
}
Errors:
[50302:8:1022/170204.564832:ERROR:command_buffer_proxy_impl.cc(129)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[50428:1:1022/170204.755301:ERROR:command_buffer_proxy_impl.cc(129)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[50200:50200:1022/170205.284280:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not part of the idle inhibition specification: https://specifications.freedesktop.org/idle-inhibit-spec/latest/
Beta Was this translation helpful? Give feedback.
All reactions