You are not logged in.

#1 2018-04-07 19:02:39

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

[SOLVED] Steam segfault with nvidia driver after update

After updating nvidia driver to 390.48 and linux to 4.16.2 and rebooting, Steam now segfaults on startup.
Using nouveau instead of nvidia fixes it.

Segfault :

[glow@GlowArch ~]$ steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1522709999)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Installing breakpad exception handler for appid(steam)/version(1522709999)
Installing breakpad exception handler for appid(steam)/version(1522709999)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
crash_20180407205858_1.dmp[1588]: Uploading dump (out-of-process)
/tmp/dumps/crash_20180407205858_1.dmp
/home/glow/.local/share/Steam/steam.sh: line 927:  1574 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
crash_20180407205858_1.dmp[1588]: Finished uploading minidump (out-of-process): success = yes
crash_20180407205858_1.dmp[1588]: response: CrashID=bp-04abc1af-a4c6-4aa0-b516-237092180407
crash_20180407205858_1.dmp[1588]: file ''/tmp/dumps/crash_20180407205858_1.dmp'', upload yes: ''CrashID=bp-04abc1af-a4c6-4aa0-b516-237092180407''

coredump:

[glow@GlowArch ~]$ sudo coredumpctl info
           PID: 1574 (steam)
           UID: 1000 (glow)
           GID: 100 (users)
        Signal: 11 (SEGV)
     Timestamp: Sat 2018-04-07 20:59:06 CEST (17s ago)
  Command Line: /home/glow/.local/share/Steam/ubuntu12_32/steam
    Executable: /home/glow/.local/share/Steam/ubuntu12_32/steam
 Control Group: /user.slice/user-1000.slice/session-c1.scope
          Unit: session-c1.scope
         Slice: user-1000.slice
       Session: c1
     Owner UID: 1000 (glow)
       Boot ID: d04bd1ce467b4f14bd98e15a6a138792
    Machine ID: 3be51d0706524e3e9c8df7ee81ec0ce7
      Hostname: GlowArch
       Storage: /var/lib/systemd/coredump/core.steam.1000.d04bd1ce467b4f14bd98e15a6a138792.1574.1523127546000000.lz4
       Message: Process 1574 (steam) of user 1000 dumped core.
                
                Stack trace of thread 1574:
                #0  0x00000000e9eb6e79 n/a (/home/glow/.local/share/Steam/ubuntu12_32/vgui2_s.so)

gdb output :

[glow@GlowArch ~]$ DEBUGGER=gdb steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/glow/.local/share/Steam/ubuntu12_32/steam...(no debugging symbols found)...done.
LD_PRELOAD = /usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so
(gdb) r
Starting program: /home/glow/.local/share/Steam/ubuntu12_32/steam 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Installing breakpad exception handler for appid(steam)/version(1522709999)
[New Thread 0xf06efb40 (LWP 1750)]
[New Thread 0xefcffb40 (LWP 1751)]
[New Thread 0xef2ffb40 (LWP 1752)]
[New Thread 0xee8ffb40 (LWP 1753)]
libGL error: No matching fbConfigs or visuals found
[Thread 0xee8ffb40 (LWP 1753) exited]
[Thread 0xef2ffb40 (LWP 1752) exited]
[Thread 0xefcffb40 (LWP 1751) exited]
[Thread 0xf06efb40 (LWP 1750) exited]
libGL error: failed to load driver: swrast
[New Thread 0xf73efb40 (LWP 1754)]
Installing breakpad exception handler for appid(steam)/version(1522709999)
Installing breakpad exception handler for appid(steam)/version(1522709999)
[New Thread 0xf72eeb40 (LWP 1755)]
[New Thread 0xee8ffb40 (LWP 1757)]
[New Thread 0xef2ffb40 (LWP 1758)]
[New Thread 0xefcffb40 (LWP 1759)]
[New Thread 0xf06efb40 (LWP 1760)]
libGL error: No matching fbConfigs or visuals found
[Thread 0xf06efb40 (LWP 1760) exited]
[Thread 0xefcffb40 (LWP 1759) exited]
[Thread 0xef2ffb40 (LWP 1758) exited]
[Thread 0xee8ffb40 (LWP 1757) exited]
libGL error: failed to load driver: swrast

Thread 1 "steam" received signal SIGSEGV, Segmentation fault.
0xe9f81e79 in ?? () from /home/glow/.local/share/Steam/ubuntu12_32/vgui2_s.so
(gdb) bt
#0  0xe9f81e79 in ?? () from /home/glow/.local/share/Steam/ubuntu12_32/vgui2_s.so
#1  0xe9fd2544 in ?? () from /home/glow/.local/share/Steam/ubuntu12_32/vgui2_s.so
#2  0xe9fe4d66 in ?? () from /home/glow/.local/share/Steam/ubuntu12_32/vgui2_s.so
#3  0xed7b977c in ?? () from /home/glow/.local/share/Steam/ubuntu12_32/steamui.so
#4  0xece0eb83 in ?? () from /home/glow/.local/share/Steam/ubuntu12_32/steamui.so
#5  0xed2fe2c6 in ?? () from /home/glow/.local/share/Steam/ubuntu12_32/steamui.so
#6  0x5658cc70 in RunSteam(int, char**, bool) ()
#7  0x5658dbbb in ?? ()
#8  0x56578e6c in ?? ()
#9  0xf79fb793 in __libc_start_main () from /usr/lib32/libc.so.6
#10 0x5657c711 in _start ()
(gdb)

my config:

[glow@GlowArch ~]$ lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V (rev 05)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation B85 Express LPC Controller (rev 05)
00:1f.2 IDE interface: Intel Corporation 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)
03:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)

I do not know what to do now, any help appreciated.

Last edited by GloW_on_dub (2018-04-11 03:33:09)

Offline

#2 2018-04-07 22:27:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Steam segfault with nvidia driver after update

You aren't resolving a proper libGL, that could be due to the more invasive changes in 4.16 though.

What's

pacman -Qs nvidia
pacman -Q linux
uname -a

output?

Mod note: Moving to testing.

Offline

#3 2018-04-07 23:28:11

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Steam segfault with nvidia driver after update

The output of glxinfo and dmesg as well please.

Offline

#4 2018-04-08 08:13:52

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: [SOLVED] Steam segfault with nvidia driver after update

Thanks, here are the asked informations.

[glow@GlowArch ~]$ pacman -Qs nvidia
local/lib32-libvdpau 1.1.1-2
    Nvidia VDPAU library
local/libvdpau 1.1.1+3+ga21bf7a-1
    Nvidia VDPAU library
local/nvidia 390.48-5
    NVIDIA drivers for linux
local/nvidia-utils 390.48-1
    NVIDIA drivers utilities
[glow@GlowArch ~]$ pacman -Q linux
linux 4.16-2
[glow@GlowArch ~]$ uname -a
Linux GlowArch 4.16.0-2-ARCH #1 SMP PREEMPT Fri Apr 6 23:06:20 UTC 2018 x86_64 GNU/Linux
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
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_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_libglvnd, 
    GLX_EXT_stereo_tree, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer, 
    GLX_NV_robustness_video_memory_purge, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
