我使用的是 Ubuntu 22.04.1 LTS,一段时间后 Google Chrome 和 Mozilla Firefox 都停止工作了sudo apt upgrade
。它们甚至无法打开设置页面。我的互联网连接良好,我可以连接到其他应用程序。
我感觉这似乎是显卡的问题。
当我从命令行运行 Chrome 时,使用 NVIDIA 显卡时出现以下错误消息:
gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported chrome ubuntu
更改为Intel后错误消息如下:
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
全新安装的 Chromium 运行良好。
我已经尝试清除并重新安装,但没有成功。
答案1
你有没有尝试过:
- 卸载,
- 删除用户缓存和配置目录(~/.config/google-chrome 和 ~/.config/google-chrome) - 这假设您没有任何需要保留的本地内容,例如书签/历史记录等。
- 然后重新安装 Chrome?
我遇到了 Chrome 无法打开网页或设置的问题,这个解决方案帮我解决了。