You are not logged in.

#1 2021-09-06 11:49:04

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Laptop crashing and heating up while browsing

Hi everyone,

I just experienced a total freeze while browsing in Firefox, with only a couple of open tabs and nothing specific happening. The cursor froze and the laptop heated up instantly (it was on my knees) and I forced shut it down by holding the power key after a few seconds because it was burning hot. It's the last in a series of relatively frequent freezes while browsing or doing other not specifically demanding tasks. The device is a very recent MSI Modern 15 laptop with an 11th Gen i7 CPU, 8Gb ram, and an Nvme SSD. It's not a high end laptop, but It should be more than enough for desktop use.

I am using ZRAM swap (configured with zram-generator for 50% of total RAM)

MiB Mem :   7655.6 total,   2813.4 free,   1922.7 used,   2919.6 buff/cache
MiB Swap:   3827.0 total,   3827.0 free,      0.0 used.   4674.4 avail Mem 

I have systemd-oomd set up but I am not sure if was triggered. Would there be a log in journalctl ?

I just noticed that my log is flooded with "Memory pressure relief" for quite a while before the crash, but I am not sure if it is related because it looks like when this happens the CPU usage goes to 100%.

]sept. 06 12:40:31 modern15 WebKitWebProcess[2510]: Memory pressure relief: Total: res = 17117184/17117184/0, res+swap = 15622144/15622144/0
sept. 06 12:41:00 modern15 WebKitNetworkProcess[2509]: Memory pressure relief: Total: res = 0/0/0, res+swap = 688128/688128/0
sept. 06 12:41:01 modern15 WebKitWebProcess[2510]: Memory pressure relief: Total: res = 17117184/17121280/4096, res+swap = 15626240/15626240/0
sept. 06 12:41:30 modern15 WebKitNetworkProcess[2509]: Memory pressure relief: Total: res = 0/0/0, res+swap = 688128/688128/0
sept. 06 12:41:31 modern15 WebKitWebProcess[2510]: Memory pressure relief: Total: res = 17121280/17121280/0, res+swap = 15626240/15626240/0
sept. 06 12:42:00 modern15 WebKitNetworkProcess[2509]: Memory pressure relief: Total: res = 0/0/0, res+swap = 688128/688128/0
sept. 06 12:42:01 modern15 WebKitWebProcess[2510]: Memory pressure relief: Total: res = 17121280/17121280/0, res+swap = 15626240/15626240/0

My setup is Arch on LUKS/Btrfs. Just opening an app like Stellarium makes the CPU usage shoot up to 100% and the fans run at full speed, when my older and lower end Asus laptop certainly didn't do that.

Any idea how I can find the origin of the crashes ?

Thanks very much !

[EDIT]
I tried going back a couple months, and the "Memory pressure relief" messages only show today and briefly yesterday. So probably unrelated to the issue, but I have to investigate why they appeared

Last edited by Cvlc (2021-09-06 12:05:27)

Offline

#2 2021-09-06 14:08:42

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

Just opening an app like Stellarium makes the CPU usage shoot up to 100%

Wayland or X11?
In the latter case, please post the output of

glxinfo -B

and your xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#3 2021-09-06 14:10:14

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Thanks for your answer

I am using Wayland. Any other relevant log ?

Offline

#4 2021-09-06 14:15:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

Which compositor and can you reproduce the conditions w/ an X11 session (can be simply openbox)

You can also try to use the i965 GL driver, https://wiki.archlinux.org/title/Intel_ … ver_(i965)
(nb. that you have to export that *before* starting the wayland compositor)

Offline

#5 2021-09-06 14:23:49

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

For Firefox, I am using Webrender. I have the following env variables for Hardware Video Acceleration in Firefox (works well)

MOZ_ENABLE_WAYLAND=1
MOZ_DISABLE_RDD_SANDBOX=1
LIBVA_DRIVER_NAME=iHD
VDPAU_DRIVER=va_gl

For the Firefox crash, it's extremely hard to reproduce because it only happens once every few days/weeks. 
Should I try apps like Stellarium on a X11 session to see if CPU usage is the same ?
is there any log I can look into to see what happened just before the last crash ? Shouldn't systemd-oomd kick in and prevent the system from locking up like it did ? I also have thermald.service running by the way.

Offline

#6 2021-09-06 14:47:22

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

seth wrote:

Which compositor

For Firefox, I am using Webrender.

https://wiki.archlinux.org/title/Wayland#Compositors

Should I try apps like Stellarium on a X11 session to see if CPU usage is the same ?

Yup.

is there any log I can look into to see what happened just before the last crash?

Not if you did a hard reboot (w/ the power button)

Shouldn't systemd-oomd kick in

Is it enabled?
Is there any indication that this is a RAM issue (which will usually not heat up the CPU…) ie. did you monitor the RAM usage ahead of a crash?

Offline

#7 2021-09-06 14:59:37

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Sorry, failed to say I was using Gnome, so I guess the compositor is Mutter
Yes systemd-oomd is properly enabled, but you're right, there's no reason to believe this is a memory issue. (well, apart from the "memory pressure relief" messages in the log but they were well before the crash)
I'm pretty sure this is CPU related because on all other occasions of the laptop suddenly heating up, $ top output showed a program using 100% CPU (off the top of my head, I can remember stellarium, gdm, and systemd being the cause)
will open an X11 session, try stellarium and report back
[edit]
Stellarium uses 100% CPU even on the X.org session. It doesn't freeze or crash though on either session, but the fans go crazy.

Last edited by Cvlc (2021-09-06 15:06:31)

Offline

#8 2021-09-06 15:17:09

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

On X11, dump the output of "glxinfo".
Also try the i965 GL driver.

Offline

#9 2021-09-08 14:00:01

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Hi
Sorry for the delay, was away for work.

So I tried the i965 driver on Xorg and still the same. Actually, look at the output from top :

