Problema com GPU no Opera / WebGL esta iniciando desabilitado
-
valdineidossantos last edited by
Meu opera esta iniciando sem a função de WebGL, quando inicio o opera via linha de comando recebo esses logs
$ opera [63375:63375:0930/192745.841309:ERROR:url_pattern_set.cc(275)] Invalid url pattern: chrome://startpage/ [63375:63375:0930/192745.841430:ERROR:url_pattern_set.cc(275)] Invalid url pattern: chrome://startpage/ [63375:63375:0930/192745.841463:ERROR:url_pattern_set.cc(275)] Invalid url pattern: chrome://startpage/ [63375:63375:0930/192747.813151:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented [63375:63375:0930/192749.207865:ERROR:named_platform_channel_posix.cc(142)] connect /home/valdineidossantos/.config/opera/oauc_pipe_r: Conexão recusada (111) Discarded=1 [63375:63375:0930/192750.084653:ERROR:gpu_process_host.cc(966)] GPU process exited unexpectedly: exit_code=132 Discarded=1 Discarded=1 [63375:63375:0930/192758.596712:ERROR:gpu_process_host.cc(966)] GPU process exited unexpectedly: exit_code=132 Discarded=1 Discarded=1 [63375:63375:0930/192809.058165:ERROR:gpu_process_host.cc(966)] GPU process exited unexpectedly: exit_code=132 Discarded=1 CrashID=52b38733-2742-4932-b49b-120002220930 [63375:63375:0930/192817.620938:ERROR:gpu_process_host.cc(966)] GPU process exited unexpectedly: exit_code=132 Discarded=1 Discarded=1 [63375:63375:0930/192826.934051:ERROR:gpu_process_host.cc(966)] GPU process exited unexpectedly: exit_code=132 Discarded=1 Discarded=1 [63375:63375:0930/192836.543845:ERROR:gpu_process_host.cc(966)] GPU process exited unexpectedly: exit_code=132 [64952:64952:0930/192836.549768:ERROR:gpu_init.cc(487)] Passthrough is not supported, GL is disabled, ANGLE is Discarded=1
Sistema operacional Ubuntu segue as versões
o LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal
Versão do Opera
Version:91.0.4516.20 Opera is up to date Update stream:Stable System:Ubuntu 20.04.5 LTS (x86_64; ubuntu:GNOME)
Alguém tem ou teve problema parecido com ess ??? Reparei que depois desse problema o Opera demora muito mais que o normal para iniciar, as vezes 1 minuto.
-
valdineidossantos last edited by valdineidossantos
Adicionando informações
opera://gpu/
Graphics Feature Status Canvas: Software only. Hardware acceleration disabled Canvas out-of-process rasterization: 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 Video Decode: Software only. Hardware acceleration disabled Video Encode: Software only. Hardware acceleration disabled Vulkan: Disabled WebGL: Disabled WebGL2: Disabled WebGPU: Disabled Driver Bug Workarounds clear_uniforms_before_first_program_use enable_webgl_timer_query_extensions exit_on_context_lost disabled_extension_GL_KHR_blend_equation_advanced disabled_extension_GL_KHR_blend_equation_advanced_coherent disabled_extension_GL_MESA_framebuffer_flip_y Problems Detected WebGPU has been disabled via blocklist or the command line. Disabled Features: webgpu 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 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 GPU process was unable to boot: GPU process crashed too many times with SwiftShader. Disabled Features: all Clear uniforms before first program use on all platforms: 124764, 349137 Applied Workarounds: clear_uniforms_before_first_program_use Disable KHR_blend_equation_advanced until cc shaders are updated: 661715 Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent) Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: 808744, 870491 Applied Workarounds: enable_webgl_timer_query_extensions Some drivers can't recover after OUT_OF_MEM and context lost: 893177 Applied Workarounds: exit_on_context_lost Disable GL_MESA_framebuffer_flip_y for desktop GL: 964010 Applied Workarounds: disable(GL_MESA_framebuffer_flip_y) DAWN Info <CPU> Vulkan backend - SwiftShader Device (Subzero) [Default 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_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet. 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. [WebGPU Forced 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. [Supported Features] texture-compression-bc texture-compression-etc2 texture-compression-astc timestamp-query depth-clip-control depth32float-stencil8 indirect-first-instance dawn-internal-usages dawn-native Version Information Data exported 2022-10-04T12:56:52.036Z Browser version 1.0.0 Operating system Linux 5.14.0-1052-oem 2D graphics backend Skia/105 Command Line opera --new-window --flag-switches-begin --enable-webgl-developer-extensions --enable-webgl-draft-extensions --flag-switches-end --enable-quic Driver Information Initialization time 0 In-process GPU false Passthrough Command Decoder false Sandboxed true GPU0 VENDOR= 0x0000, DEVICE=0x0000 Optimus false AMD switchable false GPU CUDA compute capability major version 0 Pixel shader version Vertex shader version Max. MSAA samples Machine model name Machine model version GL_VENDOR Disabled GL_RENDERER Disabled GL_VERSION Disabled GL_EXTENSIONS Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_MESA_framebuffer_flip_y Disabled WebGL Extensions Window system binding vendor Window system binding version Window system binding extensions XDG_CURRENT_DESKTOP ubuntu:GNOME XDG_SESSION_TYPE x11 GDMSESSION ubuntu Ozone platform x11 Direct rendering version unknown Reset notification strategy 0x0000 GPU process crash count 6 gfx::BufferFormats supported for allocation and texturing R_8: not supported, R_16: not supported, RG_88: not supported, RG_1616: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported Compositor Information Tile Update Mode One-copy Partial Raster Enabled GpuMemoryBuffers Status R_8 Software only R_16 Software only RG_88 Software only RG_1616 Software only BGR_565 Software only RGBA_4444 Software only RGBX_8888 Software only RGBA_8888 Software only BGRX_8888 Software only BGRA_1010102 Software only RGBA_1010102 Software only BGRA_8888 Software only RGBA_F16 Software only YVU_420 Software only YUV_420_BIPLANAR Software only P010 Software only Display(s) Information Info Display[21691165392764995] bounds=[2560,0 1920x1200], workarea=[2560,27 1920x1173], scale=1, rotation=0, panel_rotation=0 internal. Color space (all) {primaries_d50_referred: [[0.6483, 0.3302], [0.3206, 0.5982], [0.1552, 0.0656]], transfer:SRGB, matrix:RGB, range:FULL} Buffer format (all) BGRA_8888 SDR white level in nits 203 HDR relative maximum luminance 1 Bits per color component 8 Bits per pixel 24 Refresh Rate in Hz 59 Info Display[8564949691130180] bounds=[0,0 2560x1080], workarea=[0,0 2560x1080], scale=1, rotation=0, panel_rotation=0 external. Color space (all) {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL} Buffer format (all) BGRA_8888 SDR white level in nits 203 HDR relative maximum luminance 1 Bits per color component 8 Bits per pixel 24 Refresh Rate in Hz 59 Video Acceleration Information Decoding Encoding Vulkan Information Device Performance Information Driver Information for Hardware GPU Initialization time 0 In-process GPU false Passthrough Command Decoder false Sandboxed true GPU0 VENDOR= 0x0000, DEVICE=0x0000 Optimus false AMD switchable false GPU CUDA compute capability major version 0 Pixel shader version Vertex shader version Max. MSAA samples Machine model name Machine model version 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_CURRENT_DESKTOP ubuntu:GNOME XDG_SESSION_TYPE x11 GDMSESSION ubuntu Ozone platform x11 Direct rendering version unknown Reset notification strategy 0x0000 GPU process crash count 6 gfx::BufferFormats supported for allocation and texturing R_8: not supported, R_16: not supported, RG_88: not supported, RG_1616: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported Graphics Feature Status for Hardware GPU Canvas: Software only. Hardware acceleration disabled Canvas out-of-process rasterization: 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 Video Decode: Software only. Hardware acceleration disabled Video Encode: Software only. Hardware acceleration disabled Vulkan: Disabled WebGL: Disabled WebGL2: Disabled WebGPU: Disabled Problems Detected for Hardware GPU WebGPU has been disabled via blocklist or the command line. Disabled Features: webgpu 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 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 GPU process was unable to boot: GPU process crashed too many times with SwiftShader. Disabled Features: all Log Messages GpuProcessHost: The GPU process crashed! GpuProcessHost: The GPU process crashed! GpuProcessHost: The GPU process crashed! GpuProcessHost: The GPU process crashed! GpuProcessHost: The GPU process crashed! GpuProcessHost: The GPU process crashed! [5847:5847:1004/095402.557710:WARNING:vaapi_wrapper.cc(794)] : VAAPI video acceleration not available for disabled [5847:5847:1004/095402.558099:ERROR:gpu_init.cc(487)] : Passthrough is not supported, GL is disabled, ANGLE is
-
leocg Moderator Volunteer last edited by
@valdineidossantos Aceleração por hardware está habilitada?
-
valdineidossantos last edited by
@leocg então eu não sei como ver isso, na realidade eu não desabilitei então deveria estar desabilitado.
Eu já usava o filtro de Embassar o video em chamadas meetings.google.com e nesse momento não consigo porque diz que não tenho o WebGL habilitado. A única coisa que julgo ter mudado é versão do Opera. -
leocg Moderator Volunteer last edited by
@valdineidossantos Você pode verificar nas configurações do Opera, na seção Sistema