Ubuntu 20.04에서 Chrome 실행 시 오류 발생

Ubuntu 20.04에서 Chrome 실행 시 오류 발생

최근 업데이트 이후 Chrome에서 이 이상한 결함을 발견하기 시작했는데 이로 인해 Chrome을 시작할 때 내 데스크톱 앱이 표시되었습니다. 나는 그것이 일회성 버그라고 생각했지만 업데이트 이후에 이 문제에 더 많이 직면하기 시작했습니다. 지금은 크롬 94.0.4606.81을 사용하고 있는데 버그가 계속 발생합니다.

이 gif는 내가 말하려는 내용을 설명할 수 있습니다. 실행 시 크롬 결함

chrome://gpu의 출력은 다음과 같습니다.

Graphics Feature Status
  Canvas: Hardware accelerated
  Compositing: Hardware accelerated
  Multiple Raster Threads: Enabled
  Out-of-process Rasterization: Disabled
  OpenGL: Enabled
  Rasterization: Software only. Hardware acceleration disabled
  Skia Renderer: Enabled
  Video Decode: Software only. Hardware acceleration disabled
  Vulkan: Disabled
  WebGL: Hardware accelerated
  WebGL2: Hardware accelerated
Driver Bug Workarounds
  adjust_src_dst_region_for_blitframebuffer
  clear_uniforms_before_first_program_use
  count_all_in_varyings_packing
  decode_encode_srgb_for_generatemipmap
  enable_webgl_timer_query_extensions
  exit_on_context_lost
  msaa_is_slow
  disabled_extension_GL_KHR_blend_equation_advanced
  disabled_extension_GL_KHR_blend_equation_advanced_coherent
Problems Detected
  Accelerated video decode has been disabled, either via blocklist, about:flags or the 
  command line.
  Disabled Features: video_decode
  Clear uniforms before first program use on all platforms: 124764, 349137
  Applied Workarounds: clear_uniforms_before_first_program_use
  Mesa drivers in Linux handle varyings without static use incorrectly: 333885
  Applied Workarounds: count_all_in_varyings_packing
  On Intel GPUs MSAA performance is not acceptable for GPU rasterization: 527565
  Applied Workarounds: msaa_is_slow
  adjust src/dst region if blitting pixels outside framebuffer on Linux Intel: 664740
  Applied Workarounds: adjust_src_dst_region_for_blitframebuffer
  Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
  Applied Workarounds: disable(GL_KHR_blend_equation_advanced), 
  disable(GL_KHR_blend_equation_advanced_coherent)
  Decode and Encode before generateMipmap for srgb format textures on Linux Mesa ANGLE path: 
  634519
  Applied Workarounds: decode_encode_srgb_for_generatemipmap
  Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: 808744, 
  870491
  Applied Workarounds: enable_webgl_timer_query_extensions
  Some drivers can't recover after OUT_OF_MEM and context lost: 893177
  Applied Workarounds: exit_on_context_lost

NVIDIA 1650Ti + 통합 Intel 그래픽을 사용하고 있습니다.

여기서 무슨 일이 일어나고 있는지 아는 사람 있나요? 아니면 같은 문제에 직면한 사람이 있나요? 또한 이 문제를 어떻게 해결할 수 있나요?

관련 정보