linux下Chrome报GPU错误
$ google-chrome
[2520420:2520420:0425/151446.107806:ERROR:viz_main_impl.cc(198)] Exiting GPU process due to errors during initialization
[2520452:7:0425/151500.728337:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
Fontconfig error: Cannot load default config file: No such file: (null)
Solution
使用如下参数禁用GPU加速: --disable-gpu --disable-software-rasterizer
$ google-chrome --disable-gpu --disable-software-rasterizer
分类: 技术