top - 15:54:07 up 1 min,  1 user,  load average: 3,90, 1,27, 0,45
Tâches: 313 total,   1 en cours, 312 en veille,   0 arrêté,   0 zombie
%Cpu(s): 75,6 ut,  0,7 sy,  0,0 ni, 22,9 id,  0,0 wa,  0,8 hi,  0,0 si,  0,0 st
MiB Mem :   7655,6 total,   4278,8 libr,   1705,2 util,   1671,7 tamp/cache
MiB Éch :   3827,0 total,   3827,0 libr,      0,0 util.   5537,9 dispo Mem 

    PID UTIL.     PR  NI    VIRT    RES    SHR S  %CPU  %MEM    TEMPS+ COM.     
   2643 cedric    20   0 4596424 501808 137824 S 505,3   6,4   0:41.29 stellar+ 
   1330 cedric    20   0 5402340 377920 160636 S  90,0   4,8   0:31.86 gnome-s+ 
   1074 cedric    20   0 1472528 157308  90044 S  15,3   2,0   0:06.13 Xorg     
    509 root     -51   0       0      0      0 S   0,7   0,0   0:00.46 irq/157+ 
    585 root      20   0  272124   9368   8364 S   0,3   0,1   0:00.05 thermald 
   1497 cedric    20   0  736252  32444  23884 S   0,3   0,4   0:00.12 gsd-med+ 
   2090 cedric    20   0 2380136  76376  65000 S   0,3   1,0   0:00.04 Web Con+ 
   2127 cedric    20   0 3062508  60076  43492 S   0,3   0,8   0:00.23 gnome-d+ 
   2371 cedric    20   0  553696  50056  38592 S   0,3   0,6   0:00.34 gnome-t+ 
      1 root      20   0  165520  11640   8636 S   0,0   0,1   0:00.76 systemd 

Stellarium using +500% CPU ??

output from GLxinfo

name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_no_config_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_SGI_make_current_read
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_ATI_pixel_format_float, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_no_config_context, GLX_EXT_swap_control, 
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent, 
    GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_NV_float_buffer, 
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_no_config_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_OML_swap_method, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 12.0.1, 256 bits) (0xffffffff)
    Version: 21.2.1
    Accelerated: no
    Video memory: 7655MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.1, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_gpu_shader_int64, 
    GL_AMD_multi_draw_indirect, GL_AMD_query_buffer_object, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, 
    GL_AMD_shader_trinary_minmax, GL_AMD_texture_texture4, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_1_compatibility, 
    GL_ARB_ES3_2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_conditional_render_inverted, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, 
    GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_derivative_control, GL_ARB_direct_state_access, 
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, 
    GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_occlusion_query2, GL_ARB_parallel_shader_compile, 
    GL_ARB_pipeline_statistics_query, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_sprite, GL_ARB_polygon_offset_clamp, 
    GL_ARB_post_depth_coverage, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_draw_parameters, 
    GL_ARB_shader_group_vote, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_image_size, GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object, 
    GL_ARB_shader_subroutine, GL_ARB_shader_texture_image_samples, 
    GL_ARB_shader_texture_lod, GL_ARB_shader_viewport_layer_array, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_spirv_extensions, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_barrier, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_filter_minmax, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, 
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, 
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, 
    GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, 
    GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, 
    GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ATI_blend_equation_separate, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXT_EGL_image_storage, GL_EXT_EGL_sync, GL_EXT_abgr, 
    GL_EXT_blend_equation_separate, GL_EXT_draw_buffers2, 
    GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 
    GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_shader_framebuffer_fetch_non_coherent, 
    GL_EXT_shader_integer_mix, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_minmax, 
    GL_EXT_texture_integer, GL_EXT_texture_mirror_clamp, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_IBM_multimode_draw_arrays, 
    GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    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_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_MESA_ycbcr_texture, 
    GL_NV_conditional_render, GL_NV_copy_image, GL_NV_depth_clamp, 
    GL_NV_packed_depth_stencil, GL_NV_texture_barrier, GL_OES_EGL_image, 
    GL_S3_s3tc

OpenGL version string: 3.1 Mesa 21.2.1
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect, 
    GL_AMD_query_buffer_object, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_shader_stencil_export, GL_AMD_shader_trinary_minmax, 
    GL_AMD_texture_texture4, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_color_buffer_float, GL_ARB_compatibility, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_compute_shader, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_derivative_control, 
    GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_parallel_shader_compile, 
    GL_ARB_pipeline_statistics_query, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_polygon_offset_clamp, 
    GL_ARB_post_depth_coverage, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_draw_parameters, 
    GL_ARB_shader_group_vote, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_image_size, GL_ARB_shader_objects, 
    GL_ARB_shader_stencil_export, GL_ARB_shader_storage_buffer_object, 
    GL_ARB_shader_subroutine, GL_ARB_shader_texture_image_samples, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_spirv_extensions, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_texture_barrier, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_filter_minmax, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_blend_equation_separate, 
    GL_ATI_draw_buffers, GL_ATI_fragment_shader, GL_ATI_separate_stencil, 
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXT_EGL_image_storage, GL_EXT_EGL_sync, GL_EXT_abgr, GL_EXT_bgra, 
    GL_EXT_blend_color, GL_EXT_blend_equation_separate, 
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, 
    GL_EXT_direct_state_access, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, 
    GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_minmax, 
    GL_EXT_texture_integer, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shadow_lod, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, 
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_pack_invert, 
    GL_MESA_shader_integer_functions, GL_MESA_texture_signed_rgba, 
    GL_MESA_window_pos, GL_MESA_ycbcr_texture, GL_NV_blend_square, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
    GL_ANDROID_extension_pack_es31a, GL_ANGLE_pack_reverse_row_order, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_EGL_image_storage, 
    GL_EXT_base_instance, GL_EXT_blend_func_extended, GL_EXT_blend_minmax, 
    GL_EXT_buffer_storage, GL_EXT_clip_control, GL_EXT_clip_cull_distance, 
    GL_EXT_color_buffer_float, GL_EXT_color_buffer_half_float, 
    GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_copy_image, 
    GL_EXT_depth_clamp, 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_draw_instanced, GL_EXT_float_blend, 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_render_snorm, GL_EXT_robustness, GL_EXT_sRGB_write_control, 
    GL_EXT_separate_shader_objects, 
    GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_group_vote, 
    GL_EXT_shader_implicit_conversions, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_io_blocks, GL_EXT_tessellation_point_size, 
    GL_EXT_tessellation_shader, GL_EXT_texture_border_clamp, 
    GL_EXT_texture_buffer, GL_EXT_texture_compression_bptc, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_s3tc_srgb, 
    GL_EXT_texture_cube_map_array, GL_EXT_texture_filter_minmax, 
    GL_EXT_texture_format_BGRA8888, GL_EXT_texture_norm16, 
    GL_EXT_texture_query_lod, GL_EXT_texture_rg, GL_EXT_texture_sRGB_R8, 
    GL_EXT_texture_sRGB_RG8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_texture_view, GL_EXT_unpack_subimage, 
    GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_bgra, 
    GL_MESA_framebuffer_flip_y, GL_MESA_shader_integer_functions, 
    GL_NV_conditional_render, GL_NV_draw_buffers, GL_NV_fbo_color_attachments, 
    GL_NV_image_formats, GL_NV_pixel_buffer_object, 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_texture_view, GL_OES_vertex_array_object, GL_OES_vertex_half_float, 
    GL_OES_viewport_array

