Issue metadata
Sign in to add a comment
|
[Eve] Graphics corruption (blinking, blanking, etc)
Reported by
a...@scampersand.com,
Nov 27
|
||||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; CrOS x86_64 11265.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3611.0 Safari/537.36 Platform: 11265.0.0 (Official Build) dev-channel eve Steps to reproduce the problem: 1. Boot Eve on 72.0.3611.0 (dev channel) 2. Use it for a while 3. Watch things degrade What is the expected behavior? What went wrong? As I use the system, gradually things degrade. Areas of the screen start to blink or fail to draw. This is especially noticeable in the Crostini terminal, but also affects browser windows. Reloading the page, or redrawing the terminal, temporarily clears things up (usually until scrolling or cursor movement) It's especially bad when alt-tabbing between things. That's usually when it starts to misbehave. Reload/refresh clears things up temporarily, then alt-tab brings it all back again. I'll attach a couple demonstration videos: 1. Moving cursor around in terminal. Alt-tab to other browser window, showing rendering is cut off partway down the page. Alt-tab back to terminal, move cursor, corruption is back. 2. Dropbox Paper unusable as parts of the screen are randomly blinking. Did this work before? Yes I think this is new on 72.0.3611.0 Chrome version: 72.0.3611.0 Channel: dev OS Version: 11265.0.0 Flash Version: Until recently I used dev mode with crouton and crosh. A few days ago I disabled dev mode (powerwashed) and switched to using crostini terminal instead. I've rebooted a lot of times. It seems to help for a while (maybe a half-hour) then gradually gets worse.
,
Nov 27
Thanks Mike. It's a relief to know this isn't unique to my system.
,
Nov 28
Adding a few people to CC to help find an owner. M-72 Beta is targeted for early December.
,
Nov 28
,
Nov 29
Until this is repro'able, removing RBB.
,
Nov 29
Danny, is this something your team can check out? If it's reproducible, let's RBB it and up it to P1.
,
Nov 29
Hi aron@scampersand.com, Can you relate start seeing this issue to any change you did e.g. after start using crostini terminal? Did you experience this without using crostini terminal? There should be new version - 72.0.3623.3 - still an issue? Testing will aim to reproduce.
,
Nov 29
> Can you relate start seeing this issue to any change you did e.g. after start using crostini terminal? I'm not sure yet. I'll keep testing and provide updates. Part of the problem is that it doesn't appear immediately after reboot... it takes time to develop, and gradually gets worse over time. So there's some necessary latency to testing. > There should be new version - 72.0.3623.3 - still an issue? I just updated a few minutes ago. I'll let you know. First test is using 72.0.3623.3 without starting crostini, just using the secure shell extension instead. If that works, then after a few hours I'll start crostini to see if that triggers the problem.
,
Nov 30
GPU Triage: From the GPU side, it would be useful to get the output of "http://chrome:gpu". If you see this again can you attach or paste your chrome:gpu page so we can understand if one of our experiments might be causing this? piman@, enne@, I remember a few visual corruption issues you'd seen on CrOS - does this line up with any of them?
,
Nov 30
The blinking cursor video (second one) in the original report looks like problems with partial swaps (or partial raster?), where we failed to patch some damage/invalidation but believe we did, and so the missing pixels keep coming back as we reuse frame n-1 buffer(s) for frame n+1.
,
Nov 30
To discriminate between partial swap vs partial raster, dragging a window over the affected area should either clear it (former case) or not (later case).
,
Nov 30
This was fixed on latest build. One way to mitigate this without updating is to remove the flag for GPU restarization (chrome://flags search for GPU).
,
Nov 30
,
Nov 30
Confirming what omrilio@ said, I updated from 72.0.3611.0 to 72.0.3623.3 about 24 hours ago, and I haven't seen the problem since then, including crostini terminal.
,
Nov 30
Thank you for providing more feedback. Adding the requester to the cc list. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Nov 30
ericrk@ I think we're all set now, but for completeness, here's chrome://gpu Graphics Feature Status Canvas: Hardware accelerated Flash: Hardware accelerated Flash Stage3D: Hardware accelerated Flash Stage3D Baseline profile: Hardware accelerated Compositing: Hardware accelerated Multiple Raster Threads: Enabled Native GpuMemoryBuffers: Hardware accelerated Out-of-process Rasterization: Hardware accelerated Hardware Protected Video Decode: Unavailable Rasterization: Hardware accelerated Skia Deferred Display List: Disabled Skia Renderer: Disabled Surface Control: Disabled Surface Synchronization: Enabled Video Decode: Hardware accelerated Viz Service Display Compositor: Disabled WebGL: Hardware accelerated WebGL2: Hardware accelerated Driver Bug Workarounds clear_uniforms_before_first_program_use count_all_in_varyings_packing decode_encode_srgb_for_generatemipmap msaa_is_slow rely_on_implicit_sync_for_swap_buffers scalarize_vec_and_mat_constructor_args disabled_extension_GL_KHR_blend_equation_advanced disabled_extension_GL_KHR_blend_equation_advanced_coherent Problems Detected Protected video decoding with swap chain is for Windows and Intel only Disabled Features: protected_video_decode Clear uniforms before first program use on all platforms: 124764, 349137 Applied Workarounds: clear_uniforms_before_first_program_use Mesa drivers in ChromeOS handle varyings without static use incorrectly: 333885 Applied Workarounds: count_all_in_varyings_packing Always rewrite vec/mat constructors to be consistent: 398694 Applied Workarounds: scalarize_vec_and_mat_constructor_args On Intel GPUs MSAA performance is not acceptable for GPU rasterization: 527565 Applied Workarounds: msaa_is_slow 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) Decode and Encode before generateMipmap for srgb format textures on Chromeos Intel: 634519 Applied Workarounds: decode_encode_srgb_for_generatemipmap Avoid waiting on a egl fence before pageflipping and rely on implicit sync.: 721463 Applied Workarounds: rely_on_implicit_sync_for_swap_buffers Viz service display compositor is not enabled by default. Disabled Features: viz_display_compositor Skia renderer is not used by default. Disabled Features: skia_renderer Skia deferred display list is not used by default. Disabled Features: skia_deferred_display_list Version Information Data exported 2018-11-30T20:28:52.813Z Chrome version Chrome/72.0.3623.3 Operating system Linux 11307.0.0 Software rendering list URL https://chromium.googlesource.com/chromium/src/+/62566d37ac342c0932ceb403043dc1ab699fc21d/gpu/config/software_rendering_list.json Driver bug list URL https://chromium.googlesource.com/chromium/src/+/62566d37ac342c0932ceb403043dc1ab699fc21d/gpu/config/gpu_driver_bug_list.json ANGLE commit id 5552cdf032dd 2D graphics backend Skia/72 9a061a5c2b22055b46464ca243d94feee105e5c9- Command Line /opt/google/chrome/chrome --ppapi-flash-path=/opt/google/chrome/pepper/libpepflashplayer.so --ppapi-flash-version=32.0.0.93 --ui-prioritize-in-gpu-process --use-gl=egl --enable-native-gpu-memory-buffers --enable-webgl-image-chromium --enable-features=Pepper3DImageChromium,PointerEvent,MachineLearningService,ChromeOSAssistant,EnableBackgroundBlur,Crostini,ExperimentalCrostiniUI --gpu-sandbox-failures-fatal=yes --enable-logging --log-level=1 --use-cras --enable-wayland-server --user-data-dir=/home/chronos --login-profile=user --has-chromeos-keyboard --enable-touchview --guest-wallpaper-large=/usr/share/chromeos-assets/wallpaper/guest_large.jpg --guest-wallpaper-small=/usr/share/chromeos-assets/wallpaper/guest_small.jpg --child-wallpaper-large=/usr/share/chromeos-assets/wallpaper/child_large.jpg --child-wallpaper-small=/usr/share/chromeos-assets/wallpaper/child_small.jpg --default-wallpaper-large=/usr/share/chromeos-assets/wallpaper/oem_large.jpg --default-wallpaper-small=/usr/share/chromeos-assets/wallpaper/oem_small.jpg --default-wallpaper-is-oem --arc-availability=officially-supported --enable-arc-oobe-optin --enable-arc-oobe-optin-no-skip --enterprise-enrollment-initial-modulus=15 --enterprise-enrollment-modulus-limit=19 --login-manager --policy-switches-begin --enable-features=CrostiniFiles,UseModernMediaControls --policy-switches-end --first-exec-after-boot --vmodule=*arc/*=1,*/ash/wm/tablet_mode/*=1,nss_cert_database_chromeos=1,*/assistant/*=1,*chromeos/login/*=1,auto_enrollment_controller=1,*/ui/ozone/*=1,*/ui/display/manager/chromeos/*=1,*night_light*=1,update_engine=1,component_updater_service=1,power_button_observer=2,webui_login_view=2,lock_state_controller=2,webui_screen_locker=2,screen_locker=2 --enable-features=Pepper3DImageChromium,PointerEvent,MachineLearningService,ChromeOSAssistant,EnableBackgroundBlur,Crostini,ExperimentalCrostiniUI,CrostiniFiles,UseModernMediaControls Driver Information Initialization time 100 In-process GPU false Passthrough Command Decoder false Sandboxed true GPU0 VENDOR = 0x8086 [Intel Open Source Technology Center], DEVICE= 0x591e [Mesa DRI Intel(R) HD Graphics 615 (Kaby Lake GT2) ] *ACTIVE* Optimus false AMD switchable false Driver vendor Mesa Driver version 18.2.0 Driver date GPU CUDA compute capability major version 0 Pixel shader version 3.20 Vertex shader version 3.20 Max. MSAA samples 16 Machine model name Machine model version GL_VENDOR Intel Open Source Technology Center GL_RENDERER Mesa DRI Intel(R) HD Graphics 615 (Kaby Lake GT2) GL_VERSION OpenGL ES 3.2 Mesa 18.2.0-devel (git-0f959215c3) GL_EXTENSIONS GL_ANDROID_extension_pack_es31a GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_APPLE_texture_max_level GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clip_cull_distance GL_EXT_color_buffer_float GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_frag_depth GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_map_buffer_range GL_EXT_multi_draw_arrays GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks GL_EXT_shader_samples_identical GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_compression_dxt1 GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_shader_integer_functions GL_NV_draw_buffers GL_NV_fbo_color_attachments GL_NV_image_formats GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_OES_copy_image GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_get_program_binary GL_OES_gpu_shader5 GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_primitive_bounding_box GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_surfaceless_context GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_3D GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float GL_OES_viewport_array Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent Disabled WebGL Extensions Window system binding vendor Mesa Project Window system binding version 1.4 (DRI2) Window system binding extensions EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export Direct rendering Yes Reset notification strategy 0x8252 GPU process crash count 0 Compositor Information Tile Update Mode One-copy Partial Raster Enabled GpuMemoryBuffers Status R_8 CAMERA_AND_CPU_READ_WRITE, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT R_16 Software only RG_88 SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT BGR_565 GPU_READ RGBA_4444 Software only RGBX_8888 GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE RGBA_8888 GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE BGRX_8888 GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE BGRX_1010102 Software only RGBX_1010102 SCANOUT_CPU_READ_WRITE BGRA_8888 GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT RGBA_F16 Software only YVU_420 GPU_READ YUV_420_BIPLANAR SCANOUT_CAMERA_READ_WRITE, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT UYVY_422 Software only Display(s) Information Info Display[21692109949126656] bounds=[0,0 1200x800], workarea=[0,0 1200x744], scale=2, internal. Color space information {primaries:INVALID, transfer:INVALID, matrix:INVALID, range:INVALID} Bits per color component 8 Bits per pixel 24 Info Display[1242077031520769] bounds=[1200,-210 1920x1080], workarea=[1200,-210 1920x1080], scale=2, external. Color space information {primaries:INVALID, transfer:INVALID, matrix:INVALID, range:INVALID} Bits per color component 8 Bits per pixel 24 Video Acceleration Information Decode h264 baseline up to 4096x4096 pixels Decode h264 main up to 4096x4096 pixels Decode h264 high up to 4096x4096 pixels Decode vp8 up to 4096x4096 pixels Decode vp9 profile0 up to 4096x4096 pixels Decode vp9 profile2 up to 4096x4096 pixels Encode h264 baseline up to 4096x4096 pixels and/or 30.000 fps Encode h264 main up to 4096x4096 pixels and/or 30.000 fps Encode h264 high up to 4096x4096 pixels and/or 30.000 fps Encode vp9 profile0 up to 4096x4096 pixels and/or 30.000 fps Log Messages [1629:1648:1129/152115.545397:VERBOSE1:drm_device_manager.cc(58)] : Primary DRM device added: /sys/devices/pci0000:00/0000:00:02.0/drm/card0 [1629:1648:1129/152115.900578:VERBOSE1:drm_device_manager.cc(53)] : Could not initialize DRM device for /sys/devices/platform/vgem/drm/card1 [1629:1648:1129/152115.901019:ERROR:drm_gpu_display_manager.cc(198)] : There is no display with ID 21692109949126656 [1629:1648:1129/152115.901175:ERROR:drm_gpu_display_manager.cc(198)] : There is no display with ID 1242077031520769 [1629:1648:1129/152115.990220:ERROR:drm_gpu_display_manager.cc(198)] : There is no display with ID 21692109949126656 [1629:1648:1129/152115.990401:ERROR:drm_gpu_display_manager.cc(198)] : There is no display with ID 1242077031520769 [1629:1648:1129/152116.145714:ERROR:drm_gpu_display_manager.cc(198)] : There is no display with ID 21692109949126656 [1629:1648:1129/152116.145971:ERROR:drm_gpu_display_manager.cc(198)] : There is no display with ID 1242077031520769 [1629:1648:1129/152117.319543:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=2400x1600 [1629:1648:1129/152117.444238:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,1660 size=3840x2160 [1629:1629:1129/155959.048811:ERROR:gles2_cmd_decoder.cc(17747)] : [.BrowserCompositor-0x1bc9a53fb100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [1629:1629:1129/155959.049064:ERROR:gles2_cmd_decoder.cc(10302)] : [.BrowserCompositor-0x1bc9a53fb100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [1629:1629:1129/155959.066656:ERROR:gles2_cmd_decoder.cc(10302)] : [.BrowserCompositor-0x1bc9a53fb100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [1629:1629:1129/155959.218789:ERROR:gles2_cmd_decoder.cc(10302)] : [.BrowserCompositor-0x1bc9a53fb100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [1629:1629:1129/161049.986151:ERROR:gles2_cmd_decoder.cc(17747)] : [.BrowserCompositor-0x1bc9a53fb100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [1629:1629:1129/161049.986306:ERROR:gles2_cmd_decoder.cc(10302)] : [.BrowserCompositor-0x1bc9a53fb100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [1629:1629:1129/170026.716677:ERROR:gles2_cmd_decoder.cc(10296)] : [.WebGL-0x1675aa35de00]RENDER WARNING: there is no texture bound to the unit 0 [1629:1629:1129/170026.716878:ERROR:gles2_cmd_decoder.cc(10296)] : [.WebGL-0x1675aa35de00]RENDER WARNING: there is no texture bound to the unit 0 [1629:1629:1129/182149.579458:ERROR:gles2_cmd_decoder.cc(17747)] : [.BrowserCompositor-0x1bc9a53fb100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [1629:1629:1129/190850.528371:ERROR:gles2_cmd_decoder.cc(17747)] : [.BrowserCompositor-0x1bc9a53fb100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [1629:1629:1129/190850.528610:ERROR:gles2_cmd_decoder.cc(10302)] : [.BrowserCompositor-0x1bc9a53fb100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [1629:1648:1129/195034.479076:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1129/195034.481164:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1129/195034.487279:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=0x0 [1629:1648:1129/195035.204972:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,0 size=0x0 [1629:1648:1129/195847.336784:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1129/195847.336925:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1129/195847.338027:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=2400x1600 [1629:1648:1129/195847.463313:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,1660 size=3840x2160 [1629:1648:1129/204642.234034:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1129/204642.239304:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1129/204642.244707:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=0x0 [1629:1648:1129/204642.957314:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,0 size=0x0 [1629:1648:1130/074621.339718:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1130/074621.342026:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1130/074621.347586:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=2400x1600 [1629:1648:1130/074621.474125:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,1660 size=3840x2160 [1629:1648:1130/111147.865816:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1130/111147.866869:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1130/111147.871819:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=0x0 [1629:1648:1130/111148.577607:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,0 size=0x0 [1629:1648:1130/111933.590516:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1130/111933.590585:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1130/111933.591322:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=2400x1600 [1629:1648:1130/111933.715897:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,1660 size=3840x2160 [1629:1648:1130/114044.990542:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1130/114044.990589:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1130/114044.990888:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=0x0 [1629:1648:1130/114045.719673:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,0 size=0x0 [1629:1648:1130/142007.097693:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1130/142007.097819:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1130/142007.098913:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=2400x1600 [1629:1648:1130/142007.242170:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,1660 size=3840x2160 [1629:1648:1130/144742.063087:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1130/144742.063213:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1130/144742.064187:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=0x0 [1629:1648:1130/144742.793888:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,0 size=0x0 [1629:1648:1130/152118.797452:WARNING:screen_manager.cc(112)] : Display controller (crtc=35) already present. [1629:1648:1130/152118.797602:WARNING:screen_manager.cc(112)] : Display controller (crtc=45) already present. [1629:1648:1130/152118.799156:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=35 connector=57 origin=0,0 size=2400x1600 [1629:1648:1130/152118.942181:VERBOSE1:drm_display.cc(104)] : DRM configuring: device=/sys/devices/pci0000:00/0000:00:02.0/drm/card0 crtc=45 connector=65 origin=0,1660 size=3840x2160
,
Nov 30
Testing efforts could not reproduce the issue within one hour or after device left overnight. Thanks. I think this issue can be WontFix-ed. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by vapier@chromium.org
, Nov 27Labels: ReleaseBlock-Beta M-72