client glx vendor string: NVIDIA Corporation
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_get_proc_address, GLX_ARB_multisample, 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_stereo_tree, GLX_EXT_swap_control, 
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_copy_buffer, 
    GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer, 
    GLX_NV_multisample_coverage, GLX_NV_present_video, 
    GLX_NV_robustness_video_memory_purge, GLX_NV_swap_group, 
    GLX_NV_video_capture, GLX_NV_video_out, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, 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_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_stereo_tree, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_copy_image, GLX_NV_delay_before_swap, GLX_NV_float_buffer, 
    GLX_NV_robustness_video_memory_purge, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 2048 MB
    Total available memory: 2048 MB
    Currently available dedicated video memory: 1935 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 750 Ti/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.48
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    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_bindless_texture, 
    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_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_compute_variable_group_size, 
    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_geometry_shader4, 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_imaging, 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_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_ballot, GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    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_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_sparse_buffer, GL_ARB_sparse_texture, 
    GL_ARB_spirv_extensions, GL_ARB_stencil_texturing, GL_ARB_sync, 
    GL_ARB_tessellation_shader, 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_anisotropic, 
    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_64bit, 
    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_draw_buffers, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, 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_depth_bounds_test, 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_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, GL_EXT_memory_object, GL_EXT_memory_object_fd, 
    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_semaphore, GL_EXT_semaphore_fd, GL_EXT_separate_shader_objects, 
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_formatted, 
    GL_EXT_shader_image_load_store, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    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_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_EXT_window_rectangles, 
    GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, 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_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
    GL_NVX_nvenc_interop, GL_NV_ES1_1_compatibility, 
    GL_NV_ES3_1_compatibility, GL_NV_alpha_to_coverage_dither_control, 
    GL_NV_bindless_multi_draw_indirect, 
    GL_NV_bindless_multi_draw_indirect_count, GL_NV_bindless_texture, 
    GL_NV_blend_equation_advanced, GL_NV_blend_equation_advanced_coherent, 
    GL_NV_blend_minmax_factor, GL_NV_blend_square, GL_NV_command_list, 
    GL_NV_compute_program5, GL_NV_conditional_render, 
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float, 
    GL_NV_depth_clamp, GL_NV_draw_texture, GL_NV_draw_vulkan_image, 
    GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer, 
    GL_NV_fog_distance, GL_NV_fragment_program, GL_NV_fragment_program2, 
    GL_NV_fragment_program_option, GL_NV_framebuffer_multisample_coverage, 
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1, 
    GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended, 
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
    GL_NV_internalformat_sample_query, GL_NV_light_max_exponent, 
    GL_NV_multisample_coverage, GL_NV_multisample_filter_hint, 
    GL_NV_occlusion_query, GL_NV_packed_depth_stencil, 
    GL_NV_parameter_buffer_object, GL_NV_parameter_buffer_object2, 
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite, 
    GL_NV_primitive_restart, GL_NV_query_resource, GL_NV_query_resource_tag, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_robustness_video_memory_purge, GL_NV_shader_atomic_counters, 
    GL_NV_shader_atomic_float, GL_NV_shader_atomic_int64, 
    GL_NV_shader_buffer_load, GL_NV_shader_storage_buffer_object, 
    GL_NV_shader_thread_group, GL_NV_shader_thread_shuffle, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, 
    GL_NV_texture_rectangle_compressed, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_uniform_buffer_unified_memory, 
    GL_NV_vdpau_interop, GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
    GL_NV_vertex_attrib_integer_64bit, GL_NV_vertex_buffer_unified_memory, 
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

OpenGL version string: 4.6.0 NVIDIA 390.48
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    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_bindless_texture, 
    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_compute_variable_group_size, 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_geometry_shader4, 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_imaging, 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_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_ballot, GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    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_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_sparse_buffer, GL_ARB_sparse_texture, 
    GL_ARB_spirv_extensions, GL_ARB_stencil_texturing, GL_ARB_sync, 
    GL_ARB_tessellation_shader, 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_anisotropic, 
    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_64bit, 
    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_draw_buffers, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, 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_depth_bounds_test, 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_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, GL_EXT_memory_object, GL_EXT_memory_object_fd, 
    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_semaphore, GL_EXT_semaphore_fd, GL_EXT_separate_shader_objects, 
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_formatted, 
    GL_EXT_shader_image_load_store, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    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_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_EXT_window_rectangles, 
    GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, 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_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
    GL_NVX_nvenc_interop, GL_NV_ES1_1_compatibility, 
    GL_NV_ES3_1_compatibility, GL_NV_alpha_to_coverage_dither_control, 
    GL_NV_bindless_multi_draw_indirect, 
    GL_NV_bindless_multi_draw_indirect_count, GL_NV_bindless_texture, 
    GL_NV_blend_equation_advanced, GL_NV_blend_equation_advanced_coherent, 
    GL_NV_blend_minmax_factor, GL_NV_blend_square, GL_NV_command_list, 
    GL_NV_compute_program5, GL_NV_conditional_render, 
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float, 
    GL_NV_depth_clamp, GL_NV_draw_texture, GL_NV_draw_vulkan_image, 
    GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer, 
    GL_NV_fog_distance, GL_NV_fragment_program, GL_NV_fragment_program2, 
    GL_NV_fragment_program_option, GL_NV_framebuffer_multisample_coverage, 
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1, 
    GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended, 
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
    GL_NV_internalformat_sample_query, GL_NV_light_max_exponent, 
    GL_NV_multisample_coverage, GL_NV_multisample_filter_hint, 
    GL_NV_occlusion_query, GL_NV_packed_depth_stencil, 
    GL_NV_parameter_buffer_object, GL_NV_parameter_buffer_object2, 
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite, 
    GL_NV_primitive_restart, GL_NV_query_resource, GL_NV_query_resource_tag, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_robustness_video_memory_purge, GL_NV_shader_atomic_counters, 
    GL_NV_shader_atomic_float, GL_NV_shader_atomic_int64, 
    GL_NV_shader_buffer_load, GL_NV_shader_storage_buffer_object, 
    GL_NV_shader_thread_group, GL_NV_shader_thread_shuffle, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, 
    GL_NV_texture_rectangle_compressed, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_uniform_buffer_unified_memory, 
    GL_NV_vdpau_interop, GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
    GL_NV_vertex_attrib_integer_64bit, GL_NV_vertex_buffer_unified_memory, 
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.48
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
    GL_ANDROID_extension_pack_es31a, GL_EXT_base_instance, 
    GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_buffer_storage, 
    GL_EXT_clear_texture, 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_conservative_depth, 
    GL_EXT_copy_image, GL_EXT_debug_label, GL_EXT_discard_framebuffer, 
    GL_EXT_disjoint_timer_query, GL_EXT_draw_buffers_indexed, 
    GL_EXT_draw_elements_base_vertex, GL_EXT_draw_transform_feedback, 
    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_memory_object, GL_EXT_memory_object_fd, GL_EXT_multi_draw_indirect, 
    GL_EXT_multisample_compatibility, GL_EXT_multisampled_render_to_texture, 
    GL_EXT_multisampled_render_to_texture2, GL_EXT_occlusion_query_boolean, 
    GL_EXT_polygon_offset_clamp, GL_EXT_primitive_bounding_box, 
    GL_EXT_render_snorm, GL_EXT_robustness, GL_EXT_sRGB, 
    GL_EXT_sRGB_write_control, GL_EXT_semaphore, GL_EXT_semaphore_fd, 
    GL_EXT_separate_shader_objects, GL_EXT_shader_group_vote, 
    GL_EXT_shader_implicit_conversions, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_io_blocks, GL_EXT_shader_non_constant_global_initializers, 
    GL_EXT_shader_texture_lod, GL_EXT_shadow_samplers, GL_EXT_sparse_texture, 
    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_cube_map_array, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_format_BGRA8888, GL_EXT_texture_mirror_clamp_to_edge, 
    GL_EXT_texture_norm16, GL_EXT_texture_rg, GL_EXT_texture_sRGB_R8, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage, GL_EXT_texture_view, 
    GL_EXT_unpack_subimage, GL_EXT_window_rectangles, 
    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_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior, 
    GL_KHR_robustness, GL_NV_bgr, GL_NV_bindless_texture, 
    GL_NV_blend_equation_advanced, GL_NV_blend_equation_advanced_coherent, 
    GL_NV_blend_minmax_factor, GL_NV_conditional_render, GL_NV_copy_buffer, 
    GL_NV_copy_image, GL_NV_draw_buffers, GL_NV_draw_instanced, 
    GL_NV_draw_texture, GL_NV_draw_vulkan_image, 
    GL_NV_explicit_attrib_location, GL_NV_fbo_color_attachments, 
    GL_NV_framebuffer_blit, GL_NV_framebuffer_multisample, 
    GL_NV_generate_mipmap_sRGB, GL_NV_gpu_shader5, GL_NV_image_formats, 
    GL_NV_instanced_arrays, GL_NV_internalformat_sample_query, 
    GL_NV_non_square_matrices, GL_NV_occlusion_query_samples, 
    GL_NV_pack_subimage, GL_NV_packed_float, GL_NV_packed_float_linear, 
    GL_NV_path_rendering, GL_NV_pixel_buffer_object, GL_NV_polygon_mode, 
    GL_NV_read_buffer, GL_NV_read_depth, GL_NV_read_depth_stencil, 
    GL_NV_read_stencil, GL_NV_sRGB_formats, 
    GL_NV_shader_noperspective_interpolation, GL_NV_shadow_samplers_array, 
    GL_NV_shadow_samplers_cube, GL_NV_texture_array, GL_NV_texture_barrier, 
    GL_NV_texture_border_clamp, GL_NV_texture_compression_latc, 
    GL_NV_texture_compression_s3tc, GL_NV_texture_compression_s3tc_update, 
    GL_NV_timer_query, GL_NV_viewport_array, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, GL_OES_depth24, 
    GL_OES_depth32, 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_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_tessellation_point_size, GL_OES_tessellation_shader, 
    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

