我看到这个问题一遍又一遍地出现在网上。我将firefox升级到39.0版(反正版本似乎没那么重要),现在当我打开(据说是)带有闪存内容的页面时,firefox就崩溃了。我正在使用胡椒闪光灯,我有“使用硬件加速”选项关闭,我有一个NVidia显卡。我也更新胡椒闪光灯。让我补充一句,直到今天早上它才正常工作。
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory
NOT SANDBOXED
[fresh 15782] not implemented: PPB_OpenGLES2VertexArrayObject;1.0
[fresh 15782] not implemented: PPB_OpenGLES2DrawBuffers(Dev);1.0
[fresh 15782] [PPB] {zilch} ppb_network_monitor_update_network_list在报告的错误的代码片段上面。我做了一个locate i965_drv_video.so,它不在我的系统里。在/usr/lib/x86_64-linux-gnu/dri/中,我还有其他.so文件。
我该怎么办?
发布于 2015-07-17 11:08:08
这似乎解决了我的问题:
sudo apt-get install libvdpau1 libvdpau-va-gl1然后将其放入您的~/.bashrc文件中
export VDPAU_DRIVER=va_gl您可以使用以下方法进行测试:
sudo apt-get install vpdauinfo
vdpauinfohttps://askubuntu.com/questions/646507
复制相似问题