Any idea ?

Thanks for your help !

Last edited by Cvlc (2021-09-08 14:00:45)

Offline

#10 2021-09-08 14:31:09

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

Stellarium using +500% CPU ??

You've more than one core?

Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 12.0.1, 256 bits) (0xffffffff)
    Version: 21.2.1
    Accelerated: no
    Video memory: 7655MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.1, 256 bits)

Software renderer => xorg log? ( https://wiki.archlinux.org/title/Xorg#General )

Offline

#11 2021-09-08 14:48:29

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Yes, that was dumb indeed, I do have more than one core...

Here's the Xorg log. I confirm that I am normally using wayland. Just noticed from reading the log that I was booting the fallback image due to a mistake in boot/loader/loader.conf

cat .local/share/xorg/Xorg.0.log
[    40.441] (--) Log file renamed from "/home/cedric/.local/share/xorg/Xorg.pid-1074.log" to "/home/cedric/.local/share/xorg/Xorg.0.log"
[    40.441] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    40.441] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    40.441] Build Operating System: Linux Archlinux
[    40.441] Current Operating System: Linux modern15 5.13.13-arch1-1 #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000 x86_64
[    40.441] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-fallback.img rd.luks.options=keyfile-timeout=10s rd.luks.name=8433f313-439f-4ac6-a81f-04660baa1bf5=cryptroot rd.luks.key=8433f313-439f-4ac6-a81f-04660baa1bf5=/keyfile:UUID=4ef23947-311e-4d64-800e-fe7e225df08f root=/dev/mapper/cryptroot rootflags=subvol=@ nowatchdog rw
[    40.441] Build Date: 04 August 2021  08:13:54AM
[    40.441]  
[    40.441] Current version of pixman: 0.40.0
[    40.441] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    40.441] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.441] (==) Log file: "/home/cedric/.local/share/xorg/Xorg.0.log", Time: Wed Sep  8 15:52:55 2021
[    40.442] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    40.442] (==) No Layout section.  Using the first Screen section.
[    40.442] (==) No screen section available. Using defaults.
[    40.442] (**) |-->Screen "Default Screen Section" (0)
[    40.442] (**) |   |-->Monitor "<default monitor>"
[    40.442] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    40.442] (==) Automatically adding devices
[    40.442] (==) Automatically enabling devices
[    40.442] (==) Automatically adding GPU devices
[    40.442] (==) Automatically binding GPU devices
[    40.442] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    40.442] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    40.442] 	Entry deleted from font path.
[    40.442] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    40.442] 	Entry deleted from font path.
[    40.442] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    40.442] 	Entry deleted from font path.
[    40.442] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    40.442] 	Entry deleted from font path.
[    40.442] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    40.442] 	Entry deleted from font path.
[    40.442] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    40.442] 	Entry deleted from font path.
[    40.442] (==) FontPath set to:
	
[    40.442] (==) ModulePath set to "/usr/lib/xorg/modules"
[    40.442] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    40.442] (II) Module ABI versions:
[    40.442] 	X.Org ANSI C Emulation: 0.4
[    40.442] 	X.Org Video Driver: 24.1
[    40.442] 	X.Org XInput driver : 24.1
[    40.442] 	X.Org Server Extension : 10.0
[    40.442] (++) using VT number 2

