0

After playing around with docker, ollama and Open Webui I can't start Chrome anymore. There is an issue with the gpu driver. I did install and uninstall amd drivers for docker to have better AI response and I suspect here something went wrong. Firefox runs fine. OpenGL and Vulkan are installed. I am lost here....

I get:

$ google-chrome

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165521.895568:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165522.146433:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165522.364277:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165522.532499:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165522.712088:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165522.880086:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165523.019810:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165523.171464:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

ac: Unknown GPU, using 0 for raster_config

Cannot find target for triple amdgcn-- Unable to find target for this triple (no targets are registered)

[18903:18903:0629/165523.325743:ERROR:content/browser/gpu/gpu_process_host.cc:957] GPU process exited unexpectedly: exit_code=139

[18903:18903:0629/165523.325764:FATAL:content/browser/gpu/gpu_data_manager_impl_private.cc:415] GPU process isn't usable. Goodbye.

[0629/165523.338703:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found

[0629/165523.339739:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found

Trace/breakpoint trap (core dumped) `` I am pretty stuck here....

muru
  • 207,228

1 Answers1

0

I found a solution here: https://github.com/signalapp/Signal-Desktop/issues/6855

Running

sudo apt remove mesa-va-drivers

solved the issue. Now I wonder what I will miss by deleting these drivers...