132 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x022 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x024 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x025 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x026 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x027 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x028 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x029 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x02a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x02b 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x02c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x02d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x02e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x02f 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x030 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x031 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x032 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x033 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x034 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x035 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x036 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x037 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x038 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x039 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03a 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03b 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x03c 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x03d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03f 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x040 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x041 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x042 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x043 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x044 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x045 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x046 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x047 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x048 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x049 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x04a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x04b 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x050 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x051 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x052 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x053 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x054 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x055 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x056 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x057 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x058 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x059 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x05a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x05b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x05c 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x05d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x05e 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x05f 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x060 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x061 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x062 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x063 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x064 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x065 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x066 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x067 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x068 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x069 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x06a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x06b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x06c 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x06d 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x06e 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x06f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x070 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x071 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x072 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x073 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x074 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x075 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x076 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x077 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x078 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x079 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x023 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x07a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x07b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x07c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x07d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x07e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x07f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x080 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x081 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x082 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x083 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x084 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x085 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x086 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x087 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x088 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x089 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x08a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x08b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x08c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x08d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x08e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x08f 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x090 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x091 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x092 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x093 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x094 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x095 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x096 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x097 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x098 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x099 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x09a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x09b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x09c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x09d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x09e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x09f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a0 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a1 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a2 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a3 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a4 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon

215 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x0a5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0a6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0a7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0a8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0a9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0aa 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0ab 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ac 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ad 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0ae 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0af 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0b2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0b3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b4 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0b6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0b7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0b8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0b9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0ba 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0bb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0bc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0bd 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0be 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0bf 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0c0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0c1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0c2 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0c3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0c4 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0c5 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0c6 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0c7 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0c8 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0c9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0ca 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0cb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0cc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0cd 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0ce 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0cf 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d2 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d4 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d5 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d6 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d7 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d8 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0da 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0db 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0dc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0dd 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0de 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0df 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0e0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0e1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0e2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0e3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0e4 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0e5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0ea 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0eb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0ec 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0ed 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0ee 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0ef 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f4 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0f6 24 dc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0f7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0f8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0f9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0fa 24 dc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0fb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0fc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0fd 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0fe 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ff 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x100 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x101 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x102 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x103 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x104 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x105 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x106 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x107 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x108 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x109 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x10a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x10b 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x10c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x10d 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x10e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x10f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x110 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x111 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x112 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x113 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x114 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x115 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x116 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x117 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x118 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x119 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x11a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x11b 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x11c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x11d 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x11e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x11f 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x120 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x121 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x122 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x123 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x124 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x125 32 tc  0  24  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x126 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x127 32 tc  0  24  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x128 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x129  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x12a  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x12b  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x12c  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x12d  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x12e  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x12f  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x130  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x131  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 16  0 16 16 16 16  0 0 None
0x132  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x133  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x134  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x135  0 sg  0  32  0    . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x136  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x137  0 sg  0  32  0    y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x138  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x139  0 sg  0  32  0    . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x13a  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x13b  0 sg  0  32  0    y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x13c  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x13d  0 sg  0  64  0    . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x13e  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x13f  0 sg  0  64  0    y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x140  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x141  0 sg  0 128  0    . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x142  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x143  0 sg  0 128  0    y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x144  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x145  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x146  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x147  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x148  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x149  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x14a  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x14b  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x14c  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x14d  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x14e  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x14f  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x150  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x151  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x152  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x153  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x154  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x155  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x156  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x157  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x158  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x159  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x15a  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x15b  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x15c  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x15d  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x15e  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x15f  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x160  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x161  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x162  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x163  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x164  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x165  0 sg  0  16  0    . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x166  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x167  0 sg  0  16  0    y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x168  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x169  0 sg  0  64  0    . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x16a  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x16b  0 sg  0  64  0    y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x16c  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x16d  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x16e  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x16f  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x170  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x171  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x172  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x173  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x174  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x175  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x176  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x177  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x178  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x179  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x17a  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x17b  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
[    0.000000] Linux version 4.16.0-2-ARCH (builduser@heftig-9939) (gcc version 7.3.1 20180312 (GCC)) #1 SMP PREEMPT Fri Apr 6 23:06:20 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3738b654-4a7a-417d-861a-28387deba29c rw quiet rw
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ca198fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca199000-0x00000000ca19ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca1a0000-0x00000000ca5f3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca5f4000-0x00000000caa27fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000caa28000-0x00000000dd681fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd682000-0x00000000dd88afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd88b000-0x00000000dd8a3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dd8a4000-0x00000000ddde0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ddde1000-0x00000000deffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUS All Series/B85-PRO GAMER, BIOS 2103 08/19/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7E00000000 write-back
[    0.000000]   1 base 0200000000 mask 7FF0000000 write-back
[    0.000000]   2 base 0210000000 mask 7FF8000000 write-back
[    0.000000]   3 base 0218000000 mask 7FFC000000 write-back
[    0.000000]   4 base 021C000000 mask 7FFE000000 write-back
[    0.000000]   5 base 021E000000 mask 7FFF000000 write-back
[    0.000000]   6 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] total RAM covered: 8176M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 32M 	num_reg: 6  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd810-0x000fd81f] mapped at [        (ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x1be646000, 0x1be646fff] PGTABLE
[    0.000000] BRK [0x1be647000, 0x1be647fff] PGTABLE
[    0.000000] BRK [0x1be648000, 0x1be648fff] PGTABLE
[    0.000000] BRK [0x1be649000, 0x1be649fff] PGTABLE
[    0.000000] BRK [0x1be64a000, 0x1be64afff] PGTABLE
[    0.000000] BRK [0x1be64b000, 0x1be64bfff] PGTABLE
[    0.000000] BRK [0x1be64c000, 0x1be64cfff] PGTABLE
[    0.000000] BRK [0x1be64d000, 0x1be64dfff] PGTABLE
[    0.000000] BRK [0x1be64e000, 0x1be64efff] PGTABLE
[    0.000000] BRK [0x1be64f000, 0x1be64ffff] PGTABLE
[    0.000000] BRK [0x1be650000, 0x1be650fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3722c000-0x3790dfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DD890080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DD89E848 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DD890198 00E6AE (v02 ALASKA A M I    00000031 INTL 20091112)
[    0.000000] ACPI: FACS 0x00000000DDDDF080 000040
[    0.000000] ACPI: APIC 0x00000000DD89E958 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DD89E9D0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: LPIT 0x00000000DD89EA18 00005C (v01 ALASKA A M I    00000000 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DD89EA78 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DD89EFB8 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20091112)
[    0.000000] ACPI: MCFG 0x00000000DD89FA90 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DD89FAD0 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DD89FB08 000495 (v01 IdeRef IdeTable 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DD89FFA0 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.000000] ACPI: BGRT 0x00000000DD8A34E0 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21effd000-0x21effffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000ca198fff]
[    0.000000]   node   0: [mem 0x00000000ca1a0000-0x00000000ca5f3fff]
[    0.000000]   node   0: [mem 0x00000000caa28000-0x00000000dd681fff]
[    0.000000]   node   0: [mem 0x00000000defff000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000021effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021effffff]
[    0.000000] On node 0 totalpages: 2081253
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14090 pages used for memmap
[    0.000000]   DMA32 zone: 901704 pages, LIFO batch:31
[    0.000000]   Normal zone: 18368 pages used for memmap
[    0.000000]   Normal zone: 1175552 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 99 pages
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xca199000-0xca19ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xca5f4000-0xcaa27fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd682000-0xdd88afff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd88b000-0xdd8a3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd8a4000-0xddde0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xddde1000-0xdeffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2048710
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3738b654-4a7a-417d-861a-28387deba29c rw quiet rw
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8097196K/8325012K available (10252K kernel code, 1260K rwdata, 3264K rodata, 1448K init, 632K bss, 227816K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 31664 entries in 124 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.005000] tsc: Fast TSC calibration using PIT
[    0.006000] tsc: Detected 3192.626 MHz processor
[    0.006000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e051488516, max_idle_ns: 440795336282 ns
[    0.006000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6385.25 BogoMIPS (lpj=3192626)
[    0.006000] pid_max: default: 32768 minimum: 301
[    0.006000] Security Framework initialized
[    0.006000] Yama: becoming mindful.
[    0.007540] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.008059] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008083] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008098] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008248] CPU: Physical Processor ID: 0
[    0.008249] CPU: Processor Core ID: 0
[    0.008253] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.008254] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.008257] mce: CPU supports 9 MCE banks
[    0.008264] CPU0: Thermal monitoring enabled (TM1)
[    0.008275] process: using mwait in idle threads
[    0.008278] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.008278] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.008279] Spectre V2 : Mitigation: Full generic retpoline
[    0.008913] Freeing SMP alternatives memory: 24K
[    0.011000] smpboot: CPU0: Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.014017] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.014047] ... version:                3
[    0.014048] ... bit width:              48
[    0.014048] ... generic registers:      8
[    0.014049] ... value mask:             0000ffffffffffff
[    0.014049] ... max period:             00007fffffffffff
[    0.014050] ... fixed-purpose events:   3
[    0.014050] ... event mask:             00000007000000ff
[    0.016014] Hierarchical SRCU implementation.
[    0.022105] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.024013] smp: Bringing up secondary CPUs ...
[    0.033022] x86: Booting SMP configuration:
[    0.033023] .... node  #0, CPUs:      #1 #2 #3
[    0.051297] smp: Brought up 1 node, 4 CPUs
[    0.051297] smpboot: Max logical packages: 1
[    0.051297] smpboot: Total of 4 processors activated (25541.00 BogoMIPS)
[    0.053135] devtmpfs: initialized
[    0.053135] x86/mm: Memory block size: 128MB
[    0.053490] PM: Registering ACPI NVS region [mem 0xca199000-0xca19ffff] (28672 bytes)
[    0.053490] PM: Registering ACPI NVS region [mem 0xdd8a4000-0xddde0fff] (5492736 bytes)
[    0.053490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.053490] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.053490] pinctrl core: initialized pinctrl subsystem
[    0.053490] RTC time:  8:09:18, date: 04/08/18
[    0.054020] NET: Registered protocol family 16
[    0.054126] cpuidle: using governor ladder
[    0.054126] cpuidle: using governor menu
[    0.054126] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.054126] ACPI: bus type PCI registered
[    0.054126] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.054126] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.054126] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.054126] PCI: Using configuration type 1 for base access
[    0.054126] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.055015] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.055015] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.055051] ACPI: Added _OSI(Module Device)
[    0.055052] ACPI: Added _OSI(Processor Device)
[    0.055053] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.055053] ACPI: Added _OSI(Processor Aggregator Device)
[    0.055197] ACPI: Executed 1 blocks of module-level executable AML code
[    0.060262] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.061078] ACPI: Dynamic OEM Table Load:
[    0.061082] ACPI: SSDT 0xFFFF958FD4D07000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20091112)
[    0.061494] ACPI: Dynamic OEM Table Load:
[    0.061498] ACPI: SSDT 0xFFFF958FD532B800 0005AA (v01 PmRef  ApIst    00003000 INTL 20091112)
[    0.061937] ACPI: Dynamic OEM Table Load:
[    0.061940] ACPI: SSDT 0xFFFF958FD4D03400 000119 (v01 PmRef  ApCst    00003000 INTL 20091112)
[    0.062969] ACPI: Interpreter enabled
[    0.062993] ACPI: (supports S0 S3 S4 S5)
[    0.062994] ACPI: Using IOAPIC for interrupt routing
[    0.063020] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.063286] ACPI: Enabled 11 GPEs in block 00 to 3F
[    0.072515] ACPI: Power Resource [FN00] (off)
[    0.072580] ACPI: Power Resource [FN01] (off)
[    0.072645] ACPI: Power Resource [FN02] (off)
[    0.072711] ACPI: Power Resource [FN03] (off)
[    0.072774] ACPI: Power Resource [FN04] (off)
[    0.073591] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.073595] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.073837] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.073988] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.073989] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.074397] PCI host bridge to bus 0000:00
[    0.074399] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.074400] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.074401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.074402] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.074403] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.074404] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.074405] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.074406] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.074407] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.074408] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.074409] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.074415] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.074490] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.074520] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.074643] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.074661] pci 0000:00:14.0: reg 0x10: [mem 0xf7120000-0xf712ffff 64bit]
[    0.074713] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.074773] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.074791] pci 0000:00:16.0: reg 0x10: [mem 0xf713a000-0xf713a00f 64bit]
[    0.074845] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.074907] pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
[    0.074922] pci 0000:00:19.0: reg 0x10: [mem 0xf7100000-0xf711ffff]
[    0.074929] pci 0000:00:19.0: reg 0x14: [mem 0xf7138000-0xf7138fff]
[    0.074935] pci 0000:00:19.0: reg 0x18: [io  0xf020-0xf03f]
[    0.074985] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.075048] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.075067] pci 0000:00:1a.0: reg 0x10: [mem 0xf7137000-0xf71373ff]
[    0.075140] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.075201] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.075218] pci 0000:00:1b.0: reg 0x10: [mem 0xf7130000-0xf7133fff 64bit]
[    0.075278] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.075340] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.075402] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.075505] pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
[    0.075568] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.075672] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.075691] pci 0000:00:1d.0: reg 0x10: [mem 0xf7136000-0xf71363ff]
[    0.075765] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.075827] pci 0000:00:1f.0: [8086:8c50] type 00 class 0x060100
[    0.075975] pci 0000:00:1f.2: [8086:8c00] type 00 class 0x01018f
[    0.075987] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.075993] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.076002] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.076007] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.076013] pci 0000:00:1f.2: reg 0x20: [io  0xf050-0xf05f]
[    0.076019] pci 0000:00:1f.2: reg 0x24: [io  0xf040-0xf04f]
[    0.076092] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.076107] pci 0000:00:1f.3: reg 0x10: [mem 0xf7135000-0xf71350ff 64bit]
[    0.076124] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.076226] pci 0000:01:00.0: [10de:1380] type 00 class 0x030000
[    0.076243] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.076252] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.076261] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.076268] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.076274] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.076363] pci 0000:01:00.1: [10de:0fbc] type 00 class 0x040300
[    0.076376] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.079014] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.079016] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.079018] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.079020] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.079071] acpiphp: Slot [1] registered
[    0.079074] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.079127] pci 0000:03:00.0: [1b21:1080] type 01 class 0x060401
[    0.079246] pci 0000:00:1c.3: PCI bridge to [bus 03-04] (subtractive decode)
[    0.079253] pci 0000:00:1c.3:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.079254] pci 0000:00:1c.3:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.079255] pci 0000:00:1c.3:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.079256] pci 0000:00:1c.3:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.079257] pci 0000:00:1c.3:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.079258] pci 0000:00:1c.3:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.079259] pci 0000:00:1c.3:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.079259] pci 0000:00:1c.3:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.079260] pci 0000:00:1c.3:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.079261] pci 0000:00:1c.3:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[    0.079349] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    0.079366] pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.079366] pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.079367] pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.079368] pci 0000:03:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.079369] pci 0000:03:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.079370] pci 0000:03:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.079371] pci 0000:03:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.079372] pci 0000:03:00.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.079373] pci 0000:03:00.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.079374] pci 0000:03:00.0:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[    0.080133] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.080185] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.080234] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.080283] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.080333] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.080383] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.080432] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.080482] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 7 10 11 12 14 15)
[    0.081006] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.081008] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.081009] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.081009] vgaarb: loaded
[    0.081111] EDAC MC: Ver: 3.0.0
[    0.081162] PCI: Using ACPI for IRQ routing
[    0.082225] PCI: pci_cache_line_size set to 64 bytes
[    0.082264] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.082265] e820: reserve RAM buffer [mem 0xca199000-0xcbffffff]
[    0.082266] e820: reserve RAM buffer [mem 0xca5f4000-0xcbffffff]
[    0.082266] e820: reserve RAM buffer [mem 0xdd682000-0xdfffffff]
[    0.082267] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.082268] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[    0.082334] NetLabel: Initializing
[    0.082334] NetLabel:  domain hash size = 128
[    0.082335] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.082344] NetLabel:  unlabeled traffic allowed by default
[    0.082347] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.082347] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.084010] clocksource: Switched to clocksource tsc-early
[    0.091200] VFS: Disk quotas dquot_6.6.0
[    0.091211] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.091257] pnp: PnP ACPI init
[    0.091334] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.091338] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.091512] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.091514] system 00:01: [io  0xffff] has been reserved
[    0.091515] system 00:01: [io  0xffff] has been reserved
[    0.091516] system 00:01: [io  0xffff] has been reserved
[    0.091517] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.091518] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.091520] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.091521] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.091522] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.091523] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.091526] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.091542] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.091583] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.091585] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.091666] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.091668] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.091669] system 00:04: [io  0x0a00-0x0aff] has been reserved
[    0.091671] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.091711] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.091714] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.091928] pnp 00:06: [dma 0 disabled]
[    0.091964] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.092380] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.092381] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.092383] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.092384] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.092385] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.092386] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.092387] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.092389] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.092390] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.092391] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.092392] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.092393] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.092396] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.092624] pnp: PnP ACPI: found 8 devices
[    0.097962] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.097975] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.097976] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.097978] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.097998] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf2000000-0xf21fffff]
[    0.098003] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf2200000-0xf23fffff 64bit pref]
[    0.098005] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.098007] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.098008] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.098010] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.098012] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.098015] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.098016] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.098020] pci 0000:00:1c.0:   bridge window [mem 0xf2000000-0xf21fffff]
[    0.098022] pci 0000:00:1c.0:   bridge window [mem 0xf2200000-0xf23fffff 64bit pref]
[    0.098026] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.098042] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    0.098051] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.098052] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.098053] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.098054] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.098055] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.098056] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.098057] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.098058] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.098059] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.098060] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff window]
[    0.098062] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.098063] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.098064] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.098065] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.098066] pci_bus 0000:02: resource 1 [mem 0xf2000000-0xf21fffff]
[    0.098067] pci_bus 0000:02: resource 2 [mem 0xf2200000-0xf23fffff 64bit pref]
[    0.098068] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.098069] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.098070] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.098071] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.098072] pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.098073] pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.098074] pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.098075] pci_bus 0000:03: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.098076] pci_bus 0000:03: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.098077] pci_bus 0000:03: resource 13 [mem 0xe0000000-0xfeafffff window]
[    0.098078] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.098079] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.098080] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.098081] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.098082] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.098083] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.098084] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.098085] pci_bus 0000:04: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.098086] pci_bus 0000:04: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.098087] pci_bus 0000:04: resource 13 [mem 0xe0000000-0xfeafffff window]
[    0.098186] NET: Registered protocol family 2
[    0.098280] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.098302] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.098380] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.098492] TCP: Hash tables configured (established 65536 bind 65536)
[    0.098515] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.098533] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.098574] NET: Registered protocol family 1
[    0.131571] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.131580] PCI: CLS 64 bytes, default 64
[    0.131604] Unpacking initramfs...
[    0.214463] Freeing initrd memory: 7048K
[    0.214468] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.214471] software IO TLB [mem 0xd9682000-0xdd682000] (64MB) mapped at [000000004403ef18-0000000020ba1227]
[    0.214561] Scanning for low memory corruption every 60 seconds
[    0.214913] Initialise system trusted keyrings
[    0.214921] Key type blacklist registered
[    0.214950] workingset: timestamp_bits=44 max_order=21 bucket_order=0
[    0.215756] zbud: loaded
[    0.216585] Key type asymmetric registered
[    0.216586] Asymmetric key parser 'x509' registered
[    0.216604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.216622] io scheduler noop registered
[    0.216622] io scheduler deadline registered
[    0.216649] io scheduler cfq registered (default)
[    0.216649] io scheduler mq-deadline registered
[    0.216650] io scheduler kyber registered
[    0.216654] io scheduler bfq registered
[    0.217034] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    0.217035] vesafb: scrolling: redraw
[    0.217036] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.217044] vesafb: framebuffer at 0xf1000000, mapped to 0x00000000f6b55125, using 1216k, total 1216k
[    0.234446] Console: switching to colour frame buffer device 80x30
[    0.251790] fb0: VESA VGA frame buffer device
[    0.251801] intel_idle: MWAIT substates: 0x42120
[    0.251802] intel_idle: v0.4.1 model 0x3C
[    0.251893] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.251942] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.251948] ACPI: Power Button [PWRB]
[    0.251973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.251985] ACPI: Power Button [PWRF]
[    0.252698] thermal LNXTHERM:00: registered as thermal_zone0
[    0.252699] ACPI: Thermal Zone [TZ00] (28 C)
[    0.252910] thermal LNXTHERM:01: registered as thermal_zone1
[    0.252911] ACPI: Thermal Zone [TZ01] (30 C)
[    0.253014] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.273614] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.274477] intel_pstate: Intel P-state driver initializing
[    0.274665] ledtrig-cpu: registered to indicate activity on CPUs
[    0.275266] NET: Registered protocol family 10
[    0.284347] Segment Routing with IPv6
[    0.284396] NET: Registered protocol family 17
[    0.285038] RAS: Correctable Errors collector initialized.
[    0.285107] microcode: sig=0x306c3, pf=0x2, revision=0x19
[    0.285266] microcode: Microcode Update Driver: v2.2.
[    0.285274] sched_clock: Marking stable (285262634, 0)->(382602051, -97339417)
[    0.285448] registered taskstats version 1
[    0.285456] Loading compiled-in X.509 certificates
[    0.285466] zswap: loaded using pool lzo/zbud
[    0.287535] Key type big_key registered
[    0.287841]   Magic number: 14:51:169
[    0.287871] acpi device:32: hash matches
[    0.287893] hctosys: unable to open rtc device (rtc0)
[    0.289062] Freeing unused kernel memory: 1448K
[    0.289063] Write protecting the kernel read-only data: 16384k
[    0.289411] Freeing unused kernel memory: 2016K
[    0.290858] Freeing unused kernel memory: 832K
[    0.344986] ACPI: bus type USB registered
[    0.345001] usbcore: registered new interface driver usbfs
[    0.345007] usbcore: registered new interface driver hub
[    0.345026] usbcore: registered new device driver usb
[    0.346340] SCSI subsystem initialized
[    0.346523] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.347764] ehci-pci: EHCI PCI platform driver
[    0.347905] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.347910] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.347921] ehci-pci 0000:00:1a.0: debug port 2
[    0.351008] libata version 3.00 loaded.
[    0.351831] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.351841] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7137000
[    0.358587] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.358627] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.358628] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.358630] usb usb1: Product: EHCI Host Controller
[    0.358630] usb usb1: Manufacturer: Linux 4.16.0-2-ARCH ehci_hcd
[    0.358631] usb usb1: SerialNumber: 0000:00:1a.0
[    0.358786] hub 1-0:1.0: USB hub found
[    0.358790] hub 1-0:1.0: 2 ports detected
[    0.359003] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.359006] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.359015] ehci-pci 0000:00:1d.0: debug port 2
[    0.362908] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.362917] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7136000
[    0.369592] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.369634] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.369635] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.369637] usb usb2: Product: EHCI Host Controller
[    0.369638] usb usb2: Manufacturer: Linux 4.16.0-2-ARCH ehci_hcd
[    0.369639] usb usb2: SerialNumber: 0000:00:1d.0
[    0.369794] hub 2-0:1.0: USB hub found
[    0.369799] hub 2-0:1.0: 2 ports detected
[    0.370049] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.370053] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.371106] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    0.371111] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.371224] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.371226] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.371227] usb usb3: Product: xHCI Host Controller
[    0.371228] usb usb3: Manufacturer: Linux 4.16.0-2-ARCH xhci-hcd
[    0.371230] usb usb3: SerialNumber: 0000:00:14.0
[    0.371337] hub 3-0:1.0: USB hub found
[    0.371353] hub 3-0:1.0: 12 ports detected
[    0.373875] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.373878] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.373919] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.373921] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.373922] usb usb4: Product: xHCI Host Controller
[    0.373924] usb usb4: Manufacturer: Linux 4.16.0-2-ARCH xhci-hcd
[    0.373925] usb usb4: SerialNumber: 0000:00:14.0
[    0.374101] hub 4-0:1.0: USB hub found
[    0.374114] hub 4-0:1.0: 6 ports detected
[    0.374789] ata_piix 0000:00:1f.2: version 2.13
[    0.374893] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.375320] scsi host0: ata_piix
[    0.375817] scsi host1: ata_piix
[    0.375862] ata1: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf050 irq 19
[    0.375865] ata2: SATA max UDMA/133 cmd 0xf070 ctl 0xf060 bmdma 0xf058 irq 19
[    0.680521] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.688519] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    0.696520] usb 3-9: new full-speed USB device number 2 using xhci_hcd
[    0.808955] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[    0.808961] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.809388] hub 1-1:1.0: USB hub found
[    0.809512] hub 1-1:1.0: 6 ports detected
[    0.816954] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[    0.816960] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.817346] hub 2-1:1.0: USB hub found
[    0.817514] hub 2-1:1.0: 6 ports detected
[    0.834792] usb 3-9: New USB device found, idVendor=046d, idProduct=c042
[    0.834795] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.834798] usb 3-9: Product: USB Gaming Mouse
[    0.834800] usb 3-9: Manufacturer: Logitech
[    0.841496] hidraw: raw HID events driver (C) Jiri Kosina
[    0.851190] usbcore: registered new interface driver usbhid
[    0.851191] usbhid: USB HID core driver
[    0.852191] input: Logitech USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:046D:C042.0001/input/input2
[    0.852245] hid-generic 0003:046D:C042.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Gaming Mouse] on usb-0000:00:14.0-9/input0
[    0.852403] hid-generic 0003:046D:C042.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Gaming Mouse] on usb-0000:00:14.0-9/input1
[    0.951488] usb 3-10: new low-speed USB device number 3 using xhci_hcd
[    1.077422] usb 3-10: New USB device found, idVendor=413c, idProduct=2112
[    1.077428] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.077432] usb 3-10: Product: Dell USB Wired Multimedia Keyboard
[    1.077435] usb 3-10: Manufacturer: DELL
[    1.081345] input: DELL Dell USB Wired Multimedia Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:413C:2112.0003/input/input3
[    1.133243] hid-generic 0003:413C:2112.0003: input,hidraw2: USB HID v1.10 Keyboard [DELL Dell USB Wired Multimedia Keyboard] on usb-0000:00:14.0-10/input0
[    1.137756] input: DELL Dell USB Wired Multimedia Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/0003:413C:2112.0004/input/input4
[    1.143141] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.143160] ata2.01: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.143332] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.143351] ata1.01: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.148655] ata1.00: ATAPI: HL-DT-ST DVDRAM GH24NSB0, LM01, max UDMA/133
[    1.148811] ata2.00: ATA-8: WDC WD1001FALS-00E8B0, 05.00K05, max UDMA/133
[    1.148817] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.148971] ata1.01: ATA-8: ST2000DL003-9VT166, CC3C, max UDMA/133
[    1.148977] ata1.01: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.149078] ata2.01: supports DRM functions and may not be fully accessible
[    1.149085] ata2.01: ATA-9: Samsung SSD 840 EVO 250GB, EXT0CB6Q, max UDMA/133
[    1.149090] ata2.01: 488397168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    1.152885] ata2.00: configured for UDMA/133
[    1.153780] ata1.00: configured for UDMA/133
[    1.155823] ata2.01: supports DRM functions and may not be fully accessible
[    1.156834] ata2.01: configured for UDMA/133
[    1.158985] ata1.01: configured for UDMA/133
[    1.162018] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NSB0  LM01 PQ: 0 ANSI: 5
[    1.188305] scsi 0:0:1:0: Direct-Access     ATA      ST2000DL003-9VT1 CC3C PQ: 0 ANSI: 5
[    1.189107] scsi 1:0:0:0: Direct-Access     ATA      WDC WD1001FALS-0 0K05 PQ: 0 ANSI: 5
[    1.189192] hid-generic 0003:413C:2112.0004: input,hidraw3: USB HID v1.10 Device [DELL Dell USB Wired Multimedia Keyboard] on usb-0000:00:14.0-10/input1
[    1.189385] scsi 1:0:1:0: Direct-Access     ATA      Samsung SSD 840  CB6Q PQ: 0 ANSI: 5
[    1.191810] sd 0:0:1:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.191812] sd 0:0:1:0: [sda] 4096-byte physical blocks
[    1.191829] sd 0:0:1:0: [sda] Write Protect is off
[    1.191831] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    1.191847] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.192082] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.192090] sd 1:0:0:0: [sdb] Write Protect is off
[    1.192091] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.192095] sd 1:0:1:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.192108] sd 1:0:1:0: [sdc] Write Protect is off
[    1.192109] sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    1.192110] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.192128] sd 1:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.231766]  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 >
[    1.233605]  sdc: sdc1 < sdc5 sdc6 sdc7 sdc8 sdc9 >
[    1.233728] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.234334] sd 1:0:1:0: [sdc] supports TCG Opal
[    1.234335] sd 1:0:1:0: [sdc] Attached SCSI disk
[    1.235353]  sda: sda1 < sda5 > sda2 sda4
[    1.237931] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.237932] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.238058] sd 0:0:1:0: [sda] Attached SCSI disk
[    1.238324] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.247081] tsc: Refined TSC clocksource calibration: 3192.606 MHz
[    1.247084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e050166e04, max_idle_ns: 440795273449 ns
[    1.247101] clocksource: Switched to clocksource tsc
[    1.629118] random: crng init done
[    1.965094] EXT4-fs (sdc7): mounted filesystem with ordered data mode. Opts: (null)
[    2.349530] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[    2.361198] systemd[1]: Detected architecture x86-64.
[    2.363564] systemd[1]: Set hostname to <GlowArch>.
[    2.488416] systemd[1]: Created slice User and Session Slice.
[    2.488506] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.488561] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.488627] systemd[1]: Listening on udev Control Socket.
[    2.491969] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.495387] systemd[1]: Listening on RPCbind Server Activation Socket.
[    2.495426] systemd[1]: Reached target RPC Port Mapper.
[    2.523909] EXT4-fs (sdc7): re-mounted. Opts: data=ordered
[    2.526998] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    2.527044] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    2.527067] sd 1:0:0:0: Attached scsi generic sg2 type 0
[    2.527086] sd 1:0:1:0: Attached scsi generic sg3 type 0
[    2.531948] vboxdrv: loading out-of-tree module taints kernel.
[    2.536041] vboxdrv: Found 4 processor cores
[    2.552156] vboxdrv: TSC mode is Invariant, tentative frequency 3192605633 Hz
[    2.552160] vboxdrv: Successfully loaded version 5.2.8 (interface 0x00290001)
[    2.553367] VBoxPciLinuxInit
[    2.553370] vboxpci: IOMMU not found (not registered)
[    2.554463] VBoxNetAdp: Successfully started.
[    2.555487] VBoxNetFlt: Successfully started.
[    2.614206] rtc_cmos 00:02: RTC can wake from S4
[    2.614317] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    2.614342] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.645601] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20180105/utaddress-247)
[    2.645606] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.645609] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20180105/utaddress-247)
[    2.645611] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.645612] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20180105/utaddress-247)
[    2.645614] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20180105/utaddress-247)
[    2.645616] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.645617] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20180105/utaddress-247)
[    2.645619] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20180105/utaddress-247)
[    2.645622] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.645622] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.645857] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    2.645875] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.648419] pps_core: LinuxPPS API ver. 1 registered
[    2.648420] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.655691] PTP clock support registered
[    2.660794] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.664400] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    2.682258] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.682259] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.682423] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.684548] ipmi message handler version 39.2
[    2.695098] ipmi device interface
[    2.748697] Linux agpgart interface v0.103
[    2.750363] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    2.750365] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.750365] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.750366] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.750366] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.771882] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    2.787100] Adding 16777212k swap on /dev/sdc6.  Priority:-2 extents:1 across:16777212k SSFS
[    2.830024] mousedev: PS/2 mouse device common for all mice
[    2.850395] iTCO_vendor_support: vendor-support=0
[    2.851212] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.851249] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    2.851386] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.852635] asus_wmi: ASUS WMI generic driver loaded
[    2.853485] asus_wmi: Initialization: 0x0
[    2.853513] asus_wmi: BIOS WMI version: 0.9
[    2.853558] asus_wmi: SFUN value: 0x0
[    2.853974] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input6
[    2.854065] asus_wmi: Number of fans: 1
[    2.862811] intel-spi intel-spi: s25fl064k (8192 Kbytes)
[    2.868558] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 38:2c:4a:ba:61:0e
[    2.868563] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.868601] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.868872] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.868877] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.872454] Creating 1 MTD partitions on "intel-spi":
[    2.872456] 0x000000000000-0x000000800000 : "BIOS"
[    2.876468] cryptd: max_cpu_qlen set to 1000
[    2.889659] snd_hda_codec_realtek hdaudioC0D0: ALC1150: SKU not ready 0x00000000
[    2.890348] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1150: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    2.890350] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.890351] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.890352] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.890353] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[    2.890354] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.890355] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    2.890356] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    2.890357] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    2.891575] AVX2 version of gcm_enc/dec engaged.
[    2.891576] AES CTR mode by8 optimization enabled
[    2.904460] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    2.905011] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    2.905093] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    2.905124] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    2.905158] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    2.905189] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    2.905218] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    2.905249] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    2.905281] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    2.923548] nvidia: module license 'NVIDIA' taints kernel.
[    2.923549] Disabling lock debugging due to kernel taint
[    2.935345] nvidia-nvlink: Nvlink Core is being initialized, major device number 239
[    2.935593] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.935665] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 PDT 2018 (using threaded interrupts)
[    2.944130] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.48  Wed Mar 21 23:48:34 PDT 2018
[    2.946743] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    2.946744] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    2.981535] kvm: disabled by bios
[    3.003678] kvm: disabled by bios
[    3.057119] EXT4-fs (sdc8): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.059213] intel_rapl: Found RAPL domain package
[    3.059215] intel_rapl: Found RAPL domain core
[    3.059216] intel_rapl: Found RAPL domain dram
[    3.080323] EXT4-fs (sdc5): mounted filesystem with ordered data mode. Opts: (null)
[    3.130385] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    3.130420] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    3.130453] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    3.152998] systemd-journald[225]: Received request to flush runtime journal from PID 1
[    3.168443] EXT4-fs (sdc9): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.225394] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.561037] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.617555] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.636879] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.927132] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.672871] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[    4.672891] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.672892] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.672893] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.673545] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    4.673891] CPU3: Package temperature/speed normal
[    4.673891] CPU2: Package temperature/speed normal
[    4.674247] CPU0: Package temperature/speed normal
[    4.674902] CPU1: Core temperature/speed normal
[    4.676248] CPU1: Package temperature/speed normal
[    5.461059] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[    5.461063] e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
[    5.461092] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    5.580891] 8021q: 802.1Q VLAN Support v1.8
[    5.635789] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.637512] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.637535] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.637536] cfg80211: failed to load regulatory.db
[   18.077429] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[   18.077586] caller _nv001169rm+0xe3/0x1d0 [nvidia] mapping multiple BARs
[   18.097253] resource sanity check: requesting [mem 0x000e0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000e0000-0x000e3fff window]
[   18.097400] caller _nv029948rm+0x57/0x90 [nvidia] mapping multiple BARs
[   18.426432] nvidia-modeset: Allocated GPU:0 (GPU-7ba49477-dd56-3b7e-8335-d93c28be9306) @ PCI:0000:01:00.0
[   18.527569] ------------[ cut here ]------------
[   18.527571] Bad or missing usercopy whitelist? Kernel memory exposure attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
[   18.527580] WARNING: CPU: 2 PID: 8818 at mm/usercopy.c:81 usercopy_warn+0x7e/0xa0
[   18.527581] Modules linked in: cfg80211 8021q mrp intel_rapl x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_hdmi coretemp kvm nvidia_drm(PO) nvidia_modeset(PO) irqbypass nvidia(PO) crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel snd_hda_codec_realtek snd_hda_codec_generic aes_x86_64 crypto_simd glue_helper cryptd ofpart intel_cstate cmdlinepart intel_spi_platform intel_spi spi_nor mtd eeepc_wmi asus_wmi iTCO_wdt iTCO_vendor_support sparse_keymap rfkill wmi_bmof mxm_wmi mousedev input_leds led_class drm_kms_helper intel_uncore snd_hda_intel drm snd_hda_codec intel_rapl_perf agpgart snd_hda_core ipmi_devintf ipmi_msghandler syscopyarea snd_hwdep sysfillrect e1000e sysimgblt fb_sys_fops snd_pcm pcspkr snd_timer snd mei_me ptp shpchp soundcore pps_core mei lpc_ich i2c_i801 wmi
[   18.527613]  rtc_cmos evdev mac_hid vboxnetflt(O) vboxnetadp(O) vboxpci(O) vboxdrv(O) sg crypto_user atl1e ip_tables x_tables ext4 crc16 mbcache jbd2 fscrypto sr_mod cdrom sd_mod ata_generic pata_acpi hid_generic usbhid hid ata_piix xhci_pci ehci_pci libata xhci_hcd ehci_hcd crc32c_intel scsi_mod usbcore usb_common
[   18.527631] CPU: 2 PID: 8818 Comm: Xorg Tainted: P           O     4.16.0-2-ARCH #1
[   18.527632] Hardware name: ASUS All Series/B85-PRO GAMER, BIOS 2103 08/19/2014
[   18.527633] RIP: 0010:usercopy_warn+0x7e/0xa0
[   18.527634] RSP: 0018:ffffa0c98386fb58 EFLAGS: 00010286
[   18.527635] RAX: 0000000000000000 RBX: ffff958fb6c42cb0 RCX: 0000000000000001
[   18.527636] RDX: 0000000080000001 RSI: ffffffffaee50d64 RDI: 00000000ffffffff
[   18.527637] RBP: 0000000000000003 R08: 0000000000000098 R09: 0000000000000349
[   18.527637] R10: ffffffffaee896d1 R11: 0000000000000001 R12: 0000000000000001
[   18.527638] R13: ffff958fb6c42cb3 R14: 0000000000000000 R15: ffff958fb6c42cf8
[   18.527639] FS:  00007fde49826940(0000) GS:ffff958fded00000(0000) knlGS:0000000000000000
[   18.527640] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   18.527640] CR2: 00007fde417bc010 CR3: 00000001f9720001 CR4: 00000000001606e0
[   18.527641] Call Trace:
[   18.527646]  __check_object_size+0x130/0x1a0
[   18.527781]  os_memcpy_to_user+0x21/0x40 [nvidia]
[   18.527923]  _nv009377rm+0xbf/0xe0 [nvidia]
[   18.528026]  ? _nv028067rm+0x79/0x90 [nvidia]
[   18.528129]  ? _nv028067rm+0x55/0x90 [nvidia]
[   18.528225]  ? _nv013694rm+0xee/0x100 [nvidia]
[   18.528321]  ? _nv015342rm+0x154/0x270 [nvidia]
[   18.528449]  ? _nv008310rm+0x134/0x1a0 [nvidia]
[   18.528577]  ? _nv008289rm+0x29c/0x2b0 [nvidia]
[   18.528705]  ? _nv001072rm+0xe/0x20 [nvidia]
[   18.528833]  ? _nv007316rm+0xd8/0x100 [nvidia]
[   18.528959]  ? _nv001171rm+0x627/0x830 [nvidia]
[   18.529085]  ? rm_ioctl+0x73/0x100 [nvidia]
[   18.529148]  ? nvidia_ioctl+0x573/0x720 [nvidia]
[   18.529150]  ? kmem_cache_free+0x1bd/0x1f0
[   18.529212]  ? nvidia_frontend_unlocked_ioctl+0x3e/0x50 [nvidia]
[   18.529214]  ? do_vfs_ioctl+0xa4/0x630
[   18.529216]  ? __fput+0x131/0x1e0
[   18.529219]  ? preempt_count_add+0x68/0xa0
[   18.529220]  ? SyS_ioctl+0x74/0x80
[   18.529223]  ? do_syscall_64+0x74/0x190
[   18.529226]  ? entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[   18.529227] Code: 48 c7 c0 11 b0 e5 ae 48 0f 44 c2 41 50 51 41 51 48 89 f9 49 89 f1 4d 89 d8 4c 89 d2 48 89 c6 48 c7 c7 68 b0 e5 ae e8 32 a7 e3 ff <0f> 0b 48 83 c4 18 c3 48 c7 c6 64 0d e5 ae 49 89 f1 49 89 f3 eb 
[   18.529248] ---[ end trace c90b7024a03a128f ]---
[  201.099669] steam[16168]: segfault at 0 ip 00000000e9f71e79 sp 00000000ffef4440 error 4 in vgui2_s.so[e9f20000+291000]