[    40.443] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    40.444] (II) xfree86: Adding drm device (/dev/dri/card0)
[    40.444] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    40.445] (--) PCI:*(0@0:2:0) 8086:9a49:1462:12e1 rev 1, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    40.445] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    40.445] (II) LoadModule: "glx"
[    40.446] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.447] (II) Module glx: vendor="X.Org Foundation"
[    40.447] 	compiled for 1.20.13, module version = 1.0.0
[    40.447] 	ABI class: X.Org Server Extension, version 10.0
[    40.447] (==) Matched intel as autoconfigured driver 0
[    40.447] (==) Matched modesetting as autoconfigured driver 1
[    40.447] (==) Matched fbdev as autoconfigured driver 2
[    40.447] (==) Matched vesa as autoconfigured driver 3
[    40.447] (==) Assigned the driver to the xf86ConfigLayout
[    40.447] (II) LoadModule: "intel"
[    40.448] (WW) Warning, couldn't open module intel
[    40.448] (EE) Failed to load module "intel" (module does not exist, 0)
[    40.448] (II) LoadModule: "modesetting"
[    40.448] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    40.449] (II) Module modesetting: vendor="X.Org Foundation"
[    40.449] 	compiled for 1.20.13, module version = 1.20.13
[    40.449] 	Module class: X.Org Video Driver
[    40.449] 	ABI class: X.Org Video Driver, version 24.1
[    40.449] (II) LoadModule: "fbdev"
[    40.449] (WW) Warning, couldn't open module fbdev
[    40.449] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    40.449] (II) LoadModule: "vesa"
[    40.449] (WW) Warning, couldn't open module vesa
[    40.449] (EE) Failed to load module "vesa" (module does not exist, 0)
[    40.449] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    40.449] (II) modeset(0): using drv /dev/dri/card0
[    40.449] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    40.449] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    40.449] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    40.449] (==) modeset(0): RGB weight 888
[    40.449] (==) modeset(0): Default visual is TrueColor
[    40.449] (II) Loading sub module "glamoregl"
[    40.449] (II) LoadModule: "glamoregl"
[    40.449] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    40.452] (II) Module glamoregl: vendor="X.Org Foundation"
[    40.452] 	compiled for 1.20.13, module version = 1.0.1
[    40.452] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    40.471] (II) modeset(0): Refusing to try glamor on llvmpipe
[    40.472] (EE) modeset(0): glamor initialization failed
[    40.472] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    40.472] (II) modeset(0): Double-buffered shadow updates: off
[    40.473] (II) modeset(0): Output eDP-1 has no monitor section
[    40.473] (II) modeset(0): Output HDMI-1 has no monitor section
[    40.473] (II) modeset(0): Output DP-1 has no monitor section
[    40.473] (II) modeset(0): Output DP-2 has no monitor section
[    40.474] (II) modeset(0): Output DP-3 has no monitor section
[    40.474] (II) modeset(0): Output DP-4 has no monitor section
[    40.475] (II) modeset(0): EDID for output eDP-1
[    40.475] (II) modeset(0): Manufacturer: AUO  Model: 21ed  Serial#: 0
[    40.475] (II) modeset(0): Year: 2016  Week: 0
[    40.475] (II) modeset(0): EDID Version: 1.4
[    40.475] (II) modeset(0): Digital Display Input
[    40.475] (II) modeset(0): 8 bits per channel
[    40.475] (II) modeset(0): Digital interface is DisplayPort
[    40.475] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    40.475] (II) modeset(0): Gamma: 2.20
[    40.475] (II) modeset(0): No DPMS capabilities specified
[    40.475] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    40.475] (II) modeset(0): First detailed timing is preferred mode
[    40.475] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    40.475] (II) modeset(0): redX: 0.575 redY: 0.346   greenX: 0.347 greenY: 0.572
[    40.475] (II) modeset(0): blueX: 0.158 blueY: 0.117   whiteX: 0.313 whiteY: 0.329
[    40.475] (II) modeset(0): Manufacturer's mask: 0
[    40.475] (II) modeset(0): Supported detailed timing:
[    40.475] (II) modeset(0): clock: 141.0 MHz   Image Size:  344 x 193 mm
[    40.475] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2086 h_border: 0
[    40.475] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[    40.475] (II) modeset(0): Unknown vendor-specific block f
[    40.475] (II) modeset(0):  AUO
[    40.475] (II) modeset(0):  B156HAN02.1
[    40.475] (II) modeset(0): EDID (in hex):
[    40.475] (II) modeset(0): 	00ffffffffffff0006afed2100000000
[    40.475] (II) modeset(0): 	001a0104a5221378026e859358589228
[    40.475] (II) modeset(0): 	1e505400000001010101010101010101
[    40.475] (II) modeset(0): 	010101010101143780a670382e406c30
[    40.475] (II) modeset(0): 	aa0058c1100000180000000f00000000
[    40.475] (II) modeset(0): 	00000000000000000020000000fe0041
[    40.475] (II) modeset(0): 	554f0a202020202020202020000000fe
[    40.475] (II) modeset(0): 	004231353648414e30322e31200a0026
[    40.475] (II) modeset(0): Printing probed modes for output eDP-1
[    40.475] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 2028 2076 2086  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    40.475] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    40.475] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    40.475] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    40.475] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    40.475] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    40.475] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    40.475] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    40.475] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    40.475] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    40.475] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    40.475] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    40.475] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    40.475] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    40.475] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    40.475] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    40.475] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    40.475] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    40.475] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    40.476] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    40.476] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    40.476] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    40.476] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    40.476] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    40.476] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    40.476] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    40.476] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    40.476] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    40.476] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    40.476] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    40.476] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    40.476] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    40.476] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    40.476] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    40.476] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    40.476] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    40.476] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    40.476] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    40.476] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    40.476] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    40.476] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    40.476] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    40.476] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    40.476] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    40.476] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    40.476] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    40.476] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    40.476] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    40.476] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    40.476] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    40.476] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    40.476] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    40.476] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    40.476] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    40.476] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    40.476] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    40.476] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    40.476] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    40.476] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    40.476] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    40.476] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    40.476] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    40.476] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    40.476] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    40.476] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    40.476] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    40.476] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    40.476] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    40.476] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    40.476] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    40.476] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    40.476] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    40.476] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    40.476] (II) modeset(0): EDID for output HDMI-1
[    40.476] (II) modeset(0): EDID for output DP-1
[    40.476] (II) modeset(0): EDID for output DP-2
[    40.476] (II) modeset(0): EDID for output DP-3
[    40.476] (II) modeset(0): EDID for output DP-4
[    40.476] (II) modeset(0): Output eDP-1 connected
[    40.476] (II) modeset(0): Output HDMI-1 disconnected
[    40.476] (II) modeset(0): Output DP-1 disconnected
[    40.476] (II) modeset(0): Output DP-2 disconnected
[    40.476] (II) modeset(0): Output DP-3 disconnected
[    40.476] (II) modeset(0): Output DP-4 disconnected
[    40.476] (II) modeset(0): Using exact sizes for initial modes
[    40.476] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    40.476] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    40.476] (==) modeset(0): DPI set to (96, 96)
[    40.476] (II) Loading sub module "fb"
[    40.476] (II) LoadModule: "fb"
[    40.476] (II) Loading /usr/lib/xorg/modules/libfb.so
[    40.477] (II) Module fb: vendor="X.Org Foundation"
[    40.477] 	compiled for 1.20.13, module version = 1.0.0
[    40.477] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    40.477] (II) Loading sub module "shadow"
[    40.477] (II) LoadModule: "shadow"
[    40.477] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    40.477] (II) Module shadow: vendor="X.Org Foundation"
[    40.477] 	compiled for 1.20.13, module version = 1.1.0
[    40.477] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    40.477] (==) modeset(0): Backing store enabled
[    40.477] (==) modeset(0): Silken mouse disabled
[    40.548] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    40.549] (==) modeset(0): DPMS enabled
[    40.549] (II) Initializing extension Generic Event Extension
[    40.549] (II) Initializing extension SHAPE
[    40.549] (II) Initializing extension MIT-SHM
[    40.549] (II) Initializing extension XInputExtension
[    40.549] (II) Initializing extension XTEST
[    40.549] (II) Initializing extension BIG-REQUESTS
[    40.549] (II) Initializing extension SYNC
[    40.549] (II) Initializing extension XKEYBOARD
[    40.549] (II) Initializing extension XC-MISC
[    40.549] (II) Initializing extension SECURITY
[    40.549] (II) Initializing extension XFIXES
[    40.549] (II) Initializing extension RENDER
[    40.549] (II) Initializing extension RANDR
[    40.549] (II) Initializing extension COMPOSITE
[    40.549] (II) Initializing extension DAMAGE
[    40.549] (II) Initializing extension MIT-SCREEN-SAVER
[    40.549] (II) Initializing extension DOUBLE-BUFFER
[    40.549] (II) Initializing extension RECORD
[    40.549] (II) Initializing extension DPMS
[    40.549] (II) Initializing extension Present
[    40.549] (II) Initializing extension DRI3
[    40.549] (II) Initializing extension X-Resource
[    40.549] (II) Initializing extension XVideo
[    40.549] (II) Initializing extension XVideo-MotionCompensation
[    40.549] (II) Initializing extension GLX
[    40.549] (II) AIGLX: Screen 0 is not DRI2 capable
[    40.559] (II) IGLX: Loaded and initialized swrast
[    40.559] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    40.559] (II) Initializing extension XFree86-VidModeExtension
[    40.559] (II) Initializing extension XFree86-DGA
[    40.559] (II) Initializing extension XFree86-DRI
[    40.559] (II) Initializing extension DRI2
[    40.559] (II) modeset(0): Damage tracking initialized
[    40.559] (II) modeset(0): Setting screen physical size to 508 x 285
[    40.585] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    40.585] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    40.585] (II) LoadModule: "libinput"
[    40.585] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    40.587] (II) Module libinput: vendor="X.Org Foundation"
[    40.587] 	compiled for 1.20.11, module version = 1.1.0
[    40.587] 	Module class: X.Org XInput Driver
[    40.587] 	ABI class: X.Org XInput driver, version 24.1
[    40.587] (II) Using input driver 'libinput' for 'Video Bus'
[    40.587] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 14 paused 0
[    40.587] (**) Video Bus: always reports core events
[    40.587] (**) Option "Device" "/dev/input/event4"
[    40.587] (**) Option "_source" "server/udev"
[    40.589] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    40.589] (II) event4  - Video Bus: device is a keyboard
[    40.589] (II) event4  - Video Bus: device removed
[    40.589] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event4"
[    40.589] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    40.589] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    40.589] (II) event4  - Video Bus: device is a keyboard
[    40.589] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    40.590] (II) No input driver specified, ignoring this device.
[    40.590] (II) This device may have been added with another device file.
[    40.590] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    40.590] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    40.590] (II) Using input driver 'libinput' for 'Power Button'
[    40.590] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 17 paused 0
[    40.590] (**) Power Button: always reports core events
[    40.590] (**) Option "Device" "/dev/input/event2"
[    40.590] (**) Option "_source" "server/udev"
[    40.591] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    40.591] (II) event2  - Power Button: device is a keyboard
[    40.591] (II) event2  - Power Button: device removed
[    40.591] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    40.591] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    40.591] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    40.591] (II) event2  - Power Button: device is a keyboard
[    40.591] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    40.591] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    40.591] (II) Using input driver 'libinput' for 'Sleep Button'
[    40.592] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 18 paused 0
[    40.592] (**) Sleep Button: always reports core events
[    40.592] (**) Option "Device" "/dev/input/event1"
[    40.592] (**) Option "_source" "server/udev"
[    40.592] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    40.592] (II) event1  - Sleep Button: device is a keyboard
[    40.592] (II) event1  - Sleep Button: device removed
[    40.592] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    40.592] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    40.592] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    40.592] (II) event1  - Sleep Button: device is a keyboard
[    40.593] (II) config/udev: Adding input device HD Webcam: HD Webcam (/dev/input/event7)
[    40.593] (**) HD Webcam: HD Webcam: Applying InputClass "libinput keyboard catchall"
[    40.593] (II) Using input driver 'libinput' for 'HD Webcam: HD Webcam'
[    40.593] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 19 paused 0
[    40.593] (**) HD Webcam: HD Webcam: always reports core events
[    40.593] (**) Option "Device" "/dev/input/event7"
[    40.593] (**) Option "_source" "server/udev"
[    40.594] (II) event7  - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[    40.594] (II) event7  - HD Webcam: HD Webcam: device is a keyboard
[    40.594] (II) event7  - HD Webcam: HD Webcam: device removed
[    40.594] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input8/event7"
[    40.594] (II) XINPUT: Adding extended input device "HD Webcam: HD Webcam" (type: KEYBOARD, id 9)
[    40.594] (II) event7  - HD Webcam: HD Webcam: is tagged by udev as: Keyboard
[    40.595] (II) event7  - HD Webcam: HD Webcam: device is a keyboard
[    40.595] (II) config/udev: Adding input device PNP0C50:00 04F3:30AA Mouse (/dev/input/event8)
[    40.595] (**) PNP0C50:00 04F3:30AA Mouse: Applying InputClass "libinput pointer catchall"
[    40.595] (II) Using input driver 'libinput' for 'PNP0C50:00 04F3:30AA Mouse'
[    40.595] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 20 paused 0
[    40.595] (**) PNP0C50:00 04F3:30AA Mouse: always reports core events
[    40.595] (**) Option "Device" "/dev/input/event8"
[    40.595] (**) Option "_source" "server/udev"
[    40.596] (II) event8  - PNP0C50:00 04F3:30AA Mouse: is tagged by udev as: Mouse Pointingstick
[    40.596] (II) event8  - PNP0C50:00 04F3:30AA Mouse: device is a pointer
[    40.596] (II) event8  - PNP0C50:00 04F3:30AA Mouse: device removed
[    40.596] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-PNP0C50:00/0018:04F3:30AA.0001/input/input16/event8"
[    40.596] (II) XINPUT: Adding extended input device "PNP0C50:00 04F3:30AA Mouse" (type: MOUSE, id 10)
[    40.596] (**) Option "AccelerationScheme" "none"
[    40.596] (**) PNP0C50:00 04F3:30AA Mouse: (accel) selected scheme none/0
[    40.596] (**) PNP0C50:00 04F3:30AA Mouse: (accel) acceleration factor: 2.000
[    40.596] (**) PNP0C50:00 04F3:30AA Mouse: (accel) acceleration threshold: 4
[    40.597] (II) event8  - PNP0C50:00 04F3:30AA Mouse: is tagged by udev as: Mouse Pointingstick
[    40.597] (II) event8  - PNP0C50:00 04F3:30AA Mouse: device is a pointer
[    40.597] (II) config/udev: Adding input device PNP0C50:00 04F3:30AA Mouse (/dev/input/mouse0)
[    40.597] (II) No input driver specified, ignoring this device.
[    40.597] (II) This device may have been added with another device file.
[    40.598] (II) config/udev: Adding input device PNP0C50:00 04F3:30AA Touchpad (/dev/input/event9)
[    40.598] (**) PNP0C50:00 04F3:30AA Touchpad: Applying InputClass "libinput touchpad catchall"
[    40.598] (II) Using input driver 'libinput' for 'PNP0C50:00 04F3:30AA Touchpad'
[    40.598] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 21 paused 0
[    40.598] (**) PNP0C50:00 04F3:30AA Touchpad: always reports core events
[    40.598] (**) Option "Device" "/dev/input/event9"
[    40.598] (**) Option "_source" "server/udev"
[    40.598] (II) event9  - PNP0C50:00 04F3:30AA Touchpad: is tagged by udev as: Touchpad
[    40.599] (II) event9  - PNP0C50:00 04F3:30AA Touchpad: device is a touchpad
[    40.599] (II) event9  - PNP0C50:00 04F3:30AA Touchpad: device removed
[    40.600] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-PNP0C50:00/0018:04F3:30AA.0001/input/input18/event9"
[    40.600] (II) XINPUT: Adding extended input device "PNP0C50:00 04F3:30AA Touchpad" (type: TOUCHPAD, id 11)
[    40.600] (**) Option "AccelerationScheme" "none"
[    40.600] (**) PNP0C50:00 04F3:30AA Touchpad: (accel) selected scheme none/0
[    40.600] (**) PNP0C50:00 04F3:30AA Touchpad: (accel) acceleration factor: 2.000
[    40.600] (**) PNP0C50:00 04F3:30AA Touchpad: (accel) acceleration threshold: 4
[    40.601] (II) event9  - PNP0C50:00 04F3:30AA Touchpad: is tagged by udev as: Touchpad
[    40.602] (II) event9  - PNP0C50:00 04F3:30AA Touchpad: device is a touchpad
[    40.602] (II) config/udev: Adding input device PNP0C50:00 04F3:30AA Touchpad (/dev/input/mouse1)
[    40.602] (II) No input driver specified, ignoring this device.
[    40.602] (II) This device may have been added with another device file.
[    40.602] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event14)
[    40.602] (II) No input driver specified, ignoring this device.
[    40.602] (II) This device may have been added with another device file.
[    40.603] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event15)
[    40.603] (II) No input driver specified, ignoring this device.
[    40.603] (II) This device may have been added with another device file.
[    40.603] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event16)
[    40.603] (II) No input driver specified, ignoring this device.
[    40.603] (II) This device may have been added with another device file.
[    40.603] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event17)
[    40.603] (II) No input driver specified, ignoring this device.
[    40.603] (II) This device may have been added with another device file.
[    40.603] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event18)
[    40.603] (II) No input driver specified, ignoring this device.
[    40.603] (II) This device may have been added with another device file.
[    40.603] (II) config/udev: Adding input device gpio-keys (/dev/input/event12)
[    40.603] (II) No input driver specified, ignoring this device.
[    40.603] (II) This device may have been added with another device file.
[    40.603] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[    40.603] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    40.603] (II) Using input driver 'libinput' for 'Intel HID events'
[    40.604] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 22 paused 0
[    40.604] (**) Intel HID events: always reports core events
[    40.604] (**) Option "Device" "/dev/input/event5"
[    40.604] (**) Option "_source" "server/udev"
[    40.604] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[    40.604] (II) event5  - Intel HID events: device is a keyboard
[    40.604] (II) event5  - Intel HID events: device removed
[    40.604] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input6/event5"
[    40.604] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[    40.605] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[    40.605] (II) event5  - Intel HID events: device is a keyboard
[    40.605] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[    40.605] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    40.605] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    40.605] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 23 paused 0
[    40.605] (**) Intel HID 5 button array: always reports core events
[    40.605] (**) Option "Device" "/dev/input/event6"
[    40.605] (**) Option "_source" "server/udev"
[    40.606] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    40.606] (II) event6  - Intel HID 5 button array: device is a keyboard
[    40.606] (II) event6  - Intel HID 5 button array: device removed
[    40.606] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input7/event6"
[    40.606] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[    40.606] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    40.606] (II) event6  - Intel HID 5 button array: device is a keyboard
[    40.607] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    40.607] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    40.607] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    40.607] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[    40.607] (**) AT Translated Set 2 keyboard: always reports core events
[    40.607] (**) Option "Device" "/dev/input/event3"
[    40.607] (**) Option "_source" "server/udev"
[    40.607] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    40.607] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    40.608] (II) event3  - AT Translated Set 2 keyboard: device removed
[    40.608] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    40.608] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    40.609] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    40.609] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    40.609] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event13)
[    40.609] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[    40.609] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[    40.610] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 25 paused 0
[    40.610] (**) ETPS/2 Elantech Touchpad: always reports core events
[    40.610] (**) Option "Device" "/dev/input/event13"
[    40.610] (**) Option "_source" "server/udev"
[    40.610] (II) event13 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    40.611] (II) event13 - ETPS/2 Elantech Touchpad: device is a touchpad
[    40.611] (II) event13 - ETPS/2 Elantech Touchpad: device removed
[    40.611] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event13"
[    40.611] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[    40.612] (**) Option "AccelerationScheme" "none"
[    40.612] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[    40.612] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    40.612] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    40.612] (II) event13 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[    40.613] (II) event13 - ETPS/2 Elantech Touchpad: device is a touchpad
[    40.614] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse2)
[    40.614] (II) No input driver specified, ignoring this device.
[    40.614] (II) This device may have been added with another device file.
[    40.614] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[    40.614] (II) No input driver specified, ignoring this device.
[    40.614] (II) This device may have been added with another device file.
[    40.615] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event10)
[    40.615] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    40.615] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[    40.615] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 26 paused 0
[    40.615] (**) MSI WMI hotkeys: always reports core events
[    40.615] (**) Option "Device" "/dev/input/event10"
[    40.615] (**) Option "_source" "server/udev"
[    40.616] (II) event10 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    40.616] (II) event10 - MSI WMI hotkeys: device is a keyboard
[    40.616] (II) event10 - MSI WMI hotkeys: device removed
[    40.616] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event10"
[    40.616] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[    40.616] (II) event10 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[    40.616] (II) event10 - MSI WMI hotkeys: device is a keyboard
[    40.897] (II) modeset(0): EDID vendor "AUO", prod id 8685
[    40.897] (II) modeset(0): Printing DDC gathered Modelines:
[    40.897] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 2028 2076 2086  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   526.267] (**) Option "fd" "14"
[   526.268] (II) event4  - Video Bus: device removed
[   526.268] (**) Option "fd" "17"
[   526.268] (II) event2  - Power Button: device removed
[   526.268] (**) Option "fd" "18"
[   526.268] (II) event1  - Sleep Button: device removed
[   526.268] (**) Option "fd" "19"
[   526.268] (II) event7  - HD Webcam: HD Webcam: device removed
[   526.268] (**) Option "fd" "20"
[   526.268] (II) event8  - PNP0C50:00 04F3:30AA Mouse: device removed
[   526.268] (**) Option "fd" "21"
[   526.268] (II) event9  - PNP0C50:00 04F3:30AA Touchpad: device removed
[   526.268] (**) Option "fd" "22"
[   526.268] (II) event5  - Intel HID events: device removed
[   526.268] (**) Option "fd" "23"
[   526.268] (II) event6  - Intel HID 5 button array: device removed
[   526.268] (**) Option "fd" "24"
[   526.268] (II) event3  - AT Translated Set 2 keyboard: device removed
[   526.268] (**) Option "fd" "25"
[   526.268] (II) event13 - ETPS/2 Elantech Touchpad: device removed
[   526.268] (**) Option "fd" "26"
[   526.268] (II) event10 - MSI WMI hotkeys: device removed
[   526.272] (II) UnloadModule: "libinput"
[   526.272] (II) systemd-logind: releasing fd for 13:74
[   526.274] (II) UnloadModule: "libinput"
[   526.274] (II) systemd-logind: releasing fd for 13:77
[   526.275] (II) UnloadModule: "libinput"
[   526.275] (II) systemd-logind: releasing fd for 13:67
[   526.276] (II) UnloadModule: "libinput"
[   526.276] (II) systemd-logind: releasing fd for 13:70
[   526.277] (II) UnloadModule: "libinput"
[   526.277] (II) systemd-logind: releasing fd for 13:69
[   526.278] (II) UnloadModule: "libinput"
[   526.278] (II) systemd-logind: releasing fd for 13:73
[   526.278] (II) UnloadModule: "libinput"
[   526.278] (II) systemd-logind: releasing fd for 13:72
[   526.279] (II) UnloadModule: "libinput"
[   526.279] (II) systemd-logind: releasing fd for 13:71
[   526.279] (II) UnloadModule: "libinput"
[   526.279] (II) systemd-logind: releasing fd for 13:65
[   526.280] (II) UnloadModule: "libinput"
[   526.280] (II) systemd-logind: releasing fd for 13:66
[   526.280] (II) UnloadModule: "libinput"
[   526.280] (II) systemd-logind: releasing fd for 13:68
[   526.326] (II) Server terminated successfully (0). Closing log file.

