Graphics Feature Status ======================= * Canvas: Software only. Hardware acceleration disabled * Direct Rendering Display Compositor: Disabled * Compositing: Software only. Hardware acceleration disabled * Multiple Raster Threads: Disabled * OpenGL: Disabled * Rasterization: Software only. Hardware acceleration disabled * Raw Draw: Disabled * Skia Graphite: Disabled * TreesInViz: Disabled * Video Decode: Software only. Hardware acceleration disabled * Video Encode: Software only. Hardware acceleration disabled * Vulkan: Disabled * WebGL: Disabled * WebGPU: Disabled * WebNN: Disabled Version Information =================== Data exported : 2026-01-21T21:46:04.408Z Chrome version : Chrome/144.0.7559.59 Operating system : Linux 6.8.0-1044-raspi Software rendering list URL: https://chromium.googlesource.com/chromium/src/+/cd1d73dd77daadf4581dc29ca73482fc241e079d/gpu/config/software_rendering_list.json Driver bug list URL : https://chromium.googlesource.com/chromium/src/+/cd1d73dd77daadf4581dc29ca73482fc241e079d/gpu/config/gpu_driver_bug_list.json ANGLE commit id : unknown hash 2D graphics backend : Skia/144 ee20d565acb08dece4a32e3f209cdd41119015ca Command Line : /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-rasterization --no-default-browser-check --disable-pings --media-router=0 --disable-dev-shm-usage --enable-remote-extensions --load-extension --enable-features=UseOzonePlatform --ozone-platform=wayland --no-first-run --no-default-browser-check --noerrdialogs --user-data-dir=/data/chrome-data --disk-cache-dir=/data/chrome-cache --renderer-process-limit=2 --disable-site-isolation-trials --disable-features=IsolateOrigins,site-per-process --disable-background-networking --disable-component-update --disable-sync --disable-translate --disable-features=TranslateUI --metrics-recording-only --no-pings --disable-client-side-phishing-detection --safebrowsing-disable-auto-update --disable-extensions --disable-default-apps --disable-crash-reporter --disable-breakpad --disable-crashpad --disable-features=Crashpad --no-report-upload --use-gl=egl --enable-gpu-rasterization --ignore-gpu-blocklist --disable-gpu-sandbox --enable-zero-copy --render-node-override=/dev/dri/renderD128 --flag-switches-begin --flag-switches-end https://POR.funnelcloud.srgglobal.com/#/dashboards/summary-board?inverted=true&showCapacity=true&machineIds=42&v=2 Driver Information ================== Initialization time : 0 In-process GPU : false Skia Backend : None Passthrough Command Decoder : true Sandboxed : true GPU0 : VENDOR= 0x0000, DEVICE=0x0000 Optimus : false AMD switchable : false Pixel shader version : Vertex shader version : Max. MSAA samples : Machine model name : Machine model version : GL implementation parts : (gl=disabled,angle=none) Display type : GL_VENDOR : Disabled GL_RENDERER : Disabled GL_VERSION : Disabled GL_EXTENSIONS : Disabled Extensions : Disabled WebGL Extensions : Window system binding vendor : Window system binding version : Window system binding extensions: XDG_SESSION_TYPE : wayland Interfaces exposed by the Wayland compositor: wl_shm:1 wl_compositor:4 wl_subcompositor:1 wl_data_device_manager:3 wl_seat:7 org_kde_kwin_idle:1 zwp_idle_inhibit_manager_v1:1 xdg_wm_base:2 zxdg_decoration_manager_v1:1 org_kde_kwin_server_decoration_manager:1 zwlr_export_dmabuf_manager_v1:1 zwlr_screencopy_manager_v1:3 zxdg_output_manager_v1:3 zwlr_gamma_control_manager_v1:1 wl_output:4 zwp_linux_dmabuf_v1:4 wl_drm:2 Ozone platform : wayland Direct rendering version : unknown Reset notification strategy : 0x0000 GPU process crash count : 0 Problems Detected ================= * WebGPU has been disabled via blocklist or the command line. Disabled Features: webgpu * Accelerated rasterization has been disabled, either via blocklist, about:flags or the command line. Disabled Features: rasterization * Accelerated video encode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_encode * Accelerated video decode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_decode * WebGL has been disabled via blocklist or the command line. Disabled Features: webgl * Gpu compositing has been disabled, either via blocklist, about:flags or the command line. The browser will fall back to software compositing and hardware acceleration will be unavailable. Disabled Features: gpu_compositing * Accelerated 2D canvas is unavailable: either disabled via blocklist or the command line. Disabled Features: 2d_canvas * GPU process was unable to boot: GPU access is disabled due to frequent crashes. Disabled Features: all Dawn Info ========= Vulkan backend - SwiftShader Device (LLVM 16.0.0) -------------------------------------------------------- [WebGPU Status] --------------- * Blocklisted - crbug.com/40057808: CPU adapters not fully tested or conformant. [Adapter Supported Features] ---------------------------- * core-features-and-limits * depth-clip-control * depth32float-stencil8 * texture-compression-bc * texture-compression-bc-sliced-3d * texture-compression-etc2 * texture-compression-astc * texture-compression-astc-sliced-3d * timestamp-query * indirect-first-instance * rg11b10ufloat-renderable * bgra8unorm-storage * float32filterable * float32blendable * clip-distances * subgroups * texture-component-swizzle * dawn-internal-usages * dawn-multi-planar-formats * dawn-native * implicit-device-synchronization * transient-attachments * unorm16texture-formats * adapter-properties-memory-heaps * adapter-properties-vk * dawn-format-capabilities * shared-texture-memory-opaque-fd * shared-fence-vk-semaphore-opaque-fd * dawn-load-resolve-texture * flexible-texture-views [Enabled Toggle Names] ---------------------- * lazy_clear_resource_on_first_use: (https://crbug.com/dawn/145): Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource. * use_temporary_buffer_in_texture_to_texture_copy: (https://crbug.com/dawn/42): Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture when copying between compressed textures that don't have block-aligned sizes. This workaround is enabled by default on all Vulkan drivers to solve an issue in the Vulkan SPEC about the texture-to-texture copies with compressed formats. See #1005 (https://github.com/KhronosGroup/Vulkan-Docs/issues/1005) for more details. * vulkan_use_d32s8: (https://crbug.com/dawn/286): Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the backend will use D32S8 (toggle to on) but setting the toggle to off will make it use the D24S8 format when possible. * vulkan_use_s8: (https://crbug.com/dawn/666): Vulkan has a pure stencil8 format but it is not universally available. When this toggle is on, the backend will use S8 for the stencil8 format, otherwise it will fallback to D32S8 or D24S8. * disallow_spirv: (https://crbug.com/1214923): Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process. * vulkan_use_demote_to_helper_invocation_extension: (https://crbug.com/42250787): Sets the use of the vulkan demote to helper extension * use_placeholder_fragment_in_vertex_only_pipeline: (https://crbug.com/dawn/136): Use a placeholder empty fragment shader in vertex only render pipeline. This toggle must be enabled for OpenGL ES backend, the Vulkan Backend, and serves as a workaround by default enabled on some Metal devices with Intel GPU to ensure the depth result is correct. * timestamp_quantization: (https://crbug.com/dawn/1800): Enable timestamp queries quantization to reduce the precision of timers that can be created with timestamp queries. * use_vulkan_zero_initialize_workgroup_memory_extension: (https://crbug.com/dawn/1302): Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan extension VK_KHR_zero_initialize_workgroup_memory is supported. * use_vulkan_memory_model: (https://crbug.com/392606604): Use the Vulkan Memory Model if available. * vulkan_direct_variable_access_transform_handle: (https://crbug.com/387000529): Transform handles using direct variable access. * enable_integer_range_analysis_in_robustness: (https://crbug.com/348701956): Compute the range of the index with Integer Range Analysis in the robustness transform and skip doing index clamping when the out of bound access cannot happen. * use_spirv_1_4: (https://crbug.com/422421915): Use SPIR-V 1.4 if available * blob_cache_hash_validation: (https://crbug.com/429938352): Enable hash validation when loading/storing from/to the blob cache * decompose_uniform_buffers: (https://crbug.com/448452698): Decompose uniform buffers into arrays of vec4 on backends for Vulkan and OpenGL. [WebGPU Required Toggles - enabled] ----------------------------------- * disallow_spirv: (https://crbug.com/1214923): Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process. * timestamp_quantization: (https://crbug.com/dawn/1800): Enable timestamp queries quantization to reduce the precision of timers that can be created with timestamp queries. Compositor Information ====================== Tile Update Mode: Zero-copy Partial Raster : Enabled Display(s) Information ====================== Info : Display[17] bounds=[0,0 1920x1080], workarea=[0,0 1920x1080], scale=1, rotation=0, panel_rotation=0 external detected Color space (all) : {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL} Buffer format (all) : RGBA_8888 Color volume : {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.0600], w:[0.3127, 0.3290]} SDR white level in nits : 203 HDR relative maximum luminance: 1 Bits per color component : 8 Bits per pixel : 24 Video Acceleration Information ============================== Decoding: Encoding: Vulkan Information ================== Device Performance Information ============================== Driver Information for Hardware GPU =================================== Initialization time : 0 In-process GPU : false Skia Backend : None Passthrough Command Decoder : true Sandboxed : true GPU0 : VENDOR= 0x0000, DEVICE=0x0000 Optimus : false AMD switchable : false Pixel shader version : Vertex shader version : Max. MSAA samples : Machine model name : Machine model version : GL implementation parts : (gl=disabled,angle=none) Display type : GL_VENDOR : Disabled GL_RENDERER : Disabled GL_VERSION : Disabled GL_EXTENSIONS : Disabled Extensions : Disabled WebGL Extensions : Window system binding vendor : Window system binding version : Window system binding extensions: XDG_SESSION_TYPE : wayland Interfaces exposed by the Wayland compositor: wl_shm:1 wl_compositor:4 wl_subcompositor:1 wl_data_device_manager:3 wl_seat:7 org_kde_kwin_idle:1 zwp_idle_inhibit_manager_v1:1 xdg_wm_base:2 zxdg_decoration_manager_v1:1 org_kde_kwin_server_decoration_manager:1 zwlr_export_dmabuf_manager_v1:1 zwlr_screencopy_manager_v1:3 zxdg_output_manager_v1:3 zwlr_gamma_control_manager_v1:1 wl_output:4 zwp_linux_dmabuf_v1:4 wl_drm:2 Ozone platform : wayland Direct rendering version : unknown Reset notification strategy : 0x0000 GPU process crash count : 0 Graphics Feature Status for Hardware GPU ======================================== * Canvas: Software only. Hardware acceleration disabled * Direct Rendering Display Compositor: Disabled * Compositing: Software only. Hardware acceleration disabled * Multiple Raster Threads: Disabled * OpenGL: Disabled * Rasterization: Software only. Hardware acceleration disabled * Raw Draw: Disabled * Skia Graphite: Disabled * TreesInViz: Disabled * Video Decode: Software only. Hardware acceleration disabled * Video Encode: Software only. Hardware acceleration disabled * Vulkan: Disabled * WebGL: Disabled * WebGPU: Disabled * WebNN: Disabled Problems Detected for Hardware GPU ================================== * WebGPU has been disabled via blocklist or the command line. Disabled Features: webgpu * Accelerated rasterization has been disabled, either via blocklist, about:flags or the command line. Disabled Features: rasterization * Accelerated video encode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_encode * Accelerated video decode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_decode * WebGL has been disabled via blocklist or the command line. Disabled Features: webgl * Gpu compositing has been disabled, either via blocklist, about:flags or the command line. The browser will fall back to software compositing and hardware acceleration will be unavailable. Disabled Features: gpu_compositing * Accelerated 2D canvas is unavailable: either disabled via blocklist or the command line. Disabled Features: 2d_canvas * GPU process was unable to boot: GPU access is disabled due to frequent crashes. Disabled Features: all Log Messages ============ GpuProcessHost: The GPU process exited normally. Everything is okay. [113:113:0121/164550.662645:ERROR:ui/gl/init/gl_factory.cc:111] : Requested GL implementation (gl=egl-gles2,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=opengl),(gl=egl-angle,angle=opengles),(gl=egl-angle,angle=vulkan),(gl=egl-angle,angle=swiftshader)]. [113:113:0121/164550.676579:ERROR:components/viz/service/main/viz_main_impl.cc:189] : Exiting GPU process due to errors during initialization GpuProcessHost: The GPU process exited normally. Everything is okay. [124:151:0121/164558.303141:VERBOSE1:media/gpu/gpu_video_encode_accelerator_factory.cc:301] : GetSupportedProfiles(): Supported profiles empty, querying again...