Offline

#5 2018-04-08 19:50:07

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Steam segfault with nvidia driver after update

[   18.527633] RIP: 0010:usercopy_warn+0x7e/0xa0
[   18.527634] RSP: 0018:ffffa0c98386fb58 EFLAGS: 00010286
[   18.527635] RAX: 0000000000000000 RBX: ffff958fb6c42cb0 RCX: 0000000000000001
[   18.527636] RDX: 0000000080000001 RSI: ffffffffaee50d64 RDI: 00000000ffffffff
[   18.527637] RBP: 0000000000000003 R08: 0000000000000098 R09: 0000000000000349
[   18.527637] R10: ffffffffaee896d1 R11: 0000000000000001 R12: 0000000000000001
[   18.527638] R13: ffff958fb6c42cb3 R14: 0000000000000000 R15: ffff958fb6c42cf8
[   18.527639] FS:  00007fde49826940(0000) GS:ffff958fded00000(0000) knlGS:0000000000000000
[   18.527640] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   18.527640] CR2: 00007fde417bc010 CR3: 00000001f9720001 CR4: 00000000001606e0
[   18.527641] Call Trace:
[   18.527646]  __check_object_size+0x130/0x1a0
[   18.527781]  os_memcpy_to_user+0x21/0x40 [nvidia]
[   18.527923]  _nv009377rm+0xbf/0xe0 [nvidia]
[   18.528026]  ? _nv028067rm+0x79/0x90 [nvidia]
[   18.528129]  ? _nv028067rm+0x55/0x90 [nvidia]
[   18.528225]  ? _nv013694rm+0xee/0x100 [nvidia]
[   18.528321]  ? _nv015342rm+0x154/0x270 [nvidia]
[   18.528449]  ? _nv008310rm+0x134/0x1a0 [nvidia]
[   18.528577]  ? _nv008289rm+0x29c/0x2b0 [nvidia]
[   18.528705]  ? _nv001072rm+0xe/0x20 [nvidia]
[   18.528833]  ? _nv007316rm+0xd8/0x100 [nvidia]
[   18.528959]  ? _nv001171rm+0x627/0x830 [nvidia]
[   18.529085]  ? rm_ioctl+0x73/0x100 [nvidia]
[   18.529148]  ? nvidia_ioctl+0x573/0x720 [nvidia]
[   18.529150]  ? kmem_cache_free+0x1bd/0x1f0
[   18.529212]  ? nvidia_frontend_unlocked_ioctl+0x3e/0x50 [nvidia]
[   18.529214]  ? do_vfs_ioctl+0xa4/0x630
[   18.529216]  ? __fput+0x131/0x1e0
[   18.529219]  ? preempt_count_add+0x68/0xa0
[   18.529220]  ? SyS_ioctl+0x74/0x80
[   18.529223]  ? do_syscall_64+0x74/0x190
[   18.529226]  ? entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[   18.529227] Code: 48 c7 c0 11 b0 e5 ae 48 0f 44 c2 41 50 51 41 51 48 89 f9 49 89 f1 4d 89 d8 4c 89 d2 48 89 c6 48 c7 c7 68 b0 e5 ae e8 32 a7 e3 ff <0f> 0b 48 83 c4 18 c3 48 c7 c6 64 0d e5 ae 49 89 f1 49 89 f3 eb 
[   18.529248] ---[ end trace c90b7024a03a128f ]---

This is expected with 4.16 using nvidia 390.48 and everything else seems fine to me until the segmentation fault.

Offline

#6 2018-04-11 03:32:48

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: [SOLVED] Steam segfault with nvidia driver after update

Fixed, thanks to reddit.
https://www.reddit.com/r/archlinux/comm … ore_login/

For some reason, i was missing lib32-nvidia-utils.

Offline

#7 2018-04-11 15:29:47

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Steam segfault with nvidia driver after update

Or reading the first bullet point under this:

https://wiki.archlinux.org/index.php/Steam#Installation

wink


Matt

"It is very difficult to educate the educated."

Offline

#8 2018-04-13 18:34:10

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: [SOLVED] Steam segfault with nvidia driver after update

Yes, the classic, "I read the wiki but I actually don't read it". Always check the wiki first.

Offline

Board footer

Powered by FluxBB