Offline

#12 2021-09-08 15:22:59

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

[    40.471] (II) modeset(0): Refusing to try glamor on llvmpipe
[    40.472] (EE) modeset(0): glamor initialization failed
…
[    40.549] (II) AIGLX: Screen 0 is not DRI2 capable
[    40.559] (II) IGLX: Loaded and initialized swrast
[    40.559] (II) GLX: Initialized DRISWRAST GL provider for screen 0

https://wiki.archlinux.org/title/Kernel … _KMS_start ?

Offline

#13 2021-09-09 10:47:29

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

I do have early KMS enabled, it works well in combination with "quiet" kernel command line to only show the vendor logo until GDM without flickering
How is it related ?

Offline

#14 2021-09-09 11:09:15

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

You end up using the software rasterizer - that's causing the CPU load.
A typical cause would be that the GPU isn't ready when X11 starts which can happen *without* early KMS.

If that's not the cause, it's probably because "very recent MSI Modern 15" and lacking in the kernel
=> dmesg?

Offline

#15 2021-09-09 11:14:56

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Ok, have to look it up a little, we're getting to the limits of my technical *knowledge* !

Are we looking for something specific in dmesg ? should I post the whole thing?

By the way it looks like I can't reproduce it now that I am booting the normal initramfs. (Probably have been booting the fallback for a while). Stellarium peaks at 70% and the fans run at normal speeds. But I don't see how that could be related. I'm running a couple tests

