当我尝试启动Google时,我会得到以下错误:
$ google-chrome
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[39191:39191:0302/155530.651497:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[39148:39148:0302/155531.535909:ERROR:system_web_app_manager.cc(320)] Exceeded SWA install retry attempts. Skipping installation, will retry on next OS update or when locale changes.
[39148:39148:0302/155531.592952:ERROR:system_web_app_manager.cc(320)] Exceeded SWA install retry attempts. Skipping installation, will retry on next OS update or when locale changes.
Trace/breakpoint trap (core dumped)
发行版: Ubuntu 20.04焦距Fossa
直到昨天,一切都很顺利。可能有什么东西损坏了我的硬潜水文件(即iHD_drv_video.so)?命令vainfo
在iHD_drv_video.so上提供相同的init失败错误。
(对于Ubuntuforums的双发帖子,我很抱歉,我很想知道为什么我会出错)
发布于 2022-03-03 11:18:56
解决方案:
vainfo
在我不需要的VA驱动程序(iHD_drv_video.so)上出现了一个错误(链接):$ vainfo
libva info: VA-API version 1.7.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.7 (libva 2.6.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Ivybridge Desktop - 2.4.0
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
需要删除包intel-media-driver
,这还需要卸载元包(即什么都不做) va-driver-all
。适合我的英特尔视频芯片(GPU)的VA驱动程序是i965-va-driver
,即:vainfo
中没有错误的驱动程序。我通过在Synaptic中暂时禁用用于“专有驱动程序”和“受版权限制的软件”的回购程序来卸载它。否则:你会被迫安装英特尔-媒体驱动-非免费的。
/home/my_name/.config/google-chrome/
,重新启动Chrome,创建一个新的配置文件,并将我的书签复制到正确的配置文件文件夹中。不得不重新安装我最喜欢的扩展。好了。VA错误可能没有使Chrome崩溃。我可能在没有正确关闭Chrome的情况下关闭了我的电脑,或者我的硬盘正在变老并破坏文件。会做HDD检查。
谢谢大家的帮助。:)
https://askubuntu.com/questions/1395620
复制相似问题