New comment by StreetStrider on void-packages repository https://github.com/void-linux/void-packages/issues/15222#issuecomment-549047131 Comment: I tried to start current chromium with `--disable-gpu` and got error: ``` Failed to load /usr/lib/chromium/swiftshader/libGLESv2.so: /usr/lib/chromium/swiftshader/libGLESv2.so ``` Without this option I got a bunch of libva-, gpu- related errors: ``` [21155:21155:1102/170707.519429:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519516:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileMPEG2Simple and entrypoint 1 [21155:21155:1102/170707.519528:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519551:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileMPEG2Main and entrypoint 1 [21155:21155:1102/170707.519559:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519564:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileMPEG4Simple and entrypoint 1 [21155:21155:1102/170707.519570:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519576:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileMPEG4AdvancedSimple and entrypoint 1 [21155:21155:1102/170707.519583:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519589:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileH264Baseline and entrypoint 1 [21155:21155:1102/170707.519595:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519608:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileH264Main and entrypoint 1 [21155:21155:1102/170707.519622:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519629:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileH264High and entrypoint 1 [21155:21155:1102/170707.519636:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519642:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileVC1Simple and entrypoint 1 [21155:21155:1102/170707.519656:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519673:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileVC1Main and entrypoint 1 [21155:21155:1102/170707.519689:ERROR:vaapi_wrapper.cc(788)] vaQuerySurfaceAttributes failed VA error: invalid parameter [21155:21155:1102/170707.519703:ERROR:vaapi_wrapper.cc(678)] FillProfileInfo_Locked failed for va_profile VAProfileVC1Advanced and entrypoint 1 [21155:21155:1102/170707.519719:ERROR:vaapi_wrapper.cc(509)] GetConfigAttributes failed for va_profile VAProfileH264Baseline [21155:21155:1102/170707.519733:ERROR:vaapi_wrapper.cc(509)] GetConfigAttributes failed for va_profile VAProfileH264Main [21155:21155:1102/170707.519739:ERROR:vaapi_wrapper.cc(509)] GetConfigAttributes failed for va_profile VAProfileH264High ```