Offline

#16 2021-09-09 11:16:32

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

Post the whole output (don't copy it out of the terminal, redirect it into a file or ix.io)

By the way it looks like I can't reproduce it now that I am booting the normal initramfs.

Updated xorg log?

Offline

#17 2021-09-09 11:26:18

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Sorry, that was misleading, after a couple of reboots and tryouts the behavior is actually mostly the same whatever the image I boot.

Here is the dmesg output
http://ix.io/3ymr

Offline

#18 2021-09-09 11:59:20

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

seth wrote:

You end up using the software rasterizer - that's causing the CPU load.
A typical cause would be that the GPU isn't ready when X11 starts which can happen *without* early KMS.

still struggling with this, should I disable early KMS ? how can I check that I am using the software rasterizer? is it valid under Wayland ?

thanks very much for your help

Offline

#19 2021-09-09 12:19:20

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

should I disable early KMS

No.

how can I check that I am using the software rasterizer?

It's in your xorg log - whether and how the wayland compositor logs that depends on the wayland compositor at hand (gnome will likely write sth. to the system journal - if any)

is it valid under Wayland ?

Whatever causes this failure on X11 will have the same impact on wayland.
Are you using GDM and start X11 sessions from there?

Is the dmesg you posted from a "good" boot where stellarium only took 70% CPU?

Offline

#20 2021-09-09 12:52:10

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Here is a new Xorg log

I cannot see the previous modeset errors, only those errors are left :

[  4795.989] (EE) Failed to load module "intel" (module does not exist, 0)
[  4795.991] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  4795.991] (EE) Failed to load module "vesa" (module does not exist, 0)

