Chromium 88 hardware acceleration [solved]
文章推薦指數: 80 %
I have a Raspberry Pi 4 (4 GB) and Chromium "Version 88.0.4324.187 ... Hardware acceleration disabled Multiple Raster Threads: Enabled ... ForumFAQ About Aboutus Contactus Documentation Trademarkrules Login Register Unansweredtopics Activetopics ForumFAQ About Aboutus Contactus Documentation Trademarkrules Boardindex UsingtheRaspberryPi Troubleshooting Chromium88hardwareacceleration[solved] Locked Printview 36posts 12 gnu_linux Posts:5 Joined:SunMar21,20213:49pm Chromium88hardwareacceleration[solved] ThuSep09,202112:00pm IhaveaRaspberryPi4(4GB)andChromium"Version88.0.4324.187(OfficialBuild)BuiltonRaspbian,runningonRaspbian10(32-bit)"with Code:Selectalluname-a Linuxraspberry-pi45.10.60-v7l+#1449SMPWedAug2515:00:44BST2021armv7lGNU/Linux IfollowedanonlinetutorialtoenableChromiumhardwareaccelerationbyrunninginCLI"sudoapt-getinstalllibgles2-mesalibgles2-mesa-devxorg-dev"andenablinginchrome://flags/ Overridesoftwarerenderinglist GPUrasterization Hardware-acceleratedvideodecode Butthesestepsdidn'tworkformeandthisistheoutputofchrome://gpu/ Code:SelectallGraphicsFeatureStatus Canvas:Softwareonly,hardwareaccelerationunavailable Compositing:Softwareonly.Hardwareaccelerationdisabled MultipleRasterThreads:Enabled Out-of-processRasterization:Disabled OpenGL:Disabled HardwareProtectedVideoDecode:Disabled Rasterization:Softwareonly.Hardwareaccelerationdisabled SkiaRenderer:Enabled VideoDecode:Softwareonly.Hardwareaccelerationdisabled Vulkan:Disabled WebGL:Softwareonly,hardwareaccelerationunavailable WebGL2:Softwareonly,hardwareaccelerationunavailable ProblemsDetected Gpucompositinghasbeendisabled,eitherviablocklist,about:flagsorthecommandline.Thebrowserwillfallbacktosoftwarecompositingandhardwareaccelerationwillbeunavailable. DisabledFeatures:gpu_compositing ItriedtoreadsomesolutionsinthisforumbutIdidn'tsolve. Doyouhaveanyideatosolvemyproblem? Thankyou Lasteditedbygnu_linuxonFriSep10,20219:20am,edited1timeintotal. kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration ThuSep09,20217:30pm areyoufullyupdated? Code:Selectallsudoaptupdate;sudoaptfull-upgrade settings>advanced>system,makesureitsenabled. Attachments 2021-09-09-092931_1680x1050_scrot.png(196.15KiB)Viewed10096times 2021-09-09-092914_1680x1050_scrot.png(145.02KiB)Viewed10096times gnu_linux Posts:5 Joined:SunMar21,20213:49pm Re:Chromium88hardwareacceleration FriSep10,20219:18am kerry_swrote: [...] settings>advanced>system,makesureitsenabled. [...] That'sincredible,IspentalotoftimebutIforgottentoenable"Settings>Advanced>System>Usehardwareaccelerationwhenavailable" NowChromiumworkswithhardwareacceleration. Thankyousomuch twilightened Posts:165 Joined:FriSep03,202112:31am Re:Chromium88hardwareacceleration[solved] ThuOct07,20211:31am IamonRaspberryPiOSwiththelatestupdates.Whenigotochrome://gpu,"videodecode"says"softwareonly.hardwareaccelerationdisabled". Ihavedoneeverythingsuggestedhere:https://lemariva.com/blog/2020/08/raspb...e-chromium Isthisnormal?Oramidoingsomethingwrong? norambna Posts:8 Joined:SunOct24,202112:15pm Re:Chromium88hardwareacceleration[solved] SunOct24,202112:46pm twilightenedwrote:↑ThuOct07,20211:31am IamonRaspberryPiOSwiththelatestupdates.Whenigotochrome://gpu,"videodecode"says"softwareonly.hardwareaccelerationdisabled". Ihavedoneeverythingsuggestedhere:https://lemariva.com/blog/2020/08/raspb...e-chromium Isthisnormal?Oramidoingsomethingwrong? Hi,I'vebeenalongtimeuserofRaspberries,butthisismyfirstexperienceathomewithaRaspberryasadesktopPCreplacement.Iboughtthisweekan8GBRPi4andafterafreshinstallofRaspberryPiOSIgotscreentearingissuesandvideodecodingonChromiumwasnotaccelerated. Ifollowedhttps://lemariva.com/blog/2020/08/raspb...e-chromiumandthatsolvedthescreentearingissues.ButIcouldn'tapplyallchrome://flagsoptions,becausesomewerenotavailabletome.SowhatIdid: Code:Selectallsudoaptupdate sudoaptfull-upgrade Code:Selectallsudoaptinstalllibgles2-mesalibgles2-mesa-devxorg-dev Code:Selectallsudoraspi-config AdvancedOptions>Compositor>xcompmgrcompositionmanager ChooseNo AdvancedOptions>GLDriver SelecttheoptionGL(FakeKMS)OpenGLdesktopdriverwithfakeKMSandClickOK GotoPerformanceOptions>GPUMemory Type128andclickOK SelectFinishandRebootthesystem Thissolvedthescreentearing.Butvideodecodingwasstill"software"onChromium.Insidechrome://flagsIcouldenable: Overridesoftwarerenderinglist Overridesoftwarerenderinglist ButHardware-acceleratedvideodecodeandOutofprocessrasterizationwerenotavailableasoptions.AndmyChromiumhadalreadyUsehardwareaccelerationwhenavailablecheckedunderSettings->Advanced SoIfoundthispost:viewtopic.php?p=1922884#p1922884 Iadded--enable-features=VaapiVideoDecodertothelaunchcommandofChromiumandnowVideoDecodeisHardwareaccelerated! Icheckedchrome://media-internals/whileplayingaYoutubevideoandalsounderDeveloperTools->Elements->MoreTools->Media Ihopeithelps.NowIcanwatchNetflixorYoutubewithoutglitches.AndNestopiaUEhasnoscreentearinganymore. edit:viewtopic.php?p=1922884#p1922884alsomentions--use-gl=desktopItriedittogetherwith--enable-features=VaapiVideoDecoderanditworkedtoo,but--enable-features=VaapiVideoDecoderalonealsoworked,soIchosetoignore--use-gl=desktop LasteditedbynorambnaonSunOct24,202112:50pm,edited2timesintotal. Ryan93540 Posts:8 Joined:MonSep06,202112:05pm Re:Chromium88hardwareacceleration[solved] SatOct30,20218:43am norambnawrote:↑SunOct24,202112:46pm twilightenedwrote:↑ThuOct07,20211:31am IamonRaspberryPiOSwiththelatestupdates.Whenigotochrome://gpu,"videodecode"says"softwareonly.hardwareaccelerationdisabled". Ihavedoneeverythingsuggestedhere:https://lemariva.com/blog/2020/08/raspb...e-chromium Isthisnormal?Oramidoingsomethingwrong? Hi,I'vebeenalongtimeuserofRaspberries,butthisismyfirstexperienceathomewithaRaspberryasadesktopPCreplacement.Iboughtthisweekan8GBRPi4andafterafreshinstallofRaspberryPiOSIgotscreentearingissuesandvideodecodingonChromiumwasnotaccelerated. Ifollowedhttps://lemariva.com/blog/2020/08/raspb...e-chromiumandthatsolvedthescreentearingissues.ButIcouldn'tapplyallchrome://flagsoptions,becausesomewerenotavailabletome.SowhatIdid: Code:Selectallsudoaptupdate sudoaptfull-upgrade Code:Selectallsudoaptinstalllibgles2-mesalibgles2-mesa-devxorg-dev Code:Selectallsudoraspi-config AdvancedOptions>Compositor>xcompmgrcompositionmanager ChooseNo AdvancedOptions>GLDriver SelecttheoptionGL(FakeKMS)OpenGLdesktopdriverwithfakeKMSandClickOK GotoPerformanceOptions>GPUMemory Type128andclickOK SelectFinishandRebootthesystem Thissolvedthescreentearing.Butvideodecodingwasstill"software"onChromium.Insidechrome://flagsIcouldenable: Overridesoftwarerenderinglist Overridesoftwarerenderinglist ButHardware-acceleratedvideodecodeandOutofprocessrasterizationwerenotavailableasoptions.AndmyChromiumhadalreadyUsehardwareaccelerationwhenavailablecheckedunderSettings->Advanced SoIfoundthispost:viewtopic.php?p=1922884#p1922884 Iadded--enable-features=VaapiVideoDecodertothelaunchcommandofChromiumandnowVideoDecodeisHardwareaccelerated! Icheckedchrome://media-internals/whileplayingaYoutubevideoandalsounderDeveloperTools->Elements->MoreTools->Media Ihopeithelps.NowIcanwatchNetflixorYoutubewithoutglitches.AndNestopiaUEhasnoscreentearinganymore. edit:viewtopic.php?p=1922884#p1922884alsomentions--use-gl=desktopItriedittogetherwith--enable-features=VaapiVideoDecoderanditworkedtoo,but--enable-features=VaapiVideoDecoderalonealsoworked,soIchosetoignore--use-gl=desktop HowcanIaddtheabovecommandstochromium?Iamnewtothis norambna Posts:8 Joined:SunOct24,202112:15pm Re:Chromium88hardwareacceleration[solved] SunNov07,20211:19pm Ryan93540wrote:↑SatOct30,20218:43am HowcanIaddtheabovecommandstochromium?Iamnewtothis Trythis:viewtopic.php?p=1932572#p1932572 Kadeos Posts:6 Joined:ThuDec02,20219:33am Re:Chromium88hardwareacceleration[solved] ThuDec02,20219:39am norambnawrote:↑SunOct24,202112:46pm twilightenedwrote:↑ThuOct07,20211:31am IamonRaspberryPiOSwiththelatestupdates.Whenigotochrome://gpu,"videodecode"says"softwareonly.hardwareaccelerationdisabled". Ihavedoneeverythingsuggestedhere:https://lemariva.com/blog/2020/08/raspb...e-chromium Isthisnormal?Oramidoingsomethingwrong? Hi,I'vebeenalongtimeuserofRaspberries,butthisismyfirstexperienceathomewithaRaspberryasadesktopPCreplacement.Iboughtthisweekan8GBRPi4andafterafreshinstallofRaspberryPiOSIgotscreentearingissuesandvideodecodingonChromiumwasnotaccelerated. Ifollowedhttps://lemariva.com/blog/2020/08/raspb...e-chromiumandthatsolvedthescreentearingissues.ButIcouldn'tapplyallchrome://flagsoptions,becausesomewerenotavailabletome.SowhatIdid: Code:Selectallsudoaptupdate sudoaptfull-upgrade Code:Selectallsudoaptinstalllibgles2-mesalibgles2-mesa-devxorg-dev Code:Selectallsudoraspi-config AdvancedOptions>Compositor>xcompmgrcompositionmanager ChooseNo AdvancedOptions>GLDriver SelecttheoptionGL(FakeKMS)OpenGLdesktopdriverwithfakeKMSandClickOK GotoPerformanceOptions>GPUMemory Type128andclickOK SelectFinishandRebootthesystem Thissolvedthescreentearing.Butvideodecodingwasstill"software"onChromium.Insidechrome://flagsIcouldenable: Overridesoftwarerenderinglist Overridesoftwarerenderinglist ButHardware-acceleratedvideodecodeandOutofprocessrasterizationwerenotavailableasoptions.AndmyChromiumhadalreadyUsehardwareaccelerationwhenavailablecheckedunderSettings->Advanced SoIfoundthispost:viewtopic.php?p=1922884#p1922884 Iadded--enable-features=VaapiVideoDecodertothelaunchcommandofChromiumandnowVideoDecodeisHardwareaccelerated! Icheckedchrome://media-internals/whileplayingaYoutubevideoandalsounderDeveloperTools->Elements->MoreTools->Media Ihopeithelps.NowIcanwatchNetflixorYoutubewithoutglitches.AndNestopiaUEhasnoscreentearinganymore. edit:viewtopic.php?p=1922884#p1922884alsomentions--use-gl=desktopItriedittogetherwith--enable-features=VaapiVideoDecoderanditworkedtoo,but--enable-features=VaapiVideoDecoderalonealsoworked,soIchosetoignore--use-gl=desktop DoesyoursolutionstillworkwithDebianbusterAARCH64andChromium92?I'musingdietpi(asnappierRaspberryPiOSderivat)formyPi400andIcan'tgethardwareaccelerationtoworkwithchromium.Ifollowedyourblogpostmentionedabove. Chromiumtellsme(underchrome://gpu)VideoDecode:Hardwareaccelerated butvainfotellsme: vainfo libvainfo:VA-APIversion1.10.0 libvainfo:Tryingtoopen/usr/lib/aarch64-linux-gnu/dri/vc4_drv_video.so libvainfo:va_openDriver()returns-1 vaInitializefailedwitherrorcode-1(unknownlibvaerror),exit dietpi@Pi400:~$ WhatamIdoingwrong? norambna Posts:8 Joined:SunOct24,202112:15pm Re:Chromium88hardwareacceleration[solved] ThuDec02,20211:16pm Kadeoswrote:↑ThuDec02,20219:39am DoesyoursolutionstillworkwithDebianbusterAARCH64andChromium92? I'vetriedthisonlyonthe32bitBuster(nonLegacy)basedversionofRaspberryPiOSrunningChromium92. Misho Posts:13 Joined:MonDec07,202011:34am Re:Chromium88hardwareacceleration[solved] TueDec07,20214:47pm IsitpossibletoenableHWAcconRaspberryOS(32bit)withdefaultKMSdriver?oronlywithFkms?Iamnewtodesktoppiuser.THanks kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration[solved] TueDec07,20215:18pm Mishowrote:↑TueDec07,20214:47pm IsitpossibletoenableHWAcconRaspberryOS(32bit)withdefaultKMSdriver?oronlywithFkms?Iamnewtodesktoppiuser.THanks yes,whatdoesyourchrome://gputellyou. Misho Posts:13 Joined:MonDec07,202011:34am Re:Chromium88hardwareacceleration[solved] WedDec08,20216:18am Chromev95: Code:SelectallGraphicsFeatureStatus Canvas:Hardwareaccelerated Canvasout-of-processrasterization:Disabled Compositing:Hardwareaccelerated MultipleRasterThreads:Enabled Out-of-processRasterization:Hardwareaccelerated OpenGL:Enabled Rasterization:Hardwareacceleratedonallpages SkiaRenderer:Enabled VideoDecode:Softwareonly.Hardwareaccelerationdisabled Vulkan:Disabled WebGL:Hardwareaccelerated WebGL2:Hardwareaccelerated DriverBugWorkarounds clear_uniforms_before_first_program_use count_all_in_varyings_packing enable_webgl_timer_query_extensions exit_on_context_lost rely_on_implicit_sync_for_swap_buffers disabled_extension_GL_KHR_blend_equation_advanced disabled_extension_GL_KHR_blend_equation_advanced_coherent ProblemsDetected Acceleratedvideodecodehasbeendisabled,eitherviablocklist,about:flagsorthecommandline. DisabledFeatures:video_decode Clearuniformsbeforefirstprogramuseonallplatforms:124764,349137 AppliedWorkarounds:clear_uniforms_before_first_program_use MesadriversinLinuxhandlevaryingswithoutstaticuseincorrectly:333885 AppliedWorkarounds:count_all_in_varyings_packing DisableKHR_blend_equation_advanceduntilccshadersareupdated:661715 AppliedWorkarounds:disable(GL_KHR_blend_equation_advanced),disable(GL_KHR_blend_equation_advanced_coherent) ExposeWebGL'sdisjoint_timer_queryextensionsonplatformswithsiteisolation:808744,870491 AppliedWorkarounds:enable_webgl_timer_query_extensions Somedriverscan'trecoverafterOUT_OF_MEMandcontextlost:893177 AppliedWorkarounds:exit_on_context_lost AvoidwaitingonaeglfencebeforeswappingbuffersandrelyonimplicitsynconBroadcomGPUs:938286 AppliedWorkarounds:rely_on_implicit_sync_for_swap_buffers VersionInformation Dataexported 2021-12-08T06:14:43.432Z Chromeversion Chrome/95.0.4638.78 Operatingsystem Linux5.10.63-v7l+ SoftwarerenderinglistURL https://chromium.googlesource.com/chromium/src/+/4cfe4a3e1a37cb8d4d57324c584f81aafc35a81b/gpu/config/software_rendering_list.json DriverbuglistURL https://chromium.googlesource.com/chromium/src/+/4cfe4a3e1a37cb8d4d57324c584f81aafc35a81b/gpu/config/gpu_driver_bug_list.json ANGLEcommitid 115fe74c8cee 2Dgraphicsbackend Skia/95565e21c650d81ce861d0d54b0dd4fc247ad58ae6 CommandLine /usr/lib/chromium-browser/chromium-browser--force-renderer-accessibility--enable-remote-extensions--enable-pinch--enable-crashpad--flag-switches-begin--enable-gpu-rasterization--ignore-gpu-blocklist--enable-features=ParallelDownloading--flag-switches-end--origin-trial-disabled-features=CaptureHandle DriverInformation Initializationtime 806 In-processGPU false PassthroughCommandDecoder false Sandboxed true GPU0 VENDOR=0x0000[Broadcom],DEVICE=0x0000[V3D4.2]*ACTIVE* Optimus false AMDswitchable false Drivervendor Mesa Driverversion 20.3.5 GPUCUDAcomputecapabilitymajorversion 0 Pixelshaderversion 3.10 Vertexshaderversion 3.10 Max.MSAAsamples 4 Machinemodelname Machinemodelversion GL_VENDOR Broadcom GL_RENDERER V3D4.2 GL_VERSION OpenGLES3.1Mesa20.3.5 GL_EXTENSIONS GL_EXT_blend_minmaxGL_EXT_multi_draw_arraysGL_EXT_texture_compression_s3tcGL_EXT_texture_compression_dxt1GL_EXT_texture_format_BGRA8888GL_OES_compressed_ETC1_RGB8_textureGL_OES_depth24GL_OES_element_index_uintGL_OES_fbo_render_mipmapGL_OES_mapbufferGL_OES_rgb8_rgba8GL_OES_standard_derivativesGL_OES_stencil8GL_OES_texture_3DGL_OES_texture_floatGL_OES_texture_half_floatGL_OES_texture_half_float_linearGL_OES_texture_npotGL_OES_vertex_half_floatGL_EXT_draw_instancedGL_EXT_texture_sRGB_decodeGL_OES_EGL_imageGL_OES_depth_textureGL_OES_packed_depth_stencilGL_EXT_texture_type_2_10_10_10_REVGL_OES_get_program_binaryGL_APPLE_texture_max_levelGL_EXT_discard_framebufferGL_EXT_read_format_bgraGL_EXT_frag_depthGL_NV_fbo_color_attachmentsGL_OES_EGL_image_externalGL_OES_EGL_syncGL_OES_vertex_array_objectGL_ANGLE_pack_reverse_row_orderGL_ANGLE_texture_compression_dxt3GL_ANGLE_texture_compression_dxt5GL_EXT_occlusion_query_booleanGL_EXT_texture_rgGL_EXT_unpack_subimageGL_NV_draw_buffersGL_NV_read_bufferGL_NV_read_depthGL_NV_read_depth_stencilGL_NV_read_stencilGL_EXT_draw_buffersGL_EXT_map_buffer_rangeGL_KHR_debugGL_KHR_texture_compression_astc_ldrGL_NV_pixel_buffer_objectGL_OES_depth_texture_cube_mapGL_OES_required_internalformatGL_OES_surfaceless_contextGL_EXT_color_buffer_floatGL_EXT_sRGB_write_controlGL_EXT_separate_shader_objectsGL_EXT_shader_implicit_conversionsGL_EXT_shader_integer_mixGL_EXT_base_instanceGL_EXT_compressed_ETC1_RGB8_sub_textureGL_EXT_draw_elements_base_vertexGL_EXT_primitive_bounding_boxGL_EXT_shader_io_blocksGL_EXT_texture_border_clampGL_KHR_context_flush_controlGL_NV_image_formatsGL_OES_draw_elements_base_vertexGL_OES_primitive_bounding_boxGL_OES_shader_io_blocksGL_OES_texture_border_clampGL_OES_texture_stencil8GL_OES_texture_storage_multisample_2d_arrayGL_EXT_buffer_storageGL_EXT_float_blendGL_EXT_geometry_point_sizeGL_EXT_geometry_shaderGL_KHR_no_errorGL_KHR_texture_compression_astc_sliced_3dGL_OES_EGL_image_external_essl3GL_OES_geometry_point_sizeGL_OES_geometry_shaderGL_OES_shader_image_atomicGL_EXT_texture_compression_s3tc_srgbGL_MESA_shader_integer_functionsGL_KHR_parallel_shader_compileGL_EXT_EGL_image_storageGL_MESA_framebuffer_flip_yGL_EXT_texture_query_lod DisabledExtensions GL_KHR_blend_equation_advancedGL_KHR_blend_equation_advanced_coherent DisabledWebGLExtensions Windowsystembindingvendor MesaProject Windowsystembindingversion 1.4 Windowsystembindingextensions EGL_ANDROID_blob_cacheEGL_CHROMIUM_sync_controlEGL_EXT_buffer_ageEGL_EXT_image_dma_buf_importEGL_EXT_image_dma_buf_import_modifiersEGL_EXT_swap_buffers_with_damageEGL_KHR_cl_event2EGL_KHR_config_attribsEGL_KHR_create_contextEGL_KHR_create_context_no_errorEGL_KHR_fence_syncEGL_KHR_get_all_proc_addressesEGL_KHR_gl_colorspaceEGL_KHR_gl_renderbuffer_imageEGL_KHR_gl_texture_2D_imageEGL_KHR_gl_texture_3D_imageEGL_KHR_gl_texture_cubemap_imageEGL_KHR_imageEGL_KHR_image_baseEGL_KHR_image_pixmapEGL_KHR_no_config_contextEGL_KHR_reusable_syncEGL_KHR_surfaceless_contextEGL_KHR_swap_buffers_with_damageEGL_EXT_pixel_format_floatEGL_KHR_wait_syncEGL_MESA_configless_contextEGL_MESA_drm_imageEGL_MESA_image_dma_buf_exportEGL_MESA_query_driverEGL_NOK_texture_from_pixmap XDG_CURRENT_DESKTOP LXDE XDG_SESSION_TYPE x11 GDMSESSION lightdm-xsession Ozoneplatform x11 Directrenderingversion unknown Resetnotificationstrategy 0x0000 GPUprocesscrashcount 0 gfx::BufferFormatssupportedforallocationandtexturing R_8:notsupported,R_16:notsupported,RG_88:notsupported,BGR_565:notsupported,RGBA_4444:notsupported,RGBX_8888:notsupported,RGBA_8888:notsupported,BGRX_8888:notsupported,BGRA_1010102:notsupported,RGBA_1010102:notsupported,BGRA_8888:notsupported,RGBA_F16:notsupported,YVU_420:notsupported,YUV_420_BIPLANAR:notsupported,P010:notsupported CompositorInformation TileUpdateMode One-copy PartialRaster Enabled GpuMemoryBuffersStatus R_8 Softwareonly R_16 Softwareonly RG_88 Softwareonly BGR_565 Softwareonly RGBA_4444 Softwareonly RGBX_8888 Softwareonly RGBA_8888 Softwareonly BGRX_8888 Softwareonly BGRA_1010102 Softwareonly RGBA_1010102 Softwareonly BGRA_8888 Softwareonly RGBA_F16 Softwareonly YVU_420 Softwareonly YUV_420_BIPLANAR Softwareonly P010 Softwareonly Display(s)Information Info Display[18309173232161349]bounds=[0,01920x1080],workarea=[0,01920x1044],scale=1,rotation=0,panel_rotation=0external. Colorspace(all) {primaries:BT709,transfer:IEC61966_2_1,matrix:RGB,range:FULL} Bufferformat(all) BGRA_8888 SDRwhitelevelinnits 100 Bitspercolorcomponent 8 Bitsperpixel 24 RefreshRateinHz 60 VideoAccelerationInformation Decoding(VideoDecoder) Decodeh264baseline 32x32to1920x1920pixels Decodeh264main 32x32to1920x1920pixels Decodeh264high 32x32to1920x1920pixels Decoding(LegacyVideoDecodeAccelerator) Decodeh264baseline 32x32to1920x1920pixels Decodeh264main 32x32to1920x1920pixels Decodeh264high 32x32to1920x1920pixels Encoding VulkanInformation DevicePerformanceInformation LogMessages [1707:1707:1208/071134.889568:ERROR:gpu_init.cc(453)]:Passthroughisnotsupported,GLisegl,ANGLEis ThisisChromeWidevine: Code:SelectallGraphicsFeatureStatus Canvas:Hardwareaccelerated Canvasout-of-processrasterization:Disabled Compositing:Hardwareaccelerated MultipleRasterThreads:Enabled Out-of-processRasterization:Hardwareaccelerated OpenGL:Enabled Rasterization:Hardwareacceleratedonallpages SkiaRenderer:Enabled VideoDecode:Softwareonly.Hardwareaccelerationdisabled Vulkan:Disabled WebGL:Hardwareaccelerated WebGL2:Hardwareaccelerated DriverBugWorkarounds clear_uniforms_before_first_program_use count_all_in_varyings_packing enable_webgl_timer_query_extensions exit_on_context_lost rely_on_implicit_sync_for_swap_buffers disabled_extension_GL_KHR_blend_equation_advanced disabled_extension_GL_KHR_blend_equation_advanced_coherent ProblemsDetected Acceleratedvideodecodehasbeendisabled,eitherviablocklist,about:flagsorthecommandline. DisabledFeatures:video_decode Clearuniformsbeforefirstprogramuseonallplatforms:124764,349137 AppliedWorkarounds:clear_uniforms_before_first_program_use MesadriversinLinuxhandlevaryingswithoutstaticuseincorrectly:333885 AppliedWorkarounds:count_all_in_varyings_packing DisableKHR_blend_equation_advanceduntilccshadersareupdated:661715 AppliedWorkarounds:disable(GL_KHR_blend_equation_advanced),disable(GL_KHR_blend_equation_advanced_coherent) ExposeWebGL'sdisjoint_timer_queryextensionsonplatformswithsiteisolation:808744,870491 AppliedWorkarounds:enable_webgl_timer_query_extensions Somedriverscan'trecoverafterOUT_OF_MEMandcontextlost:893177 AppliedWorkarounds:exit_on_context_lost AvoidwaitingonaeglfencebeforeswappingbuffersandrelyonimplicitsynconBroadcomGPUs:938286 AppliedWorkarounds:rely_on_implicit_sync_for_swap_buffers VersionInformation Dataexported 2021-12-08T06:17:41.295Z Chromeversion Chrome/95.0.4638.78 Operatingsystem Linux5.10.63-v7l+ SoftwarerenderinglistURL https://chromium.googlesource.com/chromium/src/+/4cfe4a3e1a37cb8d4d57324c584f81aafc35a81b/gpu/config/software_rendering_list.json DriverbuglistURL https://chromium.googlesource.com/chromium/src/+/4cfe4a3e1a37cb8d4d57324c584f81aafc35a81b/gpu/config/gpu_driver_bug_list.json ANGLEcommitid 115fe74c8cee 2Dgraphicsbackend Skia/95565e21c650d81ce861d0d54b0dd4fc247ad58ae6 CommandLine /usr/lib/chromium-browser/chromium-browser--force-renderer-accessibility--enable-remote-extensions--enable-pinch--user-agent=Mozilla/5.0(X11;CrOSarmv7l12371.89.0)AppleWebKit/537.36(KHTML,likeGecko)Chrome/77.0.3865.120Safari/537.36--enable-crashpad--flag-switches-begin--enable-gpu-rasterization--ignore-gpu-blocklist--enable-features=ParallelDownloading--flag-switches-end--origin-trial-disabled-features=CaptureHandle DriverInformation Initializationtime 916 In-processGPU false PassthroughCommandDecoder false Sandboxed true GPU0 VENDOR=0x0000[Broadcom],DEVICE=0x0000[V3D4.2]*ACTIVE* Optimus false AMDswitchable false Drivervendor Mesa Driverversion 20.3.5 GPUCUDAcomputecapabilitymajorversion 0 Pixelshaderversion 3.10 Vertexshaderversion 3.10 Max.MSAAsamples 4 Machinemodelname Machinemodelversion GL_VENDOR Broadcom GL_RENDERER V3D4.2 GL_VERSION OpenGLES3.1Mesa20.3.5 GL_EXTENSIONS GL_EXT_blend_minmaxGL_EXT_multi_draw_arraysGL_EXT_texture_compression_s3tcGL_EXT_texture_compression_dxt1GL_EXT_texture_format_BGRA8888GL_OES_compressed_ETC1_RGB8_textureGL_OES_depth24GL_OES_element_index_uintGL_OES_fbo_render_mipmapGL_OES_mapbufferGL_OES_rgb8_rgba8GL_OES_standard_derivativesGL_OES_stencil8GL_OES_texture_3DGL_OES_texture_floatGL_OES_texture_half_floatGL_OES_texture_half_float_linearGL_OES_texture_npotGL_OES_vertex_half_floatGL_EXT_draw_instancedGL_EXT_texture_sRGB_decodeGL_OES_EGL_imageGL_OES_depth_textureGL_OES_packed_depth_stencilGL_EXT_texture_type_2_10_10_10_REVGL_OES_get_program_binaryGL_APPLE_texture_max_levelGL_EXT_discard_framebufferGL_EXT_read_format_bgraGL_EXT_frag_depthGL_NV_fbo_color_attachmentsGL_OES_EGL_image_externalGL_OES_EGL_syncGL_OES_vertex_array_objectGL_ANGLE_pack_reverse_row_orderGL_ANGLE_texture_compression_dxt3GL_ANGLE_texture_compression_dxt5GL_EXT_occlusion_query_booleanGL_EXT_texture_rgGL_EXT_unpack_subimageGL_NV_draw_buffersGL_NV_read_bufferGL_NV_read_depthGL_NV_read_depth_stencilGL_NV_read_stencilGL_EXT_draw_buffersGL_EXT_map_buffer_rangeGL_KHR_debugGL_KHR_texture_compression_astc_ldrGL_NV_pixel_buffer_objectGL_OES_depth_texture_cube_mapGL_OES_required_internalformatGL_OES_surfaceless_contextGL_EXT_color_buffer_floatGL_EXT_sRGB_write_controlGL_EXT_separate_shader_objectsGL_EXT_shader_implicit_conversionsGL_EXT_shader_integer_mixGL_EXT_base_instanceGL_EXT_compressed_ETC1_RGB8_sub_textureGL_EXT_draw_elements_base_vertexGL_EXT_primitive_bounding_boxGL_EXT_shader_io_blocksGL_EXT_texture_border_clampGL_KHR_context_flush_controlGL_NV_image_formatsGL_OES_draw_elements_base_vertexGL_OES_primitive_bounding_boxGL_OES_shader_io_blocksGL_OES_texture_border_clampGL_OES_texture_stencil8GL_OES_texture_storage_multisample_2d_arrayGL_EXT_buffer_storageGL_EXT_float_blendGL_EXT_geometry_point_sizeGL_EXT_geometry_shaderGL_KHR_no_errorGL_KHR_texture_compression_astc_sliced_3dGL_OES_EGL_image_external_essl3GL_OES_geometry_point_sizeGL_OES_geometry_shaderGL_OES_shader_image_atomicGL_EXT_texture_compression_s3tc_srgbGL_MESA_shader_integer_functionsGL_KHR_parallel_shader_compileGL_EXT_EGL_image_storageGL_MESA_framebuffer_flip_yGL_EXT_texture_query_lod DisabledExtensions GL_KHR_blend_equation_advancedGL_KHR_blend_equation_advanced_coherent DisabledWebGLExtensions Windowsystembindingvendor MesaProject Windowsystembindingversion 1.4 Windowsystembindingextensions EGL_ANDROID_blob_cacheEGL_CHROMIUM_sync_controlEGL_EXT_buffer_ageEGL_EXT_image_dma_buf_importEGL_EXT_image_dma_buf_import_modifiersEGL_EXT_swap_buffers_with_damageEGL_KHR_cl_event2EGL_KHR_config_attribsEGL_KHR_create_contextEGL_KHR_create_context_no_errorEGL_KHR_fence_syncEGL_KHR_get_all_proc_addressesEGL_KHR_gl_colorspaceEGL_KHR_gl_renderbuffer_imageEGL_KHR_gl_texture_2D_imageEGL_KHR_gl_texture_3D_imageEGL_KHR_gl_texture_cubemap_imageEGL_KHR_imageEGL_KHR_image_baseEGL_KHR_image_pixmapEGL_KHR_no_config_contextEGL_KHR_reusable_syncEGL_KHR_surfaceless_contextEGL_KHR_swap_buffers_with_damageEGL_EXT_pixel_format_floatEGL_KHR_wait_syncEGL_MESA_configless_contextEGL_MESA_drm_imageEGL_MESA_image_dma_buf_exportEGL_MESA_query_driverEGL_NOK_texture_from_pixmap XDG_CURRENT_DESKTOP LXDE XDG_SESSION_TYPE x11 GDMSESSION lightdm-xsession Ozoneplatform x11 Directrenderingversion unknown Resetnotificationstrategy 0x0000 GPUprocesscrashcount 0 gfx::BufferFormatssupportedforallocationandtexturing R_8:notsupported,R_16:notsupported,RG_88:notsupported,BGR_565:notsupported,RGBA_4444:notsupported,RGBX_8888:notsupported,RGBA_8888:notsupported,BGRX_8888:notsupported,BGRA_1010102:notsupported,RGBA_1010102:notsupported,BGRA_8888:notsupported,RGBA_F16:notsupported,YVU_420:notsupported,YUV_420_BIPLANAR:notsupported,P010:notsupported CompositorInformation TileUpdateMode One-copy PartialRaster Enabled GpuMemoryBuffersStatus R_8 Softwareonly R_16 Softwareonly RG_88 Softwareonly BGR_565 Softwareonly RGBA_4444 Softwareonly RGBX_8888 Softwareonly RGBA_8888 Softwareonly BGRX_8888 Softwareonly BGRA_1010102 Softwareonly RGBA_1010102 Softwareonly BGRA_8888 Softwareonly RGBA_F16 Softwareonly YVU_420 Softwareonly YUV_420_BIPLANAR Softwareonly P010 Softwareonly Display(s)Information Info Display[18309173232161349]bounds=[0,01920x1080],workarea=[0,01920x1044],scale=1,rotation=0,panel_rotation=0external. Colorspace(all) {primaries:BT709,transfer:IEC61966_2_1,matrix:RGB,range:FULL} Bufferformat(all) BGRA_8888 SDRwhitelevelinnits 100 Bitspercolorcomponent 8 Bitsperpixel 24 RefreshRateinHz 60 VideoAccelerationInformation Decoding(VideoDecoder) Decodeh264baseline 32x32to1920x1920pixels Decodeh264main 32x32to1920x1920pixels Decodeh264high 32x32to1920x1920pixels Decoding(LegacyVideoDecodeAccelerator) Decodeh264baseline 32x32to1920x1920pixels Decodeh264main 32x32to1920x1920pixels Decodeh264high 32x32to1920x1920pixels Encoding VulkanInformation DevicePerformanceInformation LogMessages [7767:7767:1208/071739.793741:ERROR:gpu_init.cc(453)]:Passthroughisnotsupported,GLisegl,ANGLEis kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration[solved] WedDec08,20216:34am Code:Selectallsudomousepad/etc/chromium.d/00-rpi-vars add Code:Selectall--enable-features=VaapiVideoDecoder inthechromiumflags. Attachments Screenshotfrom2021-12-0720-34-02.png(57.95KiB)Viewed8136times Misho Posts:13 Joined:MonDec07,202011:34am Re:Chromium88hardwareacceleration[solved] WedDec08,20217:58am Thanks,itseemsENABLEDnow,howcanicheckifitisworking?Isthereanywayhowtotestit?Twitch,YT,...? kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration[solved] WedDec08,20212:48pm Mishowrote:↑WedDec08,20217:58am Thanks,itseemsENABLEDnow,howcanicheckifitisworking?Isthereanywayhowtotestit?Twitch,YT,...? ifit'senabledit'sworking. next1 typechrome://flagsintheaddressbar enableOut-of-process2Dcanvasrasterization. thatshouldgetthatlastdisabled.vulkanisstillanogo,disabledisnormal. Attachments Screenshotfrom2021-12-0804-47-59.png(167.97KiB)Viewed8068times twilightened Posts:165 Joined:FriSep03,202112:31am Re:Chromium88hardwareacceleration[solved] WedDec08,202110:39pm kerry_swrote:↑WedDec08,20216:34am Code:Selectallsudomousepad/etc/chromium.d/00-rpi-vars add Code:Selectall--enable-features=VaapiVideoDecoder inthechromiumflags. IwashavingalotofframeskipsonyoutubewiththelatestChromiumrelease,bothunderBusterandnowunderBullseyeandthisjustresolvedtheissue.Veryfewframeskipsnow.Whydon'ttheyaddthislinetotheactualreleaseofChromiumforRPI?.Ithasbeenmonthsthatistoppedseeing"VideoDecode:Hardwareaccelerated"whenityped"chrome://gpu"andtheanswerwasusually"dontworryaboutit".Butiguessitwassomethingtoworryabout. kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration[solved] WedDec08,202111:03pm idon'taskwhyanymore,it'slikethesyncfix,maybesomelegalreason. ificandoitmyselfirollupmysleevesandgetitdone. i'veusedlinuxforyears,therealwayssomehoopyouneedtojumpthrough.it'sgotteneasierbuttheirsalwayssomethingsyouhavetodoyourself. twilightened Posts:165 Joined:FriSep03,202112:31am Re:Chromium88hardwareacceleration[solved] WedDec08,202111:14pm kerry_swrote:↑WedDec08,202111:03pm idon'taskwhyanymore,it'slikethesyncfix,maybesomelegalreason. ificandoitmyselfirollupmysleevesandgetitdone. i'veusedlinuxforyears,therealwayssomehoopyouneedtojumpthrough.it'sgotteneasierbuttheirsalwayssomethingsyouhavetodoyourself. OK,thissolutionactuallyworks"foralittlewhile".Icouldactuallyseeeverythinggreenin"chrome://gpu"however,afteralittlewhile,itbecamelikethisandframeskipsstartedagain: FireShotCapture005-chrome___gpu-gpu-min.png(109.12KiB)Viewed7989times kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration[solved] WedDec08,202111:36pm didyoutogglesomethinginchrome://flags twilightened Posts:165 Joined:FriSep03,202112:31am Re:Chromium88hardwareacceleration[solved] ThuDec09,20212:08pm kerry_swrote:↑WedDec08,202111:36pm didyoutogglesomethinginchrome://flags FireShotCapture006-Experiments-flags.png(59.84KiB)Viewed7922times kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration[solved] ThuDec09,20215:15pm setthezero-copybacktodefault. setpixelcanvasbacktodefault. ifyourtryingtogetbettervideoplaybackyoucanenablethelitevideo. Attachments Screenshotfrom2021-12-0907-14-13.png(117.32KiB)Viewed7901times twilightened Posts:165 Joined:FriSep03,202112:31am Re:Chromium88hardwareacceleration[solved] ThuDec09,20218:36pm kerry_swrote:↑ThuDec09,20215:15pm setthezero-copybacktodefault. setpixelcanvasbacktodefault. ifyourtryingtogetbettervideoplaybackyoucanenablethelitevideo. Nope.Notfixed.Theproblemoccurswhenayoutubevideoisplayinginthebackgroundandirightclickonanothertab.Thescreenflashesandthenwheniturnbacktotheyoutubevideo,thereisnovideo,onlyaudioisplaying.Icanseethedesktopbackgroundinsteadofthevideo.Andgpucompositingbecomesdisabled. Iwilltrytogobackto"fkms"intheconfig.txtfile.Maybethenewvideodriveristheproblem. EDIT:I'vetried"fkms"butitdidn'tfixit.Unfortunatelyhardwareaccelerationbecomesdisabledwhenirightclickafterayoutubevideostartsplaying.Thescreenflashesandthenyoutubevideoisgone.Icanonlyheartheaudioandicanseemydesktopbackgroundinthevideowindow. Ihavebeentryingvariousdifferent"flags"editsbuteverytimeirightclickonanytabthescreenflashesandscreencompositingbecomesdisabled.AnditonlycomesbackafterarestartofChromium.However,anotherrightclickdisablesitagain.Andwhenitisdisabled,frameskipsstartagain.Soiamassumingthisisageneralbug.Notrelatedtoyoutubemaybe. twilightened Posts:165 Joined:FriSep03,202112:31am Re:Chromium88hardwareacceleration[solved] ThuDec09,20219:17pm Ihavedisabledeverythingandremovedtheentryfromthefile"00-rpi-vars",andwhenirightclicksomethingstillgetsbroken.ItonlystopshappeningwhenimanuallydisablehardwareaccelerationinChromiumsettings.SothisisageneralbugofthenewChromiumiguess.IwillreportittotheBullseyebugsthread. kerry_s Posts:4125 Joined:ThuJan30,20207:14pm Re:Chromium88hardwareacceleration[solved] ThuDec09,20219:27pm it'sonly32bitchromium. i'msettinguparaspberry32bitinstall&seethatissue.it'slikethebrowsercrashes. i'llplaywithit&getbacktoyou. twilightened Posts:165 Joined:FriSep03,202112:31am Re:Chromium88hardwareacceleration[solved] ThuDec09,202110:08pm kerry_swrote:↑ThuDec09,20219:27pm it'sonly32bitchromium. i'msettinguparaspberry32bitinstall&seethatissue.it'slikethebrowsercrashes. i'llplaywithit&getbacktoyou. Itisgettingweirderandweirder.Whenhardwareaccelerationisenabled,thisishowgooglemapsisdisplayedin3d: FireShotCapture007-GoogleMaps-www.google.com.jpg(134.89KiB)Viewed7831times Itisamirrorimage.Imovethemouseupandearthrotatesdownwards.Imovethemousedownandearthrotatesupwards.Itistrippy Unfortunatelyican'thave3dgooglemapswithouthardwareacceleration.Sosomethingisdefinitelybroken. Displaypostsfromprevious:Allposts1day7days2weeks1month3months6months1yearSortbyAuthorPosttimeSubjectAscendingDescending Locked Printview 36posts 12 Returnto“Troubleshooting” Jumpto Community Generaldiscussion Announcements Otherlanguages Deutsch Español Français Italiano Nederlands 日本語 Polski Português Русский Türkçe Usergroupsandevents TheMagPi UsingtheRaspberryPi Beginners Troubleshooting Advancedusers Assistivetechnologyandaccessibility Education Picademy Teachingandlearningresources Staffroom,classroomandprojects AstroPi Mathematica HighAltitudeBalloon Weatherstation Programming C/C++ Java Python Scratch Otherprogramminglanguages Windows10forIoT WolframLanguage Baremetal,Assemblylanguage Graphicsprogramming OpenGLES OpenVG OpenMAX Generalprogrammingdiscussion Projects Networkingandservers Automation,sensingandrobotics Graphics,soundandmultimedia Otherprojects Mediacentres Gaming AIYProjects Hardwareandperipherals Cameraboard ComputeModule OfficialDisplay HATsandotheradd-ons DeviceTree Interfacing(DSI,CSI,I2C,etc.) RaspberryPi400 RaspberryPiPico General SDK MicroPython OtherRP2040boards Operatingsystemdistributions RaspberryPiOS RaspberryPiDesktopforPCandMac Other Android Debian FreeBSD Gentoo LinuxKernel NetBSD openSUSE Plan9 Puppy Arch Pidora/Fedora RISCOS Ubuntu YeOldePiShoppe Forsale Wanted Offtopic Offtopicdiscussion Boardindex AlltimesareUTC Deletecookies
延伸文章資訊
- 1RPI4 & Ubuntu MATE - How to enable video acceleration
Tutorial showing how to enable hardware acceleration on Raspberry Pi 4 running Ubuntu MATE, inclu...
- 2Chromium 88 hardware acceleration [solved]
I have a Raspberry Pi 4 (4 GB) and Chromium "Version 88.0.4324.187 ... Hardware acceleration disa...
- 3Raspberry Pi 4 hardware acceleration : r/openSUSE - Reddit
Hi, Is it currently possible to have 3D and video hardware acceleration on the Raspberry Pi 4 yet...
- 4Raspberry Pi 4 - Install JellyFin Media Server On ... - YouTube
- 5Hardware Acceleration | Documentation - Jellyfin Project
Hardware acceleration on Raspberry Pi 3 and 4