Ubuntu 18.04のGoogle Chrome GPUドライバの問題

Ubuntu 18.04のGoogle Chrome GPUドライバの問題

Ubuntu 18.04でGoogle Chromeを実行する際にいくつかの問題があります。これは私のGPUドライバに関連しているようです。しかし、わかりません。

コマンドラインで試してみるgoogle-chromeと、次のような結果が出ました。

theo@nitrates:~$ google-chrome
[29617:29617:1003/171104.939355:ERROR:sandbox_linux.cc(379)] InitializeSandbox() called with multiple threads in process gpu-process.
[29617:29617:1003/171105.478055:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.490579:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.531946:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.569271:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.585473:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.595687:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.665439:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.678878:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.869643:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171105.908701:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171106.012723:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171106.014180:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171106.030990:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171106.041881:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!
[29617:29617:1003/171106.062463:ERROR:gl_surface_presentation_helper.cc(161)] GetVSyncParametersIfAvailable() failed!

注意すべきいくつかの重要な事項:

  1. この問題には予測不可能な部分があるようです。数回は単にChromeをクリックするか、コマンドラインから実行しましたが、問題なく実行されました。まるで仕事を終えて出たようだいいえ布材。
  2. 発射しようとすると成功率がやや高いようです。正しいコンピュータが再起動またはシャットダウン状態で目が覚めた後です。
  3. NVIDIA GeForce GT 330Mおよび「256MB DDR3 SDRAMを搭載したIntel HDグラフィックス」を搭載した2010年のMacBook Pro(15インチRetina)です。このウェブサイト

編集する:

google-chrome --use-gl=osmesa --disable-gl-drawing-for-testsで提案したように試してみてください。この回答、次のエラーが発生します。

[1416:1416:1003/175305.577073:ERROR:gl_implementation.cc(291)] Failed to load /opt/google/chrome/libosmesa.so: /opt/google/chrome/libosmesa.so: cannot open shared object file: No such file or directory
[1416:1416:1003/175305.579670:ERROR:viz_main_impl.cc(236)] Exiting GPU process due to errors during initialization
[1361:1379:1003/175305.581582:ERROR:service_manager_context.cc(270)] Attempting to run unsupported native service: /opt/google/chrome/content_gpu.service
[1361:1361:1003/175306.061430:ERROR:gpu_process_transport_factory.cc(1007)] Lost UI shared context.

ベストアンサー1

次のことをお勧めします。

1) "libgles2-mesa"がインストールされていることを確認してください。そうでなければ、インストールする

2)次のコマンドを使用して、「--use-gl = osmesa」フラグでGPU加速合成を無効にします。

google-chrome --use-gl=osmesa --disable-gl-drawing-for-tests 

おすすめ記事