So I guess that the modeset error was due to trying the older i965 driver. Maybe that triggered stellarium using 500 %, since the CPU was doing all the work ?

Now I'm back to standard, things mostly working but random CPU spikes (although now I realize that 100 % isn't really 100%...)

Nothing explains the total freeze from initial post though.

Offline

#21 2021-09-15 15:02:23

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Hi

Found something new which triggers it.

When I play a song in Gnome Music, the fans go crazy, "top" shows python3 using 100% CPU.

Gnome resource monitor is also interesting, one CPU core goes to 100% while the others are near idle, and after a few seconds another core goes to 100% etc..

Maybe the load somehow isn't shared which results in temperatures rising ?

Capture-d-cran-de-2021-09-15-16-53-48.png

Offline

#22 2021-09-29 16:33:39

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

Hi
Just bumping that up as it's still a major issue.

Yesterday thermald forced shut down the laptop while I was installing Arch in a VM after temps got too high

sept. 28 16:45:25 modern15 thermald[674]: critical temp reached
sept. 28 16:45:26 modern15 thermald[674]: critical temp reached
sept. 28 16:45:27 modern15 thermald[674]: critical temp reached
sept. 28 16:45:28 modern15 thermald[674]: critical temp reached
sept. 28 16:45:29 modern15 thermald[674]: critical temp reached

