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!
참고해야 할 몇 가지 중요한 사항:
- 이 문제에는 예측할 수 없는 부분이 있는 것 같습니다. 몇 번은 단순히 크롬을 클릭하거나 명령줄에서 실행했는데 문제 없이 실행되었습니다. 마치 일을 마치고 나온 것 같아아니요피복재.
- 발사하려고 할 때 성공률이 약간 더 높은 것 같습니다.옳은컴퓨터가 다시 시작되거나 종료 상태에서 깨어난 후입니다.
- 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
답변2
NVidia 드라이버 설치:
명령 실행:
ubuntu-drivers devices
sudo apt install nvidia-driver-(your device)
-또는-sudo ubuntu-drivers autoinstall
reboot