I can still see that under load (sometimes just launching a simple Gnome app....) only one core is at 100% for a few seconds, then another core takes over at 100%, etc... I cannot recall this behavior from previous laptops

Offline

#23 2021-09-30 07:01:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Laptop crashing and heating up while browsing

Are you sure that thermald shut the system down? It's goal is actually to mitigate stuff by adjusting the cpu freqs before self-protective a hardware intervention.

gnome-music had this in the past, https://gitlab.gnome.org/GNOME/gnome-music/-/issues/360 but I'd try to replicate any of your issues w/o gnome.
Run eg. an openbox session and nag the CPU a bit, https://wiki.archlinux.org/title/Stress … and_Memory and see what happens.

Offline

#24 2021-09-30 14:05:47

Cvlc
Member
Registered: 2020-03-26
Posts: 295

Re: Laptop crashing and heating up while browsing

seth wrote:

Are you sure that thermald shut the system down?

Well the laptop shut down instantly like the battery was torn out, and these were the last messages in journalctl so I assume thermald shut it down.

I wasn't running gnome-music at that point, just Firefox and installing arch in a VM (for the rnano issue you were helping me with smile )

It's just that so many apps seem to make the cpu usage peak like crazy. I'll try the openbox session

Last edited by Cvlc (2021-09-30 14:06:16)

Offline

Board footer

Powered by FluxBB