You are not logged in.

#1 2023-03-12 20:37:23

useraddition
Member
Registered: 2013-06-07
Posts: 107

Problems with modesetting driver i915 (solved)

Hi, I am having a problem. Before i installed primerun for the invidia gpu i was going soley on the intel primary driver And I got most of my games working. Now since I did prime-run to enable the more capable invidia card i am having problems with my games being totally black at full screen. I scowered the web for documentation. Still could not come up with the solution. I am going to post a ew logs describing my situation. I was told not to have the intel video driver installed just nvidia. So I figured also that i would also just keep the nvidia vulkan packages and i dropped intel-vulkan and lib32-intel-vulkan. In the boot grub I have "ibt=off" or x won't start. I have several debbugging configs I am going to post.

1. This is my envirnmental variables from info i got off the web:

$ vim ~/.bashrc

#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

export __NV_PRIME_RENDER_OFFLOAD=1
#export VKD3D_DISABLE_EXTENSIONS=VK_KHR_present_id,VK_KHR_present_wait
export WINE_USE_WINED3D=1
export DXVK_FILTER_DEVICE_NAME="NVIDIA GeForce RTX 3050 Ti Mobile"

Next I have my opengl renderer:

For Intel:

$  glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics (TGL GT1) (0x9a68)
    Version: 22.3.6
    Accelerated: yes
    Video memory: 15774MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics (TGL GT1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.3.6
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.3.6
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

For Prime-run:

$prime-run glxinfo -B

$  glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics (TGL GT1) (0x9a68)
    Version: 22.3.6
    Accelerated: yes
    Video memory: 15774MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics (TGL GT1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.3.6
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.3.6
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

[krazybastid@archlinux ~]$ prime-run glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 4096 MB
    Currently available dedicated video memory: 3885 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 525.89.02
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 525.89.02
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 525.89.02
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Vulkan info: Intel

$ vulkaninfo

                SUBGROUP_FEATURE_BALLOT_BIT
                SUBGROUP_FEATURE_SHUFFLE_BIT
                SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
                SUBGROUP_FEATURE_CLUSTERED_BIT
                SUBGROUP_FEATURE_QUAD_BIT
                SUBGROUP_FEATURE_PARTITIONED_BIT_NV
        subgroupQuadOperationsInAllStages = true
        pointClippingBehavior             = POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY
        maxMultiviewViewCount             = 32
        maxMultiviewInstanceIndex         = 134217727
        protectedNoFault                  = false
        maxPerSetDescriptors              = 4294967295
        maxMemoryAllocationSize           = 0xffe00000

VkPhysicalDeviceVulkan12Properties:
-----------------------------------
        driverID                                             = DRIVER_ID_NVIDIA_PROPRIETARY
        driverName                                           = NVIDIA
        driverInfo                                           = 525.89.02
        conformanceVersion:
                major    = 1
                minor    = 3
                subminor = 3
                patch    = 1
        denormBehaviorIndependence                           = SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL
        roundingModeIndependence                             = SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL
        shaderSignedZeroInfNanPreserveFloat16                = true
        shaderSignedZeroInfNanPreserveFloat32                = true
        shaderSignedZeroInfNanPreserveFloat64                = true
        shaderDenormPreserveFloat16                          = true
        shaderDenormPreserveFloat32                          = false
        shaderDenormPreserveFloat64                          = false
        shaderDenormFlushToZeroFloat16                       = false
        shaderDenormFlushToZeroFloat32                       = false
        shaderDenormFlushToZeroFloat64                       = false
        shaderRoundingModeRTEFloat16                         = true
        shaderRoundingModeRTEFloat32                         = true
        shaderRoundingModeRTEFloat64                         = true
        shaderRoundingModeRTZFloat16                         = false
        shaderRoundingModeRTZFloat32                         = true
        shaderRoundingModeRTZFloat64                         = true
        maxUpdateAfterBindDescriptorsInAllPools              = 4294967295
        shaderUniformBufferArrayNonUniformIndexingNative     = true
        shaderSampledImageArrayNonUniformIndexingNative      = true
        shaderStorageBufferArrayNonUniformIndexingNative     = true
        shaderStorageImageArrayNonUniformIndexingNative      = true
        shaderInputAttachmentArrayNonUniformIndexingNative   = true
        robustBufferAccessUpdateAfterBind                    = true
        quadDivergentImplicitLod                             = true
        maxPerStageDescriptorUpdateAfterBindSamplers         = 1048576
        maxPerStageDescriptorUpdateAfterBindUniformBuffers   = 1048576
        maxPerStageDescriptorUpdateAfterBindStorageBuffers   = 1048576
        maxPerStageDescriptorUpdateAfterBindSampledImages    = 1048576
        maxPerStageDescriptorUpdateAfterBindStorageImages    = 1048576
        maxPerStageDescriptorUpdateAfterBindInputAttachments = 1048576
        maxPerStageUpdateAfterBindResources                  = 4294967295
        maxDescriptorSetUpdateAfterBindSamplers              = 1048576
        maxDescriptorSetUpdateAfterBindUniformBuffers        = 1048576
        maxDescriptorSetUpdateAfterBindUniformBuffersDynamic = 15
        maxDescriptorSetUpdateAfterBindStorageBuffers        = 1048576
        maxDescriptorSetUpdateAfterBindStorageBuffersDynamic = 16
        maxDescriptorSetUpdateAfterBindSampledImages         = 1048576
        maxDescriptorSetUpdateAfterBindStorageImages         = 1048576
        maxDescriptorSetUpdateAfterBindInputAttachments      = 1048576
        supportedDepthResolveModes: count = 4
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_AVERAGE_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        supportedStencilResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        independentResolveNone                               = true
        independentResolve                                   = true
        filterMinmaxSingleComponentFormats                   = true
        filterMinmaxImageComponentMapping                    = true
        maxTimelineSemaphoreValueDifference                  = 18446744073709551615
        framebufferIntegerColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT

VkPhysicalDeviceVulkan13Properties:
-----------------------------------
        minSubgroupSize                                                               = 32
        maxSubgroupSize                                                               = 32
        maxComputeWorkgroupSubgroups                                                  = 2097152
        requiredSubgroupSizeStages: count = 14
                SHADER_STAGE_VERTEX_BIT
                SHADER_STAGE_TESSELLATION_CONTROL_BIT
                SHADER_STAGE_TESSELLATION_EVALUATION_BIT
                SHADER_STAGE_GEOMETRY_BIT
                SHADER_STAGE_FRAGMENT_BIT
                SHADER_STAGE_COMPUTE_BIT
                SHADER_STAGE_RAYGEN_BIT_KHR
                SHADER_STAGE_ANY_HIT_BIT_KHR
                SHADER_STAGE_CLOSEST_HIT_BIT_KHR
                SHADER_STAGE_MISS_BIT_KHR
                SHADER_STAGE_INTERSECTION_BIT_KHR
                SHADER_STAGE_CALLABLE_BIT_KHR
                SHADER_STAGE_TASK_BIT_EXT
                SHADER_STAGE_MESH_BIT_EXT
        maxInlineUniformBlockSize                                                     = 256
        maxPerStageDescriptorInlineUniformBlocks                                      = 32
        maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks                       = 32
        maxDescriptorSetInlineUniformBlocks                                           = 32
        maxDescriptorSetUpdateAfterBindInlineUniformBlocks                            = 32
        maxInlineUniformTotalSize                                                     = 3584
        integerDotProduct8BitUnsignedAccelerated                                      = true
        integerDotProduct8BitSignedAccelerated                                        = true
        integerDotProduct8BitMixedSignednessAccelerated                               = true
        integerDotProduct4x8BitPackedUnsignedAccelerated                              = true
        integerDotProduct4x8BitPackedSignedAccelerated                                = true
        integerDotProduct4x8BitPackedMixedSignednessAccelerated                       = true
        integerDotProduct16BitUnsignedAccelerated                                     = false
        integerDotProduct16BitSignedAccelerated                                       = false
        integerDotProduct16BitMixedSignednessAccelerated                              = false
        integerDotProduct32BitUnsignedAccelerated                                     = false
        integerDotProduct32BitSignedAccelerated                                       = false
        integerDotProduct32BitMixedSignednessAccelerated                              = false
        integerDotProduct64BitUnsignedAccelerated                                     = false
        integerDotProduct64BitSignedAccelerated                                       = false
        integerDotProduct64BitMixedSignednessAccelerated                              = false
        integerDotProductAccumulatingSaturating8BitUnsignedAccelerated                = true
        integerDotProductAccumulatingSaturating8BitSignedAccelerated                  = true
        integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated         = true
        integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated        = true
        integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated          = true
        integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = true
        integerDotProductAccumulatingSaturating16BitUnsignedAccelerated               = true
        integerDotProductAccumulatingSaturating16BitSignedAccelerated                 = true
        integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated        = true
        integerDotProductAccumulatingSaturating32BitUnsignedAccelerated               = true
        integerDotProductAccumulatingSaturating32BitSignedAccelerated                 = true
        integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated        = true
        integerDotProductAccumulatingSaturating64BitUnsignedAccelerated               = true
        integerDotProductAccumulatingSaturating64BitSignedAccelerated                 = true
        integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated        = true
        storageTexelBufferOffsetAlignmentBytes                                        = 0x00000010
        storageTexelBufferOffsetSingleTexelAlignment                                  = true
        uniformTexelBufferOffsetAlignmentBytes                                        = 0x00000010
        uniformTexelBufferOffsetSingleTexelAlignment                                  = true
        maxBufferSize                                                                 = 0xffffffffffff0000


Device Extensions: count = 174
        VK_EXT_4444_formats                         : extension revision 1
        VK_EXT_attachment_feedback_loop_layout      : extension revision 2
        VK_EXT_blend_operation_advanced             : extension revision 2
        VK_EXT_border_color_swizzle                 : extension revision 1
        VK_EXT_buffer_device_address                : extension revision 2
        VK_EXT_calibrated_timestamps                : extension revision 2
        VK_EXT_color_write_enable                   : extension revision 1
        VK_EXT_conditional_rendering                : extension revision 2
        VK_EXT_conservative_rasterization           : extension revision 1
        VK_EXT_custom_border_color                  : extension revision 12
        VK_EXT_depth_clip_control                   : extension revision 1
        VK_EXT_depth_clip_enable                    : extension revision 1
        VK_EXT_depth_range_unrestricted             : extension revision 1
        VK_EXT_descriptor_indexing                  : extension revision 2
        VK_EXT_discard_rectangles                   : extension revision 1
        VK_EXT_display_control                      : extension revision 1
        VK_EXT_extended_dynamic_state               : extension revision 1
        VK_EXT_extended_dynamic_state2              : extension revision 1
        VK_EXT_external_memory_dma_buf              : extension revision 1
        VK_EXT_external_memory_host                 : extension revision 1
        VK_EXT_fragment_shader_interlock            : extension revision 1
        VK_EXT_global_priority                      : extension revision 2
        VK_EXT_global_priority_query                : extension revision 1
        VK_EXT_graphics_pipeline_library            : extension revision 1
        VK_EXT_host_query_reset                     : extension revision 1
        VK_EXT_image_2d_view_of_3d                  : extension revision 1
        VK_EXT_image_drm_format_modifier            : extension revision 2
        VK_EXT_image_robustness                     : extension revision 1
        VK_EXT_image_view_min_lod                   : extension revision 1
        VK_EXT_index_type_uint8                     : extension revision 1
        VK_EXT_inline_uniform_block                 : extension revision 1
        VK_EXT_line_rasterization                   : extension revision 1
        VK_EXT_load_store_op_none                   : extension revision 1
        VK_EXT_memory_budget                        : extension revision 1
        VK_EXT_mesh_shader                          : extension revision 1
        VK_EXT_multi_draw                           : extension revision 1
        VK_EXT_mutable_descriptor_type              : extension revision 1
        VK_EXT_non_seamless_cube_map                : extension revision 1
        VK_EXT_opacity_micromap                     : extension revision 2
        VK_EXT_pci_bus_info                         : extension revision 2
        VK_EXT_physical_device_drm                  : extension revision 1
        VK_EXT_pipeline_creation_cache_control      : extension revision 3
        VK_EXT_pipeline_creation_feedback           : extension revision 1
        VK_EXT_pipeline_robustness                  : extension revision 1
        VK_EXT_post_depth_coverage                  : extension revision 1
        VK_EXT_primitive_topology_list_restart      : extension revision 1
        VK_EXT_primitives_generated_query           : extension revision 1
        VK_EXT_private_data                         : extension revision 1
        VK_EXT_provoking_vertex                     : extension revision 1
        VK_EXT_queue_family_foreign                 : extension revision 1
        VK_EXT_robustness2                          : extension revision 1
        VK_EXT_sample_locations                     : extension revision 1
        VK_EXT_sampler_filter_minmax                : extension revision 2
        VK_EXT_scalar_block_layout                  : extension revision 1
        VK_EXT_separate_stencil_usage               : extension revision 1
        VK_EXT_shader_atomic_float                  : extension revision 1
        VK_EXT_shader_demote_to_helper_invocation   : extension revision 1
        VK_EXT_shader_image_atomic_int64            : extension revision 1
        VK_EXT_shader_module_identifier             : extension revision 1
        VK_EXT_shader_subgroup_ballot               : extension revision 1
        VK_EXT_shader_subgroup_vote                 : extension revision 1
        VK_EXT_shader_viewport_index_layer          : extension revision 1
        VK_EXT_subgroup_size_control                : extension revision 2
        VK_EXT_texel_buffer_alignment               : extension revision 1
        VK_EXT_tooling_info                         : extension revision 1
        VK_EXT_transform_feedback                   : extension revision 1
        VK_EXT_vertex_attribute_divisor             : extension revision 3
        VK_EXT_vertex_input_dynamic_state           : extension revision 2
        VK_EXT_ycbcr_2plane_444_formats             : extension revision 1
        VK_EXT_ycbcr_image_arrays                   : extension revision 1
        VK_KHR_16bit_storage                        : extension revision 1
        VK_KHR_8bit_storage                         : extension revision 1
        VK_KHR_acceleration_structure               : extension revision 13
        VK_KHR_bind_memory2                         : extension revision 1
        VK_KHR_buffer_device_address                : extension revision 1
        VK_KHR_copy_commands2                       : extension revision 1
        VK_KHR_create_renderpass2                   : extension revision 1
        VK_KHR_dedicated_allocation                 : extension revision 3
        VK_KHR_deferred_host_operations             : extension revision 4
        VK_KHR_depth_stencil_resolve                : extension revision 1
        VK_KHR_descriptor_update_template           : extension revision 1
        VK_KHR_device_group                         : extension revision 4
        VK_KHR_draw_indirect_count                  : extension revision 1
        VK_KHR_driver_properties                    : extension revision 1
        VK_KHR_dynamic_rendering                    : extension revision 1
        VK_KHR_external_fence                       : extension revision 1
        VK_KHR_external_fence_fd                    : extension revision 1
        VK_KHR_external_memory                      : extension revision 1
        VK_KHR_external_memory_fd                   : extension revision 1
        VK_KHR_external_semaphore                   : extension revision 1
        VK_KHR_external_semaphore_fd                : extension revision 1
        VK_KHR_format_feature_flags2                : extension revision 1
        VK_KHR_fragment_shader_barycentric          : extension revision 1
        VK_KHR_fragment_shading_rate                : extension revision 2
        VK_KHR_get_memory_requirements2             : extension revision 1
        VK_KHR_global_priority                      : extension revision 1
        VK_KHR_image_format_list                    : extension revision 1
        VK_KHR_imageless_framebuffer                : extension revision 1
        VK_KHR_maintenance1                         : extension revision 2
        VK_KHR_maintenance2                         : extension revision 1
        VK_KHR_maintenance3                         : extension revision 1
        VK_KHR_maintenance4                         : extension revision 2
        VK_KHR_multiview                            : extension revision 1
        VK_KHR_pipeline_executable_properties       : extension revision 1
        VK_KHR_pipeline_library                     : extension revision 1
        VK_KHR_present_id                           : extension revision 1
        VK_KHR_present_wait                         : extension revision 1
        VK_KHR_push_descriptor                      : extension revision 2
        VK_KHR_ray_query                            : extension revision 1
        VK_KHR_ray_tracing_maintenance1             : extension revision 1
        VK_KHR_ray_tracing_pipeline                 : extension revision 1
        VK_KHR_relaxed_block_layout                 : extension revision 1
        VK_KHR_sampler_mirror_clamp_to_edge         : extension revision 3
        VK_KHR_sampler_ycbcr_conversion             : extension revision 14
        VK_KHR_separate_depth_stencil_layouts       : extension revision 1
        VK_KHR_shader_atomic_int64                  : extension revision 1
        VK_KHR_shader_clock                         : extension revision 1
        VK_KHR_shader_draw_parameters               : extension revision 1
        VK_KHR_shader_float16_int8                  : extension revision 1
        VK_KHR_shader_float_controls                : extension revision 4
        VK_KHR_shader_integer_dot_product           : extension revision 1
        VK_KHR_shader_non_semantic_info             : extension revision 1
        VK_KHR_shader_subgroup_extended_types       : extension revision 1
        VK_KHR_shader_subgroup_uniform_control_flow : extension revision 1
        VK_KHR_shader_terminate_invocation          : extension revision 1
        VK_KHR_spirv_1_4                            : extension revision 1
        VK_KHR_storage_buffer_storage_class         : extension revision 1
        VK_KHR_swapchain                            : extension revision 70
        VK_KHR_swapchain_mutable_format             : extension revision 1
        VK_KHR_synchronization2                     : extension revision 1
        VK_KHR_timeline_semaphore                   : extension revision 2
        VK_KHR_uniform_buffer_standard_layout       : extension revision 1
        VK_KHR_variable_pointers                    : extension revision 1
        VK_KHR_vulkan_memory_model                  : extension revision 3
        VK_KHR_workgroup_memory_explicit_layout     : extension revision 1
        VK_KHR_zero_initialize_workgroup_memory     : extension revision 1
        VK_NVX_binary_import                        : extension revision 1
        VK_NVX_image_view_handle                    : extension revision 2
        VK_NVX_multiview_per_view_attributes        : extension revision 1
        VK_NV_clip_space_w_scaling                  : extension revision 1
        VK_NV_compute_shader_derivatives            : extension revision 1
        VK_NV_cooperative_matrix                    : extension revision 1
        VK_NV_copy_memory_indirect                  : extension revision 1
        VK_NV_corner_sampled_image                  : extension revision 2
        VK_NV_coverage_reduction_mode               : extension revision 1
        VK_NV_cuda_kernel_launch                    : extension revision 2
        VK_NV_dedicated_allocation                  : extension revision 1
        VK_NV_dedicated_allocation_image_aliasing   : extension revision 1
        VK_NV_device_diagnostic_checkpoints         : extension revision 2
        VK_NV_device_diagnostics_config             : extension revision 2
        VK_NV_device_generated_commands             : extension revision 3
        VK_NV_fill_rectangle                        : extension revision 1
        VK_NV_fragment_coverage_to_color            : extension revision 1
        VK_NV_fragment_shader_barycentric           : extension revision 1
        VK_NV_fragment_shading_rate_enums           : extension revision 1
        VK_NV_framebuffer_mixed_samples             : extension revision 1
        VK_NV_geometry_shader_passthrough           : extension revision 1
        VK_NV_inherited_viewport_scissor            : extension revision 1
        VK_NV_linear_color_attachment               : extension revision 1
        VK_NV_memory_decompression                  : extension revision 1
        VK_NV_mesh_shader                           : extension revision 1
        VK_NV_optical_flow                          : extension revision 1
        VK_NV_ray_tracing                           : extension revision 3
        VK_NV_ray_tracing_invocation_reorder        : extension revision 1
        VK_NV_ray_tracing_motion_blur               : extension revision 1
        VK_NV_representative_fragment_test          : extension revision 2
        VK_NV_sample_mask_override_coverage         : extension revision 1
        VK_NV_scissor_exclusive                     : extension revision 1
        VK_NV_shader_image_footprint                : extension revision 2
        VK_NV_shader_sm_builtins                    : extension revision 1
        VK_NV_shader_subgroup_partitioned           : extension revision 1
        VK_NV_shading_rate_image                    : extension revision 3
        VK_NV_viewport_array2                       : extension revision 1
        VK_NV_viewport_swizzle                      : extension revision 1

VkQueueFamilyProperties:
========================
        queueProperties[0]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 16
                queueFlags                  = QUEUE_GRAPHICS | QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = true
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


        queueProperties[1]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 2
                queueFlags                  = QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


        queueProperties[2]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 8
                queueFlags                  = QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = true
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


        queueProperties[3]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 1
                queueFlags                  = QUEUE_TRANSFER | QUEUE_SPARSE_BINDING | QUEUE_OPTICAL_FLOW_BIT_N
                timestampValidBits          = 32
                present support             = false
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


VkPhysicalDeviceMemoryProperties:
=================================
memoryHeaps: count = 2
        memoryHeaps[0]:
                size   = 4294967296 (0x100000000) (4.00 GiB)
                budget = 4070375424 (0xf29d0000) (3.79 GiB)
                usage  = 262144 (0x00040000) (256.00 KiB)
                flags: count = 1
                        MEMORY_HEAP_DEVICE_LOCAL_BIT
        memoryHeaps[1]:
                size   = 12405528576 (0x2e36d5800) (11.55 GiB)
                budget = 12405528576 (0x2e36d5800) (11.55 GiB)
                usage  = 3194880 (0x0030c000) (3.05 MiB)
                flags:
                        None
memoryTypes: count = 5
        memoryTypes[0]:
                heapIndex     = 1
                propertyFlags = 0x0000:
                        None
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_X8_D24_UNORM_PACK32
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D24_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[1]:
                heapIndex     = 0
                propertyFlags = 0x0001: count = 1
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_X8_D24_UNORM_PACK32
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D24_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[2]:
                heapIndex     = 1
                propertyFlags = 0x0006: count = 2
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[3]:
                heapIndex     = 1
                propertyFlags = 0x000e: count = 3
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_HOST_CACHED_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[4]:
                heapIndex     = 0
                propertyFlags = 0x0007: count = 3
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)

VkPhysicalDeviceFeatures:
=========================
        robustBufferAccess                      = true
        fullDrawIndexUint32                     = true
        imageCubeArray                          = true
        independentBlend                        = true
        geometryShader                          = true
        tessellationShader                      = true
        sampleRateShading                       = true
        dualSrcBlend                            = true
        logicOp                                 = true
        multiDrawIndirect                       = true
        drawIndirectFirstInstance               = true
        depthClamp                              = true
        depthBiasClamp                          = true
        fillModeNonSolid                        = true
        depthBounds                             = true
        wideLines                               = true
        largePoints                             = true
        alphaToOne                              = true
        multiViewport                           = true
        samplerAnisotropy                       = true
        textureCompressionETC2                  = false
        textureCompressionASTC_LDR              = false
        textureCompressionBC                    = true
        occlusionQueryPrecise                   = true
        pipelineStatisticsQuery                 = true
        vertexPipelineStoresAndAtomics          = true
        fragmentStoresAndAtomics                = true
        shaderTessellationAndGeometryPointSize  = true
        shaderImageGatherExtended               = true
        shaderStorageImageExtendedFormats       = true
        shaderStorageImageMultisample           = true
        shaderStorageImageReadWithoutFormat     = true
        shaderStorageImageWriteWithoutFormat    = true
        shaderUniformBufferArrayDynamicIndexing = true
        shaderSampledImageArrayDynamicIndexing  = true
        shaderStorageBufferArrayDynamicIndexing = true
        shaderStorageImageArrayDynamicIndexing  = true
        shaderClipDistance                      = true
        shaderCullDistance                      = true
        shaderFloat64                           = true
        shaderInt64                             = true
        shaderInt16                             = true
        shaderResourceResidency                 = true
        shaderResourceMinLod                    = true
        sparseBinding                           = true
        sparseResidencyBuffer                   = true
        sparseResidencyImage2D                  = true
        sparseResidencyImage3D                  = true
        sparseResidency2Samples                 = true
        sparseResidency4Samples                 = true
        sparseResidency8Samples                 = true
        sparseResidency16Samples                = true
        sparseResidencyAliased                  = true
        variableMultisampleRate                 = true
        inheritedQueries                        = true

VkPhysicalDevice16BitStorageFeatures:
-------------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = true
        storageInputOutput16               = false

VkPhysicalDevice4444FormatsFeaturesEXT:
---------------------------------------
        formatA4R4G4B4 = true
        formatA4B4G4R4 = true

VkPhysicalDevice8BitStorageFeatures:
------------------------------------
        storageBuffer8BitAccess           = true
        uniformAndStorageBuffer8BitAccess = true
        storagePushConstant8              = true

VkPhysicalDeviceAccelerationStructureFeaturesKHR:
-------------------------------------------------
        accelerationStructure                                 = true
        accelerationStructureCaptureReplay                    = true
        accelerationStructureIndirectBuild                    = false
        accelerationStructureHostCommands                     = false
        descriptorBindingAccelerationStructureUpdateAfterBind = true

VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT:
--------------------------------------------------------
        attachmentFeedbackLoopLayout = true

VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT:
--------------------------------------------------
        advancedBlendCoherentOperations = true

VkPhysicalDeviceBorderColorSwizzleFeaturesEXT:
----------------------------------------------
        borderColorSwizzle          = true
        borderColorSwizzleFromImage = false

VkPhysicalDeviceBufferDeviceAddressFeatures:
--------------------------------------------
        bufferDeviceAddress              = true
        bufferDeviceAddressCaptureReplay = true
        bufferDeviceAddressMultiDevice   = true

VkPhysicalDeviceBufferDeviceAddressFeaturesEXT:
-----------------------------------------------
        bufferDeviceAddress              = true
        bufferDeviceAddressCaptureReplay = true
        bufferDeviceAddressMultiDevice   = true

VkPhysicalDeviceColorWriteEnableFeaturesEXT:
--------------------------------------------
        colorWriteEnable = true

VkPhysicalDeviceConditionalRenderingFeaturesEXT:
------------------------------------------------
        conditionalRendering          = true
        inheritedConditionalRendering = true

VkPhysicalDeviceCustomBorderColorFeaturesEXT:
---------------------------------------------
        customBorderColors             = true
        customBorderColorWithoutFormat = true

VkPhysicalDeviceDepthClipControlFeaturesEXT:
--------------------------------------------
        depthClipControl = true

VkPhysicalDeviceDepthClipEnableFeaturesEXT:
-------------------------------------------
        depthClipEnable = true

VkPhysicalDeviceDescriptorIndexingFeatures:
-------------------------------------------
        shaderInputAttachmentArrayDynamicIndexing          = true
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = true
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true

VkPhysicalDeviceDynamicRenderingFeatures:
-----------------------------------------
        dynamicRendering = true

VkPhysicalDeviceExtendedDynamicState2FeaturesEXT:
-------------------------------------------------
        extendedDynamicState2                   = true
        extendedDynamicState2LogicOp            = true
        extendedDynamicState2PatchControlPoints = true

VkPhysicalDeviceExtendedDynamicStateFeaturesEXT:
------------------------------------------------
        extendedDynamicState = true

VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR:
-----------------------------------------------------
        fragmentShaderBarycentric = true

VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT:
---------------------------------------------------
        fragmentShaderSampleInterlock      = true
        fragmentShaderPixelInterlock       = true
        fragmentShaderShadingRateInterlock = true

VkPhysicalDeviceFragmentShadingRateFeaturesKHR:
-----------------------------------------------
        pipelineFragmentShadingRate   = true
        primitiveFragmentShadingRate  = true
        attachmentFragmentShadingRate = true

VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR:
-----------------------------------------------
        globalPriorityQuery = true

VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT:
---------------------------------------------------
        graphicsPipelineLibrary = true

VkPhysicalDeviceHostQueryResetFeatures:
---------------------------------------
        hostQueryReset = true

VkPhysicalDeviceImage2DViewOf3DFeaturesEXT:
-------------------------------------------
        image2DViewOf3D   = true
        sampler2DViewOf3D = true

VkPhysicalDeviceImageRobustnessFeatures:
----------------------------------------
        robustImageAccess = true

VkPhysicalDeviceImageViewMinLodFeaturesEXT:
-------------------------------------------
        minLod = true

VkPhysicalDeviceImagelessFramebufferFeatures:
---------------------------------------------
        imagelessFramebuffer = true

VkPhysicalDeviceIndexTypeUint8FeaturesEXT:
------------------------------------------
        indexTypeUint8 = true

VkPhysicalDeviceInlineUniformBlockFeatures:
-------------------------------------------
        inlineUniformBlock                                 = true
        descriptorBindingInlineUniformBlockUpdateAfterBind = true

VkPhysicalDeviceLineRasterizationFeaturesEXT:
---------------------------------------------
        rectangularLines         = true
        bresenhamLines           = true
        smoothLines              = true
        stippledRectangularLines = true
        stippledBresenhamLines   = true
        stippledSmoothLines      = true

VkPhysicalDeviceMaintenance4Features:
-------------------------------------
        maintenance4 = true

VkPhysicalDeviceMeshShaderFeaturesEXT:
--------------------------------------
        taskShader                             = true
        meshShader                             = true
        multiviewMeshShader                    = true
        primitiveFragmentShadingRateMeshShader = true
        meshShaderQueries                      = true

VkPhysicalDeviceMultiDrawFeaturesEXT:
-------------------------------------
        multiDraw = true

VkPhysicalDeviceMultiviewFeatures:
----------------------------------
        multiview                   = true
        multiviewGeometryShader     = true
        multiviewTessellationShader = true

VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT:
-------------------------------------------------
        mutableDescriptorType = true

VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT:
----------------------------------------------
        nonSeamlessCubeMap = true

VkPhysicalDeviceOpacityMicromapFeaturesEXT:
-------------------------------------------
        micromap              = true
        micromapCaptureReplay = false
        micromapHostCommands  = false

VkPhysicalDevicePipelineCreationCacheControlFeatures:
-----------------------------------------------------
        pipelineCreationCacheControl = true

VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR:
--------------------------------------------------------
        pipelineExecutableInfo = true

VkPhysicalDevicePipelineRobustnessFeaturesEXT:
----------------------------------------------
        pipelineRobustness = true

VkPhysicalDevicePresentIdFeaturesKHR:
-------------------------------------
        presentId = true

VkPhysicalDevicePresentWaitFeaturesKHR:
---------------------------------------
        presentWait = true

VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT:
--------------------------------------------------------
        primitiveTopologyListRestart      = true
        primitiveTopologyPatchListRestart = true

VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT:
----------------------------------------------------
        primitivesGeneratedQuery                      = true
        primitivesGeneratedQueryWithRasterizerDiscard = true
        primitivesGeneratedQueryWithNonZeroStreams    = true

VkPhysicalDevicePrivateDataFeatures:
------------------------------------
        privateData = true

VkPhysicalDeviceProtectedMemoryFeatures:
----------------------------------------
        protectedMemory = false

VkPhysicalDeviceProvokingVertexFeaturesEXT:
-------------------------------------------
        provokingVertexLast                       = true
        transformFeedbackPreservesProvokingVertex = true

VkPhysicalDeviceRayQueryFeaturesKHR:
------------------------------------
        rayQuery = true

VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR:
--------------------------------------------------
        rayTracingMaintenance1               = true
        rayTracingPipelineTraceRaysIndirect2 = true

VkPhysicalDeviceRayTracingPipelineFeaturesKHR:
----------------------------------------------
        rayTracingPipeline                                    = true
        rayTracingPipelineShaderGroupHandleCaptureReplay      = false
        rayTracingPipelineShaderGroupHandleCaptureReplayMixed = false
        rayTracingPipelineTraceRaysIndirect                   = true
        rayTraversalPrimitiveCulling                          = true

VkPhysicalDeviceRobustness2FeaturesEXT:
---------------------------------------
        robustBufferAccess2 = true
        robustImageAccess2  = true
        nullDescriptor      = true

VkPhysicalDeviceSamplerYcbcrConversionFeatures:
-----------------------------------------------
        samplerYcbcrConversion = true

VkPhysicalDeviceScalarBlockLayoutFeatures:
------------------------------------------
        scalarBlockLayout = true

VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures:
----------------------------------------------------
        separateDepthStencilLayouts = true

VkPhysicalDeviceShaderAtomicFloatFeaturesEXT:
---------------------------------------------
        shaderBufferFloat32Atomics   = true
        shaderBufferFloat32AtomicAdd = true
        shaderBufferFloat64Atomics   = true
        shaderBufferFloat64AtomicAdd = true
        shaderSharedFloat32Atomics   = true
        shaderSharedFloat32AtomicAdd = true
        shaderSharedFloat64Atomics   = true
        shaderSharedFloat64AtomicAdd = true
        shaderImageFloat32Atomics    = true
        shaderImageFloat32AtomicAdd  = true
        sparseImageFloat32Atomics    = true
        sparseImageFloat32AtomicAdd  = true

VkPhysicalDeviceShaderAtomicInt64Features:
------------------------------------------
        shaderBufferInt64Atomics = true
        shaderSharedInt64Atomics = true

VkPhysicalDeviceShaderClockFeaturesKHR:
---------------------------------------
        shaderSubgroupClock = true
        shaderDeviceClock   = true

VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures:
-------------------------------------------------------
        shaderDemoteToHelperInvocation = true

VkPhysicalDeviceShaderDrawParametersFeatures:
---------------------------------------------
        shaderDrawParameters = true

VkPhysicalDeviceShaderFloat16Int8Features:
------------------------------------------
        shaderFloat16 = true
        shaderInt8    = true

VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT:
--------------------------------------------------
        shaderImageInt64Atomics = true
        sparseImageInt64Atomics = true

VkPhysicalDeviceShaderIntegerDotProductFeatures:
------------------------------------------------
        shaderIntegerDotProduct = true

VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT:
--------------------------------------------------
        shaderModuleIdentifier = true

VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures:
----------------------------------------------------
        shaderSubgroupExtendedTypes = true

VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR:
------------------------------------------------------------
        shaderSubgroupUniformControlFlow = true

VkPhysicalDeviceShaderTerminateInvocationFeatures:
--------------------------------------------------
        shaderTerminateInvocation = true

VkPhysicalDeviceSubgroupSizeControlFeatures:
--------------------------------------------
        subgroupSizeControl  = true
        computeFullSubgroups = true

VkPhysicalDeviceSynchronization2Features:
-----------------------------------------
        synchronization2 = true

VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT:
------------------------------------------------
        texelBufferAlignment = true

VkPhysicalDeviceTextureCompressionASTCHDRFeatures:
--------------------------------------------------
        textureCompressionASTC_HDR = false

VkPhysicalDeviceTimelineSemaphoreFeatures:
------------------------------------------
        timelineSemaphore = true

VkPhysicalDeviceTransformFeedbackFeaturesEXT:
---------------------------------------------
        transformFeedback = true
        geometryStreams   = true

VkPhysicalDeviceUniformBufferStandardLayoutFeatures:
----------------------------------------------------
        uniformBufferStandardLayout = true

VkPhysicalDeviceVariablePointersFeatures:
-----------------------------------------
        variablePointersStorageBuffer = true
        variablePointers              = true

VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT:
--------------------------------------------------
        vertexAttributeInstanceRateDivisor     = true
        vertexAttributeInstanceRateZeroDivisor = true

VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT:
---------------------------------------------------
        vertexInputDynamicState = true

VkPhysicalDeviceVulkan11Features:
---------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = true
        storageInputOutput16               = false
        multiview                          = true
        multiviewGeometryShader            = true
        multiviewTessellationShader        = true
        variablePointersStorageBuffer      = true
        variablePointers                   = true
        protectedMemory                    = false
        samplerYcbcrConversion             = true
        shaderDrawParameters               = true

VkPhysicalDeviceVulkan12Features:
---------------------------------
        samplerMirrorClampToEdge                           = true
        drawIndirectCount                                  = true
        storageBuffer8BitAccess                            = true
        uniformAndStorageBuffer8BitAccess                  = true
        storagePushConstant8                               = true
        shaderBufferInt64Atomics                           = true
        shaderSharedInt64Atomics                           = true
        shaderFloat16                                      = true
        shaderInt8                                         = true
        descriptorIndexing                                 = true
        shaderInputAttachmentArrayDynamicIndexing          = true
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = true
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true
        samplerFilterMinmax                                = true
        scalarBlockLayout                                  = true
        imagelessFramebuffer                               = true
        uniformBufferStandardLayout                        = true
        shaderSubgroupExtendedTypes                        = true
        separateDepthStencilLayouts                        = true
        hostQueryReset                                     = true
        timelineSemaphore                                  = true
        bufferDeviceAddress                                = true
        bufferDeviceAddressCaptureReplay                   = true
        bufferDeviceAddressMultiDevice                     = true
        vulkanMemoryModel                                  = true
        vulkanMemoryModelDeviceScope                       = true
        vulkanMemoryModelAvailabilityVisibilityChains      = true
        shaderOutputViewportIndex                          = true
        shaderOutputLayer                                  = true
        subgroupBroadcastDynamicId                         = true

VkPhysicalDeviceVulkan13Features:
---------------------------------
        robustImageAccess                                  = true
        inlineUniformBlock                                 = true
        descriptorBindingInlineUniformBlockUpdateAfterBind = true
        pipelineCreationCacheControl                       = true
        privateData                                        = true
        shaderDemoteToHelperInvocation                     = true
        shaderTerminateInvocation                          = true
        subgroupSizeControl                                = true
        computeFullSubgroups                               = true
        synchronization2                                   = true
        textureCompressionASTC_HDR                         = false
        shaderZeroInitializeWorkgroupMemory                = true
        dynamicRendering                                   = true
        shaderIntegerDotProduct                            = true
        maintenance4                                       = true

VkPhysicalDeviceVulkanMemoryModelFeatures:
------------------------------------------
        vulkanMemoryModel                             = true
        vulkanMemoryModelDeviceScope                  = true
        vulkanMemoryModelAvailabilityVisibilityChains = true

VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR:
---------------------------------------------------------
        workgroupMemoryExplicitLayout                  = true
        workgroupMemoryExplicitLayoutScalarBlockLayout = true
        workgroupMemoryExplicitLayout8BitAccess        = true
        workgroupMemoryExplicitLayout16BitAccess       = true

VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT:
-------------------------------------------------
        ycbcr2plane444Formats = true

VkPhysicalDeviceYcbcrImageArraysFeaturesEXT:
--------------------------------------------
        ycbcrImageArrays = true

VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures:
------------------------------------------------------
        shaderZeroInitializeWorkgroupMemory = true

Vulkan info: Nvidia

$prime-run vulkaninfo

              SUBGROUP_FEATURE_BALLOT_BIT
                SUBGROUP_FEATURE_SHUFFLE_BIT
                SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
                SUBGROUP_FEATURE_CLUSTERED_BIT
                SUBGROUP_FEATURE_QUAD_BIT
                SUBGROUP_FEATURE_PARTITIONED_BIT_NV
        subgroupQuadOperationsInAllStages = true
        pointClippingBehavior             = POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY
        maxMultiviewViewCount             = 32
        maxMultiviewInstanceIndex         = 134217727
        protectedNoFault                  = false
        maxPerSetDescriptors              = 4294967295
        maxMemoryAllocationSize           = 0xffe00000

VkPhysicalDeviceVulkan12Properties:
-----------------------------------
        driverID                                             = DRIVER_ID_NVIDIA_PROPRIETARY
        driverName                                           = NVIDIA
        driverInfo                                           = 525.89.02
        conformanceVersion:
                major    = 1
                minor    = 3
                subminor = 3
                patch    = 1
        denormBehaviorIndependence                           = SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL
        roundingModeIndependence                             = SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL
        shaderSignedZeroInfNanPreserveFloat16                = true
        shaderSignedZeroInfNanPreserveFloat32                = true
        shaderSignedZeroInfNanPreserveFloat64                = true
        shaderDenormPreserveFloat16                          = true
        shaderDenormPreserveFloat32                          = false
        shaderDenormPreserveFloat64                          = false
        shaderDenormFlushToZeroFloat16                       = false
        shaderDenormFlushToZeroFloat32                       = false
        shaderDenormFlushToZeroFloat64                       = false
        shaderRoundingModeRTEFloat16                         = true
        shaderRoundingModeRTEFloat32                         = true
        shaderRoundingModeRTEFloat64                         = true
        shaderRoundingModeRTZFloat16                         = false
        shaderRoundingModeRTZFloat32                         = true
        shaderRoundingModeRTZFloat64                         = true
        maxUpdateAfterBindDescriptorsInAllPools              = 4294967295
        shaderUniformBufferArrayNonUniformIndexingNative     = true
        shaderSampledImageArrayNonUniformIndexingNative      = true
        shaderStorageBufferArrayNonUniformIndexingNative     = true
        shaderStorageImageArrayNonUniformIndexingNative      = true
        shaderInputAttachmentArrayNonUniformIndexingNative   = true
        robustBufferAccessUpdateAfterBind                    = true
        quadDivergentImplicitLod                             = true
        maxPerStageDescriptorUpdateAfterBindSamplers         = 1048576
        maxPerStageDescriptorUpdateAfterBindUniformBuffers   = 1048576
        maxPerStageDescriptorUpdateAfterBindStorageBuffers   = 1048576
        maxPerStageDescriptorUpdateAfterBindSampledImages    = 1048576
        maxPerStageDescriptorUpdateAfterBindStorageImages    = 1048576
        maxPerStageDescriptorUpdateAfterBindInputAttachments = 1048576
        maxPerStageUpdateAfterBindResources                  = 4294967295
        maxDescriptorSetUpdateAfterBindSamplers              = 1048576
        maxDescriptorSetUpdateAfterBindUniformBuffers        = 1048576
        maxDescriptorSetUpdateAfterBindUniformBuffersDynamic = 15
        maxDescriptorSetUpdateAfterBindStorageBuffers        = 1048576
        maxDescriptorSetUpdateAfterBindStorageBuffersDynamic = 16
        maxDescriptorSetUpdateAfterBindSampledImages         = 1048576
        maxDescriptorSetUpdateAfterBindStorageImages         = 1048576
        maxDescriptorSetUpdateAfterBindInputAttachments      = 1048576
        supportedDepthResolveModes: count = 4
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_AVERAGE_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        supportedStencilResolveModes: count = 3
                RESOLVE_MODE_SAMPLE_ZERO_BIT
                RESOLVE_MODE_MIN_BIT
                RESOLVE_MODE_MAX_BIT
        independentResolveNone                               = true
        independentResolve                                   = true
        filterMinmaxSingleComponentFormats                   = true
        filterMinmaxImageComponentMapping                    = true
        maxTimelineSemaphoreValueDifference                  = 18446744073709551615
        framebufferIntegerColorSampleCounts: count = 4
                SAMPLE_COUNT_1_BIT
                SAMPLE_COUNT_2_BIT
                SAMPLE_COUNT_4_BIT
                SAMPLE_COUNT_8_BIT

VkPhysicalDeviceVulkan13Properties:
-----------------------------------
        minSubgroupSize                                                               = 32
        maxSubgroupSize                                                               = 32
        maxComputeWorkgroupSubgroups                                                  = 2097152
        requiredSubgroupSizeStages: count = 14
                SHADER_STAGE_VERTEX_BIT
                SHADER_STAGE_TESSELLATION_CONTROL_BIT
                SHADER_STAGE_TESSELLATION_EVALUATION_BIT
                SHADER_STAGE_GEOMETRY_BIT
                SHADER_STAGE_FRAGMENT_BIT
                SHADER_STAGE_COMPUTE_BIT
                SHADER_STAGE_RAYGEN_BIT_KHR
                SHADER_STAGE_ANY_HIT_BIT_KHR
                SHADER_STAGE_CLOSEST_HIT_BIT_KHR
                SHADER_STAGE_MISS_BIT_KHR
                SHADER_STAGE_INTERSECTION_BIT_KHR
                SHADER_STAGE_CALLABLE_BIT_KHR
                SHADER_STAGE_TASK_BIT_EXT
                SHADER_STAGE_MESH_BIT_EXT
        maxInlineUniformBlockSize                                                     = 256
        maxPerStageDescriptorInlineUniformBlocks                                      = 32
        maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks                       = 32
        maxDescriptorSetInlineUniformBlocks                                           = 32
        maxDescriptorSetUpdateAfterBindInlineUniformBlocks                            = 32
        maxInlineUniformTotalSize                                                     = 3584
        integerDotProduct8BitUnsignedAccelerated                                      = true
        integerDotProduct8BitSignedAccelerated                                        = true
        integerDotProduct8BitMixedSignednessAccelerated                               = true
        integerDotProduct4x8BitPackedUnsignedAccelerated                              = true
        integerDotProduct4x8BitPackedSignedAccelerated                                = true
        integerDotProduct4x8BitPackedMixedSignednessAccelerated                       = true
        integerDotProduct16BitUnsignedAccelerated                                     = false
        integerDotProduct16BitSignedAccelerated                                       = false
        integerDotProduct16BitMixedSignednessAccelerated                              = false
        integerDotProduct32BitUnsignedAccelerated                                     = false
        integerDotProduct32BitSignedAccelerated                                       = false
        integerDotProduct32BitMixedSignednessAccelerated                              = false
        integerDotProduct64BitUnsignedAccelerated                                     = false
        integerDotProduct64BitSignedAccelerated                                       = false
        integerDotProduct64BitMixedSignednessAccelerated                              = false
        integerDotProductAccumulatingSaturating8BitUnsignedAccelerated                = true
        integerDotProductAccumulatingSaturating8BitSignedAccelerated                  = true
        integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated         = true
        integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated        = true
        integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated          = true
        integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = true
        integerDotProductAccumulatingSaturating16BitUnsignedAccelerated               = true
        integerDotProductAccumulatingSaturating16BitSignedAccelerated                 = true
        integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated        = true
        integerDotProductAccumulatingSaturating32BitUnsignedAccelerated               = true
        integerDotProductAccumulatingSaturating32BitSignedAccelerated                 = true
        integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated        = true
        integerDotProductAccumulatingSaturating64BitUnsignedAccelerated               = true
        integerDotProductAccumulatingSaturating64BitSignedAccelerated                 = true
        integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated        = true
        storageTexelBufferOffsetAlignmentBytes                                        = 0x00000010
        storageTexelBufferOffsetSingleTexelAlignment                                  = true
        uniformTexelBufferOffsetAlignmentBytes                                        = 0x00000010
        uniformTexelBufferOffsetSingleTexelAlignment                                  = true
        maxBufferSize                                                                 = 0xffffffffffff0000


Device Extensions: count = 174
        VK_EXT_4444_formats                         : extension revision 1
        VK_EXT_attachment_feedback_loop_layout      : extension revision 2
        VK_EXT_blend_operation_advanced             : extension revision 2
        VK_EXT_border_color_swizzle                 : extension revision 1
        VK_EXT_buffer_device_address                : extension revision 2
        VK_EXT_calibrated_timestamps                : extension revision 2
        VK_EXT_color_write_enable                   : extension revision 1
        VK_EXT_conditional_rendering                : extension revision 2
        VK_EXT_conservative_rasterization           : extension revision 1
        VK_EXT_custom_border_color                  : extension revision 12
        VK_EXT_depth_clip_control                   : extension revision 1
        VK_EXT_depth_clip_enable                    : extension revision 1
        VK_EXT_depth_range_unrestricted             : extension revision 1
        VK_EXT_descriptor_indexing                  : extension revision 2
        VK_EXT_discard_rectangles                   : extension revision 1
        VK_EXT_display_control                      : extension revision 1
        VK_EXT_extended_dynamic_state               : extension revision 1
        VK_EXT_extended_dynamic_state2              : extension revision 1
        VK_EXT_external_memory_dma_buf              : extension revision 1
        VK_EXT_external_memory_host                 : extension revision 1
        VK_EXT_fragment_shader_interlock            : extension revision 1
        VK_EXT_global_priority                      : extension revision 2
        VK_EXT_global_priority_query                : extension revision 1
        VK_EXT_graphics_pipeline_library            : extension revision 1
        VK_EXT_host_query_reset                     : extension revision 1
        VK_EXT_image_2d_view_of_3d                  : extension revision 1
        VK_EXT_image_drm_format_modifier            : extension revision 2
        VK_EXT_image_robustness                     : extension revision 1
        VK_EXT_image_view_min_lod                   : extension revision 1
        VK_EXT_index_type_uint8                     : extension revision 1
        VK_EXT_inline_uniform_block                 : extension revision 1
        VK_EXT_line_rasterization                   : extension revision 1
        VK_EXT_load_store_op_none                   : extension revision 1
        VK_EXT_memory_budget                        : extension revision 1
        VK_EXT_mesh_shader                          : extension revision 1
        VK_EXT_multi_draw                           : extension revision 1
        VK_EXT_mutable_descriptor_type              : extension revision 1
        VK_EXT_non_seamless_cube_map                : extension revision 1
        VK_EXT_opacity_micromap                     : extension revision 2
        VK_EXT_pci_bus_info                         : extension revision 2
        VK_EXT_physical_device_drm                  : extension revision 1
        VK_EXT_pipeline_creation_cache_control      : extension revision 3
        VK_EXT_pipeline_creation_feedback           : extension revision 1
        VK_EXT_pipeline_robustness                  : extension revision 1
        VK_EXT_post_depth_coverage                  : extension revision 1
        VK_EXT_primitive_topology_list_restart      : extension revision 1
        VK_EXT_primitives_generated_query           : extension revision 1
        VK_EXT_private_data                         : extension revision 1
        VK_EXT_provoking_vertex                     : extension revision 1
        VK_EXT_queue_family_foreign                 : extension revision 1
        VK_EXT_robustness2                          : extension revision 1
        VK_EXT_sample_locations                     : extension revision 1
        VK_EXT_sampler_filter_minmax                : extension revision 2
        VK_EXT_scalar_block_layout                  : extension revision 1
        VK_EXT_separate_stencil_usage               : extension revision 1
        VK_EXT_shader_atomic_float                  : extension revision 1
        VK_EXT_shader_demote_to_helper_invocation   : extension revision 1
        VK_EXT_shader_image_atomic_int64            : extension revision 1
        VK_EXT_shader_module_identifier             : extension revision 1
        VK_EXT_shader_subgroup_ballot               : extension revision 1
        VK_EXT_shader_subgroup_vote                 : extension revision 1
        VK_EXT_shader_viewport_index_layer          : extension revision 1
        VK_EXT_subgroup_size_control                : extension revision 2
        VK_EXT_texel_buffer_alignment               : extension revision 1
        VK_EXT_tooling_info                         : extension revision 1
        VK_EXT_transform_feedback                   : extension revision 1
        VK_EXT_vertex_attribute_divisor             : extension revision 3
        VK_EXT_vertex_input_dynamic_state           : extension revision 2
        VK_EXT_ycbcr_2plane_444_formats             : extension revision 1
        VK_EXT_ycbcr_image_arrays                   : extension revision 1
        VK_KHR_16bit_storage                        : extension revision 1
        VK_KHR_8bit_storage                         : extension revision 1
        VK_KHR_acceleration_structure               : extension revision 13
        VK_KHR_bind_memory2                         : extension revision 1
        VK_KHR_buffer_device_address                : extension revision 1
        VK_KHR_copy_commands2                       : extension revision 1
        VK_KHR_create_renderpass2                   : extension revision 1
        VK_KHR_dedicated_allocation                 : extension revision 3
        VK_KHR_deferred_host_operations             : extension revision 4
        VK_KHR_depth_stencil_resolve                : extension revision 1
        VK_KHR_descriptor_update_template           : extension revision 1
        VK_KHR_device_group                         : extension revision 4
        VK_KHR_draw_indirect_count                  : extension revision 1
        VK_KHR_driver_properties                    : extension revision 1
        VK_KHR_dynamic_rendering                    : extension revision 1
        VK_KHR_external_fence                       : extension revision 1
        VK_KHR_external_fence_fd                    : extension revision 1
        VK_KHR_external_memory                      : extension revision 1
        VK_KHR_external_memory_fd                   : extension revision 1
        VK_KHR_external_semaphore                   : extension revision 1
        VK_KHR_external_semaphore_fd                : extension revision 1
        VK_KHR_format_feature_flags2                : extension revision 1
        VK_KHR_fragment_shader_barycentric          : extension revision 1
        VK_KHR_fragment_shading_rate                : extension revision 2
        VK_KHR_get_memory_requirements2             : extension revision 1
        VK_KHR_global_priority                      : extension revision 1
        VK_KHR_image_format_list                    : extension revision 1
        VK_KHR_imageless_framebuffer                : extension revision 1
        VK_KHR_maintenance1                         : extension revision 2
        VK_KHR_maintenance2                         : extension revision 1
        VK_KHR_maintenance3                         : extension revision 1
        VK_KHR_maintenance4                         : extension revision 2
        VK_KHR_multiview                            : extension revision 1
        VK_KHR_pipeline_executable_properties       : extension revision 1
        VK_KHR_pipeline_library                     : extension revision 1
        VK_KHR_present_id                           : extension revision 1
        VK_KHR_present_wait                         : extension revision 1
        VK_KHR_push_descriptor                      : extension revision 2
        VK_KHR_ray_query                            : extension revision 1
        VK_KHR_ray_tracing_maintenance1             : extension revision 1
        VK_KHR_ray_tracing_pipeline                 : extension revision 1
        VK_KHR_relaxed_block_layout                 : extension revision 1
        VK_KHR_sampler_mirror_clamp_to_edge         : extension revision 3
        VK_KHR_sampler_ycbcr_conversion             : extension revision 14
        VK_KHR_separate_depth_stencil_layouts       : extension revision 1
        VK_KHR_shader_atomic_int64                  : extension revision 1
        VK_KHR_shader_clock                         : extension revision 1
        VK_KHR_shader_draw_parameters               : extension revision 1
        VK_KHR_shader_float16_int8                  : extension revision 1
        VK_KHR_shader_float_controls                : extension revision 4
        VK_KHR_shader_integer_dot_product           : extension revision 1
        VK_KHR_shader_non_semantic_info             : extension revision 1
        VK_KHR_shader_subgroup_extended_types       : extension revision 1
        VK_KHR_shader_subgroup_uniform_control_flow : extension revision 1
        VK_KHR_shader_terminate_invocation          : extension revision 1
        VK_KHR_spirv_1_4                            : extension revision 1
        VK_KHR_storage_buffer_storage_class         : extension revision 1
        VK_KHR_swapchain                            : extension revision 70
        VK_KHR_swapchain_mutable_format             : extension revision 1
        VK_KHR_synchronization2                     : extension revision 1
        VK_KHR_timeline_semaphore                   : extension revision 2
        VK_KHR_uniform_buffer_standard_layout       : extension revision 1
        VK_KHR_variable_pointers                    : extension revision 1
        VK_KHR_vulkan_memory_model                  : extension revision 3
        VK_KHR_workgroup_memory_explicit_layout     : extension revision 1
        VK_KHR_zero_initialize_workgroup_memory     : extension revision 1
        VK_NVX_binary_import                        : extension revision 1
        VK_NVX_image_view_handle                    : extension revision 2
        VK_NVX_multiview_per_view_attributes        : extension revision 1
        VK_NV_clip_space_w_scaling                  : extension revision 1
        VK_NV_compute_shader_derivatives            : extension revision 1
        VK_NV_cooperative_matrix                    : extension revision 1
        VK_NV_copy_memory_indirect                  : extension revision 1
        VK_NV_corner_sampled_image                  : extension revision 2
        VK_NV_coverage_reduction_mode               : extension revision 1
        VK_NV_cuda_kernel_launch                    : extension revision 2
        VK_NV_dedicated_allocation                  : extension revision 1
        VK_NV_dedicated_allocation_image_aliasing   : extension revision 1
        VK_NV_device_diagnostic_checkpoints         : extension revision 2
        VK_NV_device_diagnostics_config             : extension revision 2
        VK_NV_device_generated_commands             : extension revision 3
        VK_NV_fill_rectangle                        : extension revision 1
        VK_NV_fragment_coverage_to_color            : extension revision 1
        VK_NV_fragment_shader_barycentric           : extension revision 1
        VK_NV_fragment_shading_rate_enums           : extension revision 1
        VK_NV_framebuffer_mixed_samples             : extension revision 1
        VK_NV_geometry_shader_passthrough           : extension revision 1
        VK_NV_inherited_viewport_scissor            : extension revision 1
        VK_NV_linear_color_attachment               : extension revision 1
        VK_NV_memory_decompression                  : extension revision 1
        VK_NV_mesh_shader                           : extension revision 1
        VK_NV_optical_flow                          : extension revision 1
        VK_NV_ray_tracing                           : extension revision 3
        VK_NV_ray_tracing_invocation_reorder        : extension revision 1
        VK_NV_ray_tracing_motion_blur               : extension revision 1
        VK_NV_representative_fragment_test          : extension revision 2
        VK_NV_sample_mask_override_coverage         : extension revision 1
        VK_NV_scissor_exclusive                     : extension revision 1
        VK_NV_shader_image_footprint                : extension revision 2
        VK_NV_shader_sm_builtins                    : extension revision 1
        VK_NV_shader_subgroup_partitioned           : extension revision 1
        VK_NV_shading_rate_image                    : extension revision 3
        VK_NV_viewport_array2                       : extension revision 1
        VK_NV_viewport_swizzle                      : extension revision 1

VkQueueFamilyProperties:
========================
        queueProperties[0]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 16
                queueFlags                  = QUEUE_GRAPHICS | QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = true
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


        queueProperties[1]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 2
                queueFlags                  = QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = false
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


        queueProperties[2]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 8
                queueFlags                  = QUEUE_COMPUTE | QUEUE_TRANSFER | QUEUE_SPARSE_BINDING
                timestampValidBits          = 64
                present support             = true
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


        queueProperties[3]:
        -------------------
                minImageTransferGranularity = (1,1,1)
                queueCount                  = 1
                queueFlags                  = QUEUE_TRANSFER | QUEUE_SPARSE_BINDING | QUEUE_OPTICAL_FLOW_BIT_N
                timestampValidBits          = 32
                present support             = false
                VkQueueFamilyGlobalPriorityPropertiesKHR:
                -----------------------------------------
                        priorityCount  = 1
                        priorities: count = 1
                                QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR


VkPhysicalDeviceMemoryProperties:
=================================
memoryHeaps: count = 2
        memoryHeaps[0]:
                size   = 4294967296 (0x100000000) (4.00 GiB)
                budget = 4070375424 (0xf29d0000) (3.79 GiB)
                usage  = 262144 (0x00040000) (256.00 KiB)
                flags: count = 1
                        MEMORY_HEAP_DEVICE_LOCAL_BIT
        memoryHeaps[1]:
                size   = 12405528576 (0x2e36d5800) (11.55 GiB)
                budget = 12405528576 (0x2e36d5800) (11.55 GiB)
                usage  = 3194880 (0x0030c000) (3.05 MiB)
                flags:
                        None
memoryTypes: count = 5
        memoryTypes[0]:
                heapIndex     = 1
                propertyFlags = 0x0000:
                        None
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_X8_D24_UNORM_PACK32
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D24_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[1]:
                heapIndex     = 0
                propertyFlags = 0x0001: count = 1
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                color images
                                FORMAT_D16_UNORM
                                FORMAT_X8_D24_UNORM_PACK32
                                FORMAT_D32_SFLOAT
                                FORMAT_S8_UINT
                                FORMAT_D24_UNORM_S8_UINT
                                FORMAT_D32_SFLOAT_S8_UINT
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[2]:
                heapIndex     = 1
                propertyFlags = 0x0006: count = 2
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[3]:
                heapIndex     = 1
                propertyFlags = 0x000e: count = 3
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                        MEMORY_PROPERTY_HOST_CACHED_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)
        memoryTypes[4]:
                heapIndex     = 0
                propertyFlags = 0x0007: count = 3
                        MEMORY_PROPERTY_DEVICE_LOCAL_BIT
                        MEMORY_PROPERTY_HOST_VISIBLE_BIT
                        MEMORY_PROPERTY_HOST_COHERENT_BIT
                usable for:
                        IMAGE_TILING_OPTIMAL:
                                None
                        IMAGE_TILING_LINEAR:
                                color images
                                (non-sparse, non-transient)

VkPhysicalDeviceFeatures:
=========================
        robustBufferAccess                      = true
        fullDrawIndexUint32                     = true
        imageCubeArray                          = true
        independentBlend                        = true
        geometryShader                          = true
        tessellationShader                      = true
        sampleRateShading                       = true
        dualSrcBlend                            = true
        logicOp                                 = true
        multiDrawIndirect                       = true
        drawIndirectFirstInstance               = true
        depthClamp                              = true
        depthBiasClamp                          = true
        fillModeNonSolid                        = true
        depthBounds                             = true
        wideLines                               = true
        largePoints                             = true
        alphaToOne                              = true
        multiViewport                           = true
        samplerAnisotropy                       = true
        textureCompressionETC2                  = false
        textureCompressionASTC_LDR              = false
        textureCompressionBC                    = true
        occlusionQueryPrecise                   = true
        pipelineStatisticsQuery                 = true
        vertexPipelineStoresAndAtomics          = true
        fragmentStoresAndAtomics                = true
        shaderTessellationAndGeometryPointSize  = true
        shaderImageGatherExtended               = true
        shaderStorageImageExtendedFormats       = true
        shaderStorageImageMultisample           = true
        shaderStorageImageReadWithoutFormat     = true
        shaderStorageImageWriteWithoutFormat    = true
        shaderUniformBufferArrayDynamicIndexing = true
        shaderSampledImageArrayDynamicIndexing  = true
        shaderStorageBufferArrayDynamicIndexing = true
        shaderStorageImageArrayDynamicIndexing  = true
        shaderClipDistance                      = true
        shaderCullDistance                      = true
        shaderFloat64                           = true
        shaderInt64                             = true
        shaderInt16                             = true
        shaderResourceResidency                 = true
        shaderResourceMinLod                    = true
        sparseBinding                           = true
        sparseResidencyBuffer                   = true
        sparseResidencyImage2D                  = true
        sparseResidencyImage3D                  = true
        sparseResidency2Samples                 = true
        sparseResidency4Samples                 = true
        sparseResidency8Samples                 = true
        sparseResidency16Samples                = true
        sparseResidencyAliased                  = true
        variableMultisampleRate                 = true
        inheritedQueries                        = true

VkPhysicalDevice16BitStorageFeatures:
-------------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = true
        storageInputOutput16               = false

VkPhysicalDevice4444FormatsFeaturesEXT:
---------------------------------------
        formatA4R4G4B4 = true
        formatA4B4G4R4 = true

VkPhysicalDevice8BitStorageFeatures:
------------------------------------
        storageBuffer8BitAccess           = true
        uniformAndStorageBuffer8BitAccess = true
        storagePushConstant8              = true

VkPhysicalDeviceAccelerationStructureFeaturesKHR:
-------------------------------------------------
        accelerationStructure                                 = true
        accelerationStructureCaptureReplay                    = true
        accelerationStructureIndirectBuild                    = false
        accelerationStructureHostCommands                     = false
        descriptorBindingAccelerationStructureUpdateAfterBind = true

VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT:
--------------------------------------------------------
        attachmentFeedbackLoopLayout = true

VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT:
--------------------------------------------------
        advancedBlendCoherentOperations = true

VkPhysicalDeviceBorderColorSwizzleFeaturesEXT:
----------------------------------------------
        borderColorSwizzle          = true
        borderColorSwizzleFromImage = false

VkPhysicalDeviceBufferDeviceAddressFeatures:
--------------------------------------------
        bufferDeviceAddress              = true
        bufferDeviceAddressCaptureReplay = true
        bufferDeviceAddressMultiDevice   = true

VkPhysicalDeviceBufferDeviceAddressFeaturesEXT:
-----------------------------------------------
        bufferDeviceAddress              = true
        bufferDeviceAddressCaptureReplay = true
        bufferDeviceAddressMultiDevice   = true

VkPhysicalDeviceColorWriteEnableFeaturesEXT:
--------------------------------------------
        colorWriteEnable = true

VkPhysicalDeviceConditionalRenderingFeaturesEXT:
------------------------------------------------
        conditionalRendering          = true
        inheritedConditionalRendering = true

VkPhysicalDeviceCustomBorderColorFeaturesEXT:
---------------------------------------------
        customBorderColors             = true
        customBorderColorWithoutFormat = true

VkPhysicalDeviceDepthClipControlFeaturesEXT:
--------------------------------------------
        depthClipControl = true

VkPhysicalDeviceDepthClipEnableFeaturesEXT:
-------------------------------------------
        depthClipEnable = true

VkPhysicalDeviceDescriptorIndexingFeatures:
-------------------------------------------
        shaderInputAttachmentArrayDynamicIndexing          = true
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = true
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true

VkPhysicalDeviceDynamicRenderingFeatures:
-----------------------------------------
        dynamicRendering = true

VkPhysicalDeviceExtendedDynamicState2FeaturesEXT:
-------------------------------------------------
        extendedDynamicState2                   = true
        extendedDynamicState2LogicOp            = true
        extendedDynamicState2PatchControlPoints = true

VkPhysicalDeviceExtendedDynamicStateFeaturesEXT:
------------------------------------------------
        extendedDynamicState = true

VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR:
-----------------------------------------------------
        fragmentShaderBarycentric = true

VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT:
---------------------------------------------------
        fragmentShaderSampleInterlock      = true
        fragmentShaderPixelInterlock       = true
        fragmentShaderShadingRateInterlock = true

VkPhysicalDeviceFragmentShadingRateFeaturesKHR:
-----------------------------------------------
        pipelineFragmentShadingRate   = true
        primitiveFragmentShadingRate  = true
        attachmentFragmentShadingRate = true

VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR:
-----------------------------------------------
        globalPriorityQuery = true

VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT:
---------------------------------------------------
        graphicsPipelineLibrary = true

VkPhysicalDeviceHostQueryResetFeatures:
---------------------------------------
        hostQueryReset = true

VkPhysicalDeviceImage2DViewOf3DFeaturesEXT:
-------------------------------------------
        image2DViewOf3D   = true
        sampler2DViewOf3D = true

VkPhysicalDeviceImageRobustnessFeatures:
----------------------------------------
        robustImageAccess = true

VkPhysicalDeviceImageViewMinLodFeaturesEXT:
-------------------------------------------
        minLod = true

VkPhysicalDeviceImagelessFramebufferFeatures:
---------------------------------------------
        imagelessFramebuffer = true

VkPhysicalDeviceIndexTypeUint8FeaturesEXT:
------------------------------------------
        indexTypeUint8 = true

VkPhysicalDeviceInlineUniformBlockFeatures:
-------------------------------------------
        inlineUniformBlock                                 = true
        descriptorBindingInlineUniformBlockUpdateAfterBind = true

VkPhysicalDeviceLineRasterizationFeaturesEXT:
---------------------------------------------
        rectangularLines         = true
        bresenhamLines           = true
        smoothLines              = true
        stippledRectangularLines = true
        stippledBresenhamLines   = true
        stippledSmoothLines      = true

VkPhysicalDeviceMaintenance4Features:
-------------------------------------
        maintenance4 = true

VkPhysicalDeviceMeshShaderFeaturesEXT:
--------------------------------------
        taskShader                             = true
        meshShader                             = true
        multiviewMeshShader                    = true
        primitiveFragmentShadingRateMeshShader = true
        meshShaderQueries                      = true

VkPhysicalDeviceMultiDrawFeaturesEXT:
-------------------------------------
        multiDraw = true

VkPhysicalDeviceMultiviewFeatures:
----------------------------------
        multiview                   = true
        multiviewGeometryShader     = true
        multiviewTessellationShader = true

VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT:
-------------------------------------------------
        mutableDescriptorType = true

VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT:
----------------------------------------------
        nonSeamlessCubeMap = true

VkPhysicalDeviceOpacityMicromapFeaturesEXT:
-------------------------------------------
        micromap              = true
        micromapCaptureReplay = false
        micromapHostCommands  = false

VkPhysicalDevicePipelineCreationCacheControlFeatures:
-----------------------------------------------------
        pipelineCreationCacheControl = true

VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR:
--------------------------------------------------------
        pipelineExecutableInfo = true

VkPhysicalDevicePipelineRobustnessFeaturesEXT:
----------------------------------------------
        pipelineRobustness = true

VkPhysicalDevicePresentIdFeaturesKHR:
-------------------------------------
        presentId = true

VkPhysicalDevicePresentWaitFeaturesKHR:
---------------------------------------
        presentWait = true

VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT:
--------------------------------------------------------
        primitiveTopologyListRestart      = true
        primitiveTopologyPatchListRestart = true

VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT:
----------------------------------------------------
        primitivesGeneratedQuery                      = true
        primitivesGeneratedQueryWithRasterizerDiscard = true
        primitivesGeneratedQueryWithNonZeroStreams    = true

VkPhysicalDevicePrivateDataFeatures:
------------------------------------
        privateData = true

VkPhysicalDeviceProtectedMemoryFeatures:
----------------------------------------
        protectedMemory = false

VkPhysicalDeviceProvokingVertexFeaturesEXT:
-------------------------------------------
        provokingVertexLast                       = true
        transformFeedbackPreservesProvokingVertex = true

VkPhysicalDeviceRayQueryFeaturesKHR:
------------------------------------
        rayQuery = true

VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR:
--------------------------------------------------
        rayTracingMaintenance1               = true
        rayTracingPipelineTraceRaysIndirect2 = true

VkPhysicalDeviceRayTracingPipelineFeaturesKHR:
----------------------------------------------
        rayTracingPipeline                                    = true
        rayTracingPipelineShaderGroupHandleCaptureReplay      = false
        rayTracingPipelineShaderGroupHandleCaptureReplayMixed = false
        rayTracingPipelineTraceRaysIndirect                   = true
        rayTraversalPrimitiveCulling                          = true

VkPhysicalDeviceRobustness2FeaturesEXT:
---------------------------------------
        robustBufferAccess2 = true
        robustImageAccess2  = true
        nullDescriptor      = true

VkPhysicalDeviceSamplerYcbcrConversionFeatures:
-----------------------------------------------
        samplerYcbcrConversion = true

VkPhysicalDeviceScalarBlockLayoutFeatures:
------------------------------------------
        scalarBlockLayout = true

VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures:
----------------------------------------------------
        separateDepthStencilLayouts = true

VkPhysicalDeviceShaderAtomicFloatFeaturesEXT:
---------------------------------------------
        shaderBufferFloat32Atomics   = true
        shaderBufferFloat32AtomicAdd = true
        shaderBufferFloat64Atomics   = true
        shaderBufferFloat64AtomicAdd = true
        shaderSharedFloat32Atomics   = true
        shaderSharedFloat32AtomicAdd = true
        shaderSharedFloat64Atomics   = true
        shaderSharedFloat64AtomicAdd = true
        shaderImageFloat32Atomics    = true
        shaderImageFloat32AtomicAdd  = true
        sparseImageFloat32Atomics    = true
        sparseImageFloat32AtomicAdd  = true

VkPhysicalDeviceShaderAtomicInt64Features:
------------------------------------------
        shaderBufferInt64Atomics = true
        shaderSharedInt64Atomics = true

VkPhysicalDeviceShaderClockFeaturesKHR:
---------------------------------------
        shaderSubgroupClock = true
        shaderDeviceClock   = true

VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures:
-------------------------------------------------------
        shaderDemoteToHelperInvocation = true

VkPhysicalDeviceShaderDrawParametersFeatures:
---------------------------------------------
        shaderDrawParameters = true

VkPhysicalDeviceShaderFloat16Int8Features:
------------------------------------------
        shaderFloat16 = true
        shaderInt8    = true

VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT:
--------------------------------------------------
        shaderImageInt64Atomics = true
        sparseImageInt64Atomics = true

VkPhysicalDeviceShaderIntegerDotProductFeatures:
------------------------------------------------
        shaderIntegerDotProduct = true

VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT:
--------------------------------------------------
        shaderModuleIdentifier = true

VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures:
----------------------------------------------------
        shaderSubgroupExtendedTypes = true

VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR:
------------------------------------------------------------
        shaderSubgroupUniformControlFlow = true

VkPhysicalDeviceShaderTerminateInvocationFeatures:
--------------------------------------------------
        shaderTerminateInvocation = true

VkPhysicalDeviceSubgroupSizeControlFeatures:
--------------------------------------------
        subgroupSizeControl  = true
        computeFullSubgroups = true

VkPhysicalDeviceSynchronization2Features:
-----------------------------------------
        synchronization2 = true

VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT:
------------------------------------------------
        texelBufferAlignment = true

VkPhysicalDeviceTextureCompressionASTCHDRFeatures:
--------------------------------------------------
        textureCompressionASTC_HDR = false

VkPhysicalDeviceTimelineSemaphoreFeatures:
------------------------------------------
        timelineSemaphore = true

VkPhysicalDeviceTransformFeedbackFeaturesEXT:
---------------------------------------------
        transformFeedback = true
        geometryStreams   = true

VkPhysicalDeviceUniformBufferStandardLayoutFeatures:
----------------------------------------------------
        uniformBufferStandardLayout = true

VkPhysicalDeviceVariablePointersFeatures:
-----------------------------------------
        variablePointersStorageBuffer = true
        variablePointers              = true

VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT:
--------------------------------------------------
        vertexAttributeInstanceRateDivisor     = true
        vertexAttributeInstanceRateZeroDivisor = true

VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT:
---------------------------------------------------
        vertexInputDynamicState = true

VkPhysicalDeviceVulkan11Features:
---------------------------------
        storageBuffer16BitAccess           = true
        uniformAndStorageBuffer16BitAccess = true
        storagePushConstant16              = true
        storageInputOutput16               = false
        multiview                          = true
        multiviewGeometryShader            = true
        multiviewTessellationShader        = true
        variablePointersStorageBuffer      = true
        variablePointers                   = true
        protectedMemory                    = false
        samplerYcbcrConversion             = true
        shaderDrawParameters               = true

VkPhysicalDeviceVulkan12Features:
---------------------------------
        samplerMirrorClampToEdge                           = true
        drawIndirectCount                                  = true
        storageBuffer8BitAccess                            = true
        uniformAndStorageBuffer8BitAccess                  = true
        storagePushConstant8                               = true
        shaderBufferInt64Atomics                           = true
        shaderSharedInt64Atomics                           = true
        shaderFloat16                                      = true
        shaderInt8                                         = true
        descriptorIndexing                                 = true
        shaderInputAttachmentArrayDynamicIndexing          = true
        shaderUniformTexelBufferArrayDynamicIndexing       = true
        shaderStorageTexelBufferArrayDynamicIndexing       = true
        shaderUniformBufferArrayNonUniformIndexing         = true
        shaderSampledImageArrayNonUniformIndexing          = true
        shaderStorageBufferArrayNonUniformIndexing         = true
        shaderStorageImageArrayNonUniformIndexing          = true
        shaderInputAttachmentArrayNonUniformIndexing       = true
        shaderUniformTexelBufferArrayNonUniformIndexing    = true
        shaderStorageTexelBufferArrayNonUniformIndexing    = true
        descriptorBindingUniformBufferUpdateAfterBind      = true
        descriptorBindingSampledImageUpdateAfterBind       = true
        descriptorBindingStorageImageUpdateAfterBind       = true
        descriptorBindingStorageBufferUpdateAfterBind      = true
        descriptorBindingUniformTexelBufferUpdateAfterBind = true
        descriptorBindingStorageTexelBufferUpdateAfterBind = true
        descriptorBindingUpdateUnusedWhilePending          = true
        descriptorBindingPartiallyBound                    = true
        descriptorBindingVariableDescriptorCount           = true
        runtimeDescriptorArray                             = true
        samplerFilterMinmax                                = true
        scalarBlockLayout                                  = true
        imagelessFramebuffer                               = true
        uniformBufferStandardLayout                        = true
        shaderSubgroupExtendedTypes                        = true
        separateDepthStencilLayouts                        = true
        hostQueryReset                                     = true
        timelineSemaphore                                  = true
        bufferDeviceAddress                                = true
        bufferDeviceAddressCaptureReplay                   = true
        bufferDeviceAddressMultiDevice                     = true
        vulkanMemoryModel                                  = true
        vulkanMemoryModelDeviceScope                       = true
        vulkanMemoryModelAvailabilityVisibilityChains      = true
        shaderOutputViewportIndex                          = true
        shaderOutputLayer                                  = true
        subgroupBroadcastDynamicId                         = true

VkPhysicalDeviceVulkan13Features:
---------------------------------
        robustImageAccess                                  = true
        inlineUniformBlock                                 = true
        descriptorBindingInlineUniformBlockUpdateAfterBind = true
        pipelineCreationCacheControl                       = true
        privateData                                        = true
        shaderDemoteToHelperInvocation                     = true
        shaderTerminateInvocation                          = true
        subgroupSizeControl                                = true
        computeFullSubgroups                               = true
        synchronization2                                   = true
        textureCompressionASTC_HDR                         = false
        shaderZeroInitializeWorkgroupMemory                = true
        dynamicRendering                                   = true
        shaderIntegerDotProduct                            = true
        maintenance4                                       = true

VkPhysicalDeviceVulkanMemoryModelFeatures:
------------------------------------------
        vulkanMemoryModel                             = true
        vulkanMemoryModelDeviceScope                  = true
        vulkanMemoryModelAvailabilityVisibilityChains = true

VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR:
---------------------------------------------------------
        workgroupMemoryExplicitLayout                  = true
        workgroupMemoryExplicitLayoutScalarBlockLayout = true
        workgroupMemoryExplicitLayout8BitAccess        = true
        workgroupMemoryExplicitLayout16BitAccess       = true

VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT:
-------------------------------------------------
        ycbcr2plane444Formats = true

VkPhysicalDeviceYcbcrImageArraysFeaturesEXT:
--------------------------------------------
        ycbcrImageArrays = true

VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures:
------------------------------------------------------
        shaderZeroInitializeWorkgroupMemory = true

I have my /etc/modprobe.d/10-nvidia.conf perameters set to "options nvidia-drm modeset=1"

I am bothered by this situation, i want to enphasize my nvidia card that handles more workload. My glxgears fps rate intel is like 734 frames in 5.0 seconds = 146.731 FPS. My prime-run glxgears is 757 frames in 5.0 seconds = 151.363 FPS.

I can't understand what I am missing and why most of my commercial wine games worked before on full screen just on the primary intel card but i can't get them to work on the faster nvidia card. Sorry for the lengthy code.

Last edited by useraddition (2023-07-28 21:29:32)

Offline

#2 2023-03-12 22:12:51

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

Re: Problems with modesetting driver i915 (solved)

Drop all of your exports, none of them make sense in a general sense, DXVK and proton will automatically identify the correct card and you should not export something intended for prime offloading globally.

Make sure lib32-nvidia-utils is installed and remove xf86-video-intel if you have that installed. Post actual log from an affected game (start it from a terminal, or if it's Proton add PROTON_LOG=1 to the launch options in steam and check your home directory)

Offline

#3 2023-03-14 00:42:23

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

Ok so what I did was I unistalled all intel related video drivers and vulkan associations. Just to answer what you said, i can't see a log on fullscreen when it goes all black in a small box my games work fine. My computer freezes when im playing commercial wine games and i tryed Alt+F4 and it wasn't responding so i can't see what logs i need to. I disabled all my envirnmental variables. with the exseption of "ibt=off" at boot and my /etc/modprobe.d/ thing ( go back up on notes. So then i decided i was going to delete what i preceived as more video clutter. This is what i did. i uninstalled "dxvk-mingw-git" package i uninstalled "intel-gmmlib intel-media-driver tbb opencv" This is the output of some installed packages:

$pacman -Qs vulkan

local/goverlay-git 0.9.1.r2.gbe1867a-1
    A GUI to help manage Vulkan/OpenGL overlays
local/lib32-nvidia-utils 525.89.02-1
    NVIDIA drivers utilities (32-bit)
local/lib32-spirv-tools 2022.2-1 (vulkan-devel)
    API and commands for processing SPIR-V modules
local/lib32-vkd3d 1.6-1
    Direct3D 12 to Vulkan translation library By WineHQ
local/lib32-vulkan-icd-loader 1.3.240-1
    Vulkan Installable Client Driver (ICD) Loader (32-bit)
local/lib32-vulkan-mesa-layers 22.3.6-1
    Mesa's Vulkan layers (32-bit)
local/lib32-vulkan-validation-layers 1.3.239.0-1
    Vulkan Validation Layers (32-bit)
local/mangohud 0.6.8-5
    A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more.
local/nvidia-utils 525.89.02-2
    NVIDIA drivers utilities
local/spirv-tools 2022.4-1 (vulkan-devel)
    API and commands for processing SPIR-V modules
local/vkd3d 1.6-1
    Direct3D 12 to Vulkan translation library By WineHQ
local/vulkan-headers 1:1.3.240-1 (vulkan-devel)
    Vulkan header files
local/vulkan-icd-loader 1.3.240-1
    Vulkan Installable Client Driver (ICD) Loader
local/vulkan-mesa-layers 22.3.6-1
    Mesa's Vulkan layers
local/vulkan-tools 1.3.240-1 (vulkan-devel)
    Vulkan Utilities and Tools

This is my opengl:

$pacman -Qs opengl

local/fceux-git interim.build.68.g3501ab9a-1
    Fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support
local/freeglut 3.4.0-1
    Provides functionality for small OpenGL programs
local/glmark2 2023.01-1
    An OpenGL 2.0 and ES 2.0 benchmark
local/glslang 11.13.0-2
    OpenGL and OpenGL ES shader front end and validator
local/glu 9.0.2-3
    Mesa OpenGL utility library
local/goverlay-git 0.9.1.r2.gbe1867a-1
    A GUI to help manage Vulkan/OpenGL overlays
local/lib32-glslang 11.10.0-1
    OpenGL and OpenGL ES shader front end and validator (32bit)
local/lib32-glu 9.0.2-3
    Mesa OpenGL utility library (32 bits)
local/lib32-libepoxy 1.5.10-1
    Library handling OpenGL function pointer management
local/lib32-libglvnd 1.6.0-1
    The GL Vendor-Neutral Dispatch library
local/lib32-mesa 22.3.6-1
    An open-source implementation of the OpenGL specification (32-bit)
local/lib32-nvidia-utils 525.89.02-1
    NVIDIA drivers utilities (32-bit)
local/libepoxy 1.5.10-1
    Library handling OpenGL function pointer management
local/libglvnd 1.6.0-1
    The GL Vendor-Neutral Dispatch library
local/mesa 22.3.6-1
    An open-source implementation of the OpenGL specification
local/nvidia-utils 525.89.02-2
    NVIDIA drivers utilities
local/opengl-man-pages 20190725-3
    OpenGL Man Pages - OpenGL 4.x

This is my nvidia:

pacman -Qs nvidia

    An open-source implementation of the OpenGL specification (32-bit)
local/lib32-nvidia-utils 525.89.02-1
    NVIDIA drivers utilities (32-bit)
local/libepoxy 1.5.10-1
    Library handling OpenGL function pointer management
local/libglvnd 1.6.0-1
    The GL Vendor-Neutral Dispatch library
local/mesa 22.3.6-1
    An open-source implementation of the OpenGL specification
local/nvidia-utils 525.89.02-2
    NVIDIA drivers utilities
local/opengl-man-pages 20190725-3
    OpenGL Man Pages - OpenGL 4.x
[krazybastid@archlinux ~]$ pacman -Qs nvidia
local/egl-wayland 2:1.1.11-3
    EGLStream-based Wayland external platform
local/lib32-libvdpau-git 1.5+1+g2afa3f9-1
    Nvidia VDPAU library
local/lib32-nvidia-utils 525.89.02-1
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia 525.89.02-1
    OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.5-1
    Nvidia VDPAU library
local/libxnvctrl 525.89.02-1
    NVIDIA NV-CONTROL X extension
local/nvidia 525.89.02-6
    NVIDIA drivers for linux
local/nvidia-prime 1.0-4
    NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 525.89.02-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 525.89.02-2
    NVIDIA drivers utilities
local/opencl-nvidia 525.89.02-2
    OpenCL implemention for NVIDIA

This is all i have now of intel

$ pacman -Qs intel
local/intel-ucode 20230214-1
    Microcode update files for Intel CPUs
local/libmfx 23.1.0-1
    Intel Media SDK dispatcher library

Something is conflicting with my full screen implementation it's either messy packages or maybe a left over .run installation files i didn't delete properly. I talked about that on a privious thread. For what its worth this is the "locate" of my nvidia. I'll try not to span code unless i get a request. I'll post more "locate" data if I get a request I could post locate vulkan intel opengl and nvidia to see if anything is conflicting. This is an out of locate nvidia:

$locate nvidia

$ locate nvidia
/etc/OpenCL/vendors/nvidia.icd
/etc/modprobe.d/10-nvidia.conf
/etc/vulkan/icd.d/nvidia_icd.json
/etc/vulkan/implicit_layer.d/nvidia_layers.json
/home/krazybastid/.nvidia-settings-rc
/home/krazybastid/nvidia-bug-report.log
/home/krazybastid/nvidia-bug-report.log.gz
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/.metadata-v2
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/idb
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/ls
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/.padding
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/caches.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/111
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/123
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/143
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/144
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/160
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/17
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/176
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/182
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/20
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/205
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/210
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/232
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/239
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/244
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/250
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/40
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/44
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/49
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/5
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/56
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/58
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/76
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/8
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/92
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/111/{522dbc8c-e198-4fe3-8633-9eb01758f46f}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/123/{14933eba-db6d-4be6-8abf-099d671c657b}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/123/{c1174c52-8a3f-4f70-b3d6-57b830c77d7b}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/143/{b9279609-323d-4c14-8b90-328be34b148f}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/144/{38c68b6f-f6ba-4df2-804d-6d10d8af5690}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/160/{acada0aa-739c-4178-a877-907439063ba0}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/17/{62c5cf68-900e-4cef-a3c8-853e80b8a211}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/176/{f05d506b-228a-456e-8d1e-4642dc1559b0}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/182/{0f8dbd61-33bf-42b0-8fe1-080dcfd991b6}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/20/{49f673ff-02d3-49d9-ab0d-e31b1743be14}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/205/{b35cb50a-b352-4689-8480-f3d9333b6dcd}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/210/{2926adb3-6568-4437-8a0c-a8e677004bd2}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/232/{679c186b-05d5-4cd9-9b5d-884a5785e0e8}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/239/{925ec7f0-a7e4-4db8-b191-66c6f128c3ef}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/244/{153fcebc-7aa1-4a78-8e3b-ecb7529e87f4}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/250/{1f384236-06cb-4f8b-9c6b-2e97842255fa}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/40/{204e9296-d064-47dc-909d-3e5a0369e328}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/44/{cb5c044c-b0e0-4c13-8c08-54a0d72bd72c}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/49/{58e32a71-1c7a-47de-9d67-d10f61d56a31}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/5/{6780a177-3282-48e8-b888-0661d8086605}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/56/{10976282-6dfc-4f58-862d-de735b98d238}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/58/{a8ca573c-6683-462c-8857-7c8ccaff1d3a}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/76/{3039fed7-acac-488f-b966-40610b9ff34c}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/8/{752f72d2-4216-4a78-a7d7-545a806c2a08}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/cache/morgue/92/{5ece9f26-4cdb-4c75-8981-5de5adb6625c}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/idb/4197078560wnooriktbaorxi-pex.files
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/idb/4197078560wnooriktbaorxi-pex.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/ls/data.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++forums.developer.nvidia.com/ls/usage
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/.metadata-v2
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/idb
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/ls
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/.padding
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/caches.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/morgue
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/morgue/230
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/morgue/49
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/morgue/89
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/morgue/230/{d6042fa1-8cd6-4a96-a9fc-801ea62e21e6}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/morgue/49/{9e34012a-d109-4dec-aee8-fc413ce8f131}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/cache/morgue/89/{0f887158-5acc-4cf3-9173-86057e48c459}.final
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/idb/2135660075ientParvi.files
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/idb/2135660075ientParvi.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/idb/2672389209aldlro.files
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/idb/2672389209aldlro.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/ls/data.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.nvidia.com/ls/usage
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/.metadata-v2
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/cache
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/idb
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/ls
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/cache/.padding
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/cache/caches.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/cache/morgue
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/idb/2171031483YattIedMb.files
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/idb/2171031483YattIedMb.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/idb/3851177782LCo7g%sCD7a%t8a0b9ads.files
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/idb/3851177782LCo7g%sCD7a%t8a0b9ads.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/idb/594370625LCo7g%sCD7a%tda3beaas.files
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/idb/594370625LCo7g%sCD7a%tda3beaas.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/ls/data.sqlite
/home/krazybastid/.mozilla/firefox/war24c7m.default-release/storage/default/https+++www.youtube.com^partitionKey=%28https%2Cnvidia.com%29/ls/usage
/home/krazybastid/Desktop/RadRich/Programming/Linux_debugging/10-nvidia.conf
/home/krazybastid/Downloads/nvidia-geforce-3050-Ti
/home/krazybastid/Downloads/nvidia-geforce-3050-Ti/NVIDIA-Linux-x86_64-525.89.02.run
/home/krazybastid/Downloads/nvidia-geforce-3050-Ti/PKGBUILD
/usr/bin/nvidia-bug-report.sh
/usr/bin/nvidia-cuda-mps-control
/usr/bin/nvidia-cuda-mps-server
/usr/bin/nvidia-debugdump
/usr/bin/nvidia-modprobe
/usr/bin/nvidia-ngx-updater
/usr/bin/nvidia-persistenced
/usr/bin/nvidia-powerd
/usr/bin/nvidia-settings
/usr/bin/nvidia-sleep.sh
/usr/bin/nvidia-smi
/usr/bin/nvidia-xconfig
/usr/lib/libEGL_nvidia.so
/usr/lib/libEGL_nvidia.so.0
/usr/lib/libEGL_nvidia.so.525.89.02
/usr/lib/libGLESv1_CM_nvidia.so
/usr/lib/libGLESv1_CM_nvidia.so.1
/usr/lib/libGLESv1_CM_nvidia.so.525.89.02
/usr/lib/libGLESv2_nvidia.so
/usr/lib/libGLESv2_nvidia.so.2
/usr/lib/libGLESv2_nvidia.so.525.89.02
/usr/lib/libGLX_nvidia.so
/usr/lib/libGLX_nvidia.so.0
/usr/lib/libGLX_nvidia.so.525.89.02
/usr/lib/libnvidia-allocator.so
/usr/lib/libnvidia-allocator.so.1
/usr/lib/libnvidia-allocator.so.525.89.02
/usr/lib/libnvidia-api.so
/usr/lib/libnvidia-api.so.1
/usr/lib/libnvidia-cfg.so
/usr/lib/libnvidia-cfg.so.1
/usr/lib/libnvidia-cfg.so.525.89.02
/usr/lib/libnvidia-compiler.so
/usr/lib/libnvidia-compiler.so.525.89.02
/usr/lib/libnvidia-egl-gbm.so
/usr/lib/libnvidia-egl-gbm.so.1
/usr/lib/libnvidia-egl-gbm.so.1.1.0
/usr/lib/libnvidia-egl-wayland.so
/usr/lib/libnvidia-egl-wayland.so.1
/usr/lib/libnvidia-egl-wayland.so.1.1.11
/usr/lib/libnvidia-eglcore.so
/usr/lib/libnvidia-eglcore.so.525.89.02
/usr/lib/libnvidia-encode.so
/usr/lib/libnvidia-encode.so.1
/usr/lib/libnvidia-encode.so.525.89.02
/usr/lib/libnvidia-fbc.so
/usr/lib/libnvidia-fbc.so.1
/usr/lib/libnvidia-fbc.so.525.89.02
/usr/lib/libnvidia-glcore.so
/usr/lib/libnvidia-glcore.so.525.89.02
/usr/lib/libnvidia-glsi.so
/usr/lib/libnvidia-glsi.so.525.89.02
/usr/lib/libnvidia-glvkspirv.so
/usr/lib/libnvidia-glvkspirv.so.525.89.02
/usr/lib/libnvidia-gtk3.so.525.89.02
/usr/lib/libnvidia-ml.so
/usr/lib/libnvidia-ml.so.1
/usr/lib/libnvidia-ml.so.525.89.02
/usr/lib/libnvidia-ngx.so
/usr/lib/libnvidia-ngx.so.1
/usr/lib/libnvidia-ngx.so.525.89.02
/usr/lib/libnvidia-nvvm.so
/usr/lib/libnvidia-nvvm.so.4
/usr/lib/libnvidia-nvvm.so.525.89.02
/usr/lib/libnvidia-opencl.so
/usr/lib/libnvidia-opencl.so.1
/usr/lib/libnvidia-opencl.so.525.89.02
/usr/lib/libnvidia-opticalflow.so
/usr/lib/libnvidia-opticalflow.so.1
/usr/lib/libnvidia-opticalflow.so.525.89.02
/usr/lib/libnvidia-ptxjitcompiler.so
/usr/lib/libnvidia-ptxjitcompiler.so.1
/usr/lib/libnvidia-ptxjitcompiler.so.525.89.02
/usr/lib/libnvidia-rtcore.so
/usr/lib/libnvidia-rtcore.so.525.89.02
/usr/lib/libnvidia-tls.so
/usr/lib/libnvidia-tls.so.525.89.02
/usr/lib/libnvidia-vulkan-producer.so
/usr/lib/libnvidia-vulkan-producer.so.1
/usr/lib/libnvidia-vulkan-producer.so.525.89.02
/usr/lib/libnvidia-wayland-client.so.525.89.02
/usr/lib/libvdpau_nvidia.so
/usr/lib/nvidia
/usr/lib/firmware/nvidia
/usr/lib/firmware/nvidia/525.89.02
/usr/lib/firmware/nvidia/525.89.02/gsp_ad10x.bin
/usr/lib/firmware/nvidia/525.89.02/gsp_tu10x.bin
/usr/lib/gbm/nvidia-drm_gbm.so
/usr/lib/modprobe.d/nvidia-utils.conf
/usr/lib/modules/6.2.2-arch1-1/build/drivers/media/platform/nvidia
/usr/lib/modules/6.2.2-arch1-1/build/drivers/media/platform/nvidia/Kconfig
/usr/lib/modules/6.2.2-arch1-1/build/drivers/media/platform/nvidia/tegra-vde
/usr/lib/modules/6.2.2-arch1-1/build/drivers/media/platform/nvidia/tegra-vde/Kconfig
/usr/lib/modules/6.2.2-arch1-1/build/drivers/net/ethernet/nvidia
/usr/lib/modules/6.2.2-arch1-1/build/drivers/net/ethernet/nvidia/Kconfig
/usr/lib/modules/6.2.2-arch1-1/build/include/linux/platform_data/x86/nvidia-wmi-ec-backlight.h
/usr/lib/modules/6.2.2-arch1-1/extramodules/nvidia-drm.ko.xz
/usr/lib/modules/6.2.2-arch1-1/extramodules/nvidia-modeset.ko.xz
/usr/lib/modules/6.2.2-arch1-1/extramodules/nvidia-peermem.ko.xz
/usr/lib/modules/6.2.2-arch1-1/extramodules/nvidia-uvm.ko.xz
/usr/lib/modules/6.2.2-arch1-1/extramodules/nvidia.ko.xz
/usr/lib/modules/6.2.2-arch1-1/kernel/drivers/i2c/busses/i2c-nvidia-gpu.ko.zst
/usr/lib/modules/6.2.2-arch1-1/kernel/drivers/net/ethernet/nvidia
/usr/lib/modules/6.2.2-arch1-1/kernel/drivers/net/ethernet/nvidia/forcedeth.ko.zst
/usr/lib/modules/6.2.2-arch1-1/kernel/drivers/platform/x86/nvidia-wmi-ec-backlight.ko.zst
/usr/lib/modules/6.2.2-arch1-1/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.zst
/usr/lib/modules-load.d/nvidia-utils.conf
/usr/lib/nvidia/wine
/usr/lib/nvidia/xorg
/usr/lib/nvidia/wine/_nvngx.dll
/usr/lib/nvidia/wine/nvngx.dll
/usr/lib/nvidia/xorg/libglxserver_nvidia.so
/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1
/usr/lib/nvidia/xorg/libglxserver_nvidia.so.525.89.02
/usr/lib/systemd/system/nvidia-hibernate.service
/usr/lib/systemd/system/nvidia-persistenced.service
/usr/lib/systemd/system/nvidia-powerd.service
/usr/lib/systemd/system/nvidia-resume.service
/usr/lib/systemd/system/nvidia-suspend.service
/usr/lib/systemd/system-sleep/nvidia
/usr/lib/sysusers.d/nvidia-utils.conf
/usr/lib/udev/rules.d/60-nvidia.rules
/usr/lib/vdpau/libvdpau_nvidia.so
/usr/lib/vdpau/libvdpau_nvidia.so.1
/usr/lib/vdpau/libvdpau_nvidia.so.525.89.02
/usr/lib/xorg/modules/drivers/nvidia_drv.so
/usr/lib32/libEGL_nvidia.so
/usr/lib32/libEGL_nvidia.so.0
/usr/lib32/libEGL_nvidia.so.525.89.02
/usr/lib32/libGLESv1_CM_nvidia.so
/usr/lib32/libGLESv1_CM_nvidia.so.1
/usr/lib32/libGLESv1_CM_nvidia.so.525.89.02
/usr/lib32/libGLESv2_nvidia.so
/usr/lib32/libGLESv2_nvidia.so.2
/usr/lib32/libGLESv2_nvidia.so.525.89.02
/usr/lib32/libGLX_nvidia.so
/usr/lib32/libGLX_nvidia.so.0
/usr/lib32/libGLX_nvidia.so.525.89.02
/usr/lib32/libnvidia-allocator.so
/usr/lib32/libnvidia-allocator.so.1
/usr/lib32/libnvidia-allocator.so.525.89.02
/usr/lib32/libnvidia-compiler.so
/usr/lib32/libnvidia-compiler.so.525.89.02
/usr/lib32/libnvidia-eglcore.so
/usr/lib32/libnvidia-eglcore.so.525.89.02
/usr/lib32/libnvidia-encode.so
/usr/lib32/libnvidia-encode.so.1
/usr/lib32/libnvidia-encode.so.525.89.02
/usr/lib32/libnvidia-fbc.so
/usr/lib32/libnvidia-fbc.so.1
/usr/lib32/libnvidia-fbc.so.525.89.02
/usr/lib32/libnvidia-glcore.so
/usr/lib32/libnvidia-glcore.so.525.89.02
/usr/lib32/libnvidia-glsi.so
/usr/lib32/libnvidia-glsi.so.525.89.02
/usr/lib32/libnvidia-glvkspirv.so
/usr/lib32/libnvidia-glvkspirv.so.525.89.02
/usr/lib32/libnvidia-ml.so
/usr/lib32/libnvidia-ml.so.1
/usr/lib32/libnvidia-ml.so.525.89.02
/usr/lib32/libnvidia-opencl.so
/usr/lib32/libnvidia-opencl.so.1
/usr/lib32/libnvidia-opencl.so.525.89.02
/usr/lib32/libnvidia-opticalflow.so
/usr/lib32/libnvidia-opticalflow.so.1
/usr/lib32/libnvidia-opticalflow.so.525.89.02
/usr/lib32/libnvidia-ptxjitcompiler.so
/usr/lib32/libnvidia-ptxjitcompiler.so.1
/usr/lib32/libnvidia-ptxjitcompiler.so.525.89.02
/usr/lib32/libnvidia-tls.so
/usr/lib32/libnvidia-tls.so.525.89.02
/usr/lib32/vdpau/libvdpau_nvidia.so
/usr/lib32/vdpau/libvdpau_nvidia.so.1
/usr/lib32/vdpau/libvdpau_nvidia.so.525.89.02
/usr/share/nvidia
/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
/usr/share/applications/nvidia-settings.desktop
/usr/share/dbus-1/system.d/nvidia-dbus.conf
/usr/share/doc/nvidia
/usr/share/doc/nvidia-utils
/usr/share/doc/nvidia/NVIDIA_Changelog
/usr/share/doc/nvidia/README
/usr/share/doc/nvidia/html
/usr/share/doc/nvidia/html/acknowledgements.html
/usr/share/doc/nvidia/html/addressingcapabilities.html
/usr/share/doc/nvidia/html/addtlresources.html
/usr/share/doc/nvidia/html/appendices.html
/usr/share/doc/nvidia/html/audiosupport.html
/usr/share/doc/nvidia/html/commonproblems.html
/usr/share/doc/nvidia/html/configlaptop.html
/usr/share/doc/nvidia/html/configmultxscreens.html
/usr/share/doc/nvidia/html/configtwinview.html
/usr/share/doc/nvidia/html/depth30.html
/usr/share/doc/nvidia/html/displaydevicenames.html
/usr/share/doc/nvidia/html/dma_issues.html
/usr/share/doc/nvidia/html/dpi.html
/usr/share/doc/nvidia/html/dynamicboost.html
/usr/share/doc/nvidia/html/dynamicpowermanagement.html
/usr/share/doc/nvidia/html/editxconfig.html
/usr/share/doc/nvidia/html/egpu.html
/usr/share/doc/nvidia/html/faq.html
/usr/share/doc/nvidia/html/flippingubb.html
/usr/share/doc/nvidia/html/framelock.html
/usr/share/doc/nvidia/html/gbm.html
/usr/share/doc/nvidia/html/glxsupport.html
/usr/share/doc/nvidia/html/gpunames.html
/usr/share/doc/nvidia/html/gsp.html
/usr/share/doc/nvidia/html/i2c.html
/usr/share/doc/nvidia/html/index.html
/usr/share/doc/nvidia/html/installationandconfiguration.html
/usr/share/doc/nvidia/html/installdriver.html
/usr/share/doc/nvidia/html/installedcomponents.html
/usr/share/doc/nvidia/html/introduction.html
/usr/share/doc/nvidia/html/kernel_open.html
/usr/share/doc/nvidia/html/kms.html
/usr/share/doc/nvidia/html/knownissues.html
/usr/share/doc/nvidia/html/minimumrequirements.html
/usr/share/doc/nvidia/html/newusertips.html
/usr/share/doc/nvidia/html/ngx.html
/usr/share/doc/nvidia/html/nvidia-debugdump.html
/usr/share/doc/nvidia/html/nvidia-ml.html
/usr/share/doc/nvidia/html/nvidia-peermem.html
/usr/share/doc/nvidia/html/nvidia-persistenced.html
/usr/share/doc/nvidia/html/nvidia-smi.html
/usr/share/doc/nvidia/html/nvidiasettings.html
/usr/share/doc/nvidia/html/openglenvvariables.html
/usr/share/doc/nvidia/html/optimus.html
/usr/share/doc/nvidia/html/powermanagement.html
/usr/share/doc/nvidia/html/primerenderoffload.html
/usr/share/doc/nvidia/html/procinterface.html
/usr/share/doc/nvidia/html/profiles.html
/usr/share/doc/nvidia/html/programmingmodes.html
/usr/share/doc/nvidia/html/randr14.html
/usr/share/doc/nvidia/html/retpoline.html
/usr/share/doc/nvidia/html/selectdriver.html
/usr/share/doc/nvidia/html/sli.html
/usr/share/doc/nvidia/html/supportedchips.html
/usr/share/doc/nvidia/html/vdpausupport.html
/usr/share/doc/nvidia/html/wayland-issues.html
/usr/share/doc/nvidia/html/xcompositeextension.html
/usr/share/doc/nvidia/html/xconfigoptions.html
/usr/share/doc/nvidia/html/xineramaglx.html
/usr/share/doc/nvidia/html/xrandrextension.html
/usr/share/doc/nvidia/html/xwayland.html
/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json
/usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json
/usr/share/glvnd/egl_vendor.d/10_nvidia.json
/usr/share/licenses/lib32-nvidia-utils
/usr/share/licenses/lib32-opencl-nvidia
/usr/share/licenses/nvidia
/usr/share/licenses/nvidia-utils
/usr/share/licenses/opencl-nvidia
/usr/share/licenses/nvidia/LICENSE
/usr/share/licenses/nvidia-utils/LICENSE
/usr/share/man/man1/nvidia-cuda-mps-control.1.gz
/usr/share/man/man1/nvidia-modprobe.1.gz
/usr/share/man/man1/nvidia-persistenced.1.gz
/usr/share/man/man1/nvidia-settings.1.gz
/usr/share/man/man1/nvidia-smi.1.gz
/usr/share/man/man1/nvidia-xconfig.1.gz
/usr/share/nvidia/nvidia-application-profiles-525.89.02-key-documentation
/usr/share/nvidia/nvidia-application-profiles-525.89.02-rc
/usr/share/pixmaps/nvidia-settings.png
/usr/share/vulkan/icd.d/nvidia_icd.json
/usr/share/vulkan/implicit_layer.d/nvidia_layers.json

Offline

#4 2023-03-14 12:57:41

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

Re: Problems with modesetting driver i915 (solved)

What's the log of a game? From a general Vulkan/OpenGL perspective things look fine. What's your environment, which window manager/DE are you using?

Offline

#5 2023-03-15 00:46:27

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

I'm sorry to make accusations I just did a reinstall. It tuned out I was messing with my /usr/lib folder deleteing .s0.1.etc-number files thinking they were part of a run file and i didn't realize that the lib files with extended numbers are ligit pacman package files. What I realized after i did a reinstall was that i messed up openssl, a system program that is necessary for nvidia and system drivers. I am asking to have this thread morph into something different. I beleve the problem is solved but now i have another problem. I need to contemplate deleteing my windows 10 partition cause it gave my bios a virus and i can't access the uefi. I need to either load the entry for windows efi or delete windows partitions all together just to be able to reset the bios so i can load my uefi grub entry. Right now I'm not showing any boot entries on my laptop acer nitro 5. I heard these laptops are prone to being linux unfriendly. So at this point before i mark it solved. I have a different problem now. I mite get back to this thread. I' will say it's semi solved for now. I won't post any further about my new problem. I will come back when it relates to my prime run nvidia sorry.

Offline

#6 2023-03-22 18:54:46

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

Ok did a fresh install. Glxgears everything runs fine windows games work fine in virual desktop (small box) but the computer freezes goes to black screen on full screen. Problem still persists. For what its worth this is some output of my drivers on my intel i am just using the dreiver from linux firmware, not intel. And I installed nvidia.

$ inxi -G
Graphics:
  Device-1: Intel TigerLake-H GT1 [UHD Graphics] driver: i915 v: kernel
  Device-2: NVIDIA GA107M [GeForce RTX 3050 Ti Mobile] driver: nvidia
    v: 525.89.02
  Device-3: Quanta HD User Facing type: USB driver: uvcvideo
  Display: server: X.org v: 1.21.1.7 driver: X: loaded: modesetting,nvidia
    dri: iris gpu: i915 resolution: 1920x1080~144Hz
  API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD Graphics (TGL GT1)

Offline

#7 2023-05-18 19:20:43

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

I'm still having problems with this issue intel videocard and nvidia main card dual cards and prime run i ran some logging diagnostics and installed some lib32s and some things but the problem still persists when i try to run the game on full screen it's all black and the screen freezes and i have to CTRL+ALT+F2 to get out of the freeze to a new tty if anybody has any help with this i would appriciate it.

Offline

#8 2023-05-18 20:09:33

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

Re: Problems with modesetting driver i915 (solved)

V1del wrote:

What's the log of a game? From a general Vulkan/OpenGL perspective things look fine. What's your environment, which window manager/DE are you using?

Offline

#9 2023-05-18 20:34:47

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

V1del wrote:

What's the log of a game?

What kind of dekstop environment do you run?
KDE? Gnome?

Online

#10 2023-05-18 20:49:33

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

This is the log in Crossover (Commercial Wine)

Running command: "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\GOG.com\\Anno 1503 AD\\Anno 1503 AD.lnk" 
Bottle: Anno_1503
Debug channels: +pid,+process,+module,+loaddll,+seh
Extra environment variables: 

CrossOver 22.0.1
Install location: /home/krazybastid/cxoffice
64-bit OS
Desktop session: 
Window manager: Openbox
Locale: C.UTF-8

Contents of /etc/os-release:
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo

cxdiag output:

[BrokenLibCapi20]
"Lib"="libcapi20.so.3"
"Title"="Broken 32-bit libcapi20.so.3 library"

[MissingLibOdbc]
"Lib"="libodbc.so.2"
"Title"="Missing 32-bit libodbc.so.2 library"

[MissingLibPcap]
"Lib"="libpcap.so.0.8"
"Title"="Missing 32-bit libpcap.so.0.8 library"

[Properties]
"vulkan.present"="yes"

[Properties]
"display.depth"="24"

[Properties]
"display.dpi"="-1.0"

[Properties]
"opengl.vendor"="Intel"

[Properties]
"opengl.version"="4.6 (Compatibility Profile) Mesa 23.0.3"

[Properties]
"opengl.renderer"="Mesa Intel(R) UHD Graphics (TGL GT1)"

[Properties]
"opengl.glsl_version"="4.60"

[Properties]
"opengl.extensions"="GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_NV_half_float GL_APPLE_packed_pixels GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_depth_bounds_test GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_EXT_texture_buffer_object GL_AMD_texture_texture4 GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_buffer_object GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_compatibility GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_copy_image GL_NV_texture_barrier GL_ARB_draw_indirect GL_ARB_get_program_binary GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_precision GL_ARB_shader_subroutine GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_viewport_array GL_EXT_direct_state_access GL_EXT_vertex_attrib_64bit GL_AMD_multi_draw_indirect GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_query_buffer_object GL_AMD_shader_trinary_minmax GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_AMD_pinned_memory GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_compute_variable_group_size GL_ARB_enhanced_layouts GL_ARB_indirect_parameters GL_ARB_internalformat_query2 GL_ARB_multi_bind GL_ARB_query_buffer_object GL_ARB_seamless_cubemap_per_texture GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shading_language_include GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_debug_label GL_EXT_shader_framebuffer_fetch GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_ARB_ES3_1_compatibility GL_ARB_clip_control GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_get_texture_sub_image GL_ARB_pipeline_statistics_query GL_ARB_shader_texture_image_samples GL_ARB_texture_barrier GL_ARB_transform_feedback_overflow_query GL_EXT_polygon_offset_clamp GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_ARB_ES3_2_compatibility GL_ARB_fragment_shader_interlock GL_ARB_gpu_shader_int64 GL_ARB_parallel_shader_compile GL_ARB_post_depth_coverage GL_ARB_shader_atomic_counter_ops GL_ARB_shader_ballot GL_ARB_shader_clock GL_ARB_shader_viewport_layer_array GL_EXT_shader_samples_identical GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_fragment_shader_interlock GL_ARB_gl_spirv GL_ARB_spirv_extensions GL_MESA_shader_integer_functions GL_ARB_polygon_offset_clamp GL_ARB_texture_filter_anisotropic GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_EGL_sync GL_EXT_demote_to_helper_invocation GL_NV_ES1_1_compatibility "

[Properties]
"opengl.core.vendor"="Intel"

[Properties]
"opengl.core.version"="4.6 (Core Profile) Mesa 23.0.3"

[Properties]
"opengl.core.renderer"="Mesa Intel(R) UHD Graphics (TGL GT1)"

[Properties]
"opengl.core.glsl_version"="4.60"

[Properties]
"opengl.core.extensions"="GL_3DFX_texture_compression_FXT1 GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_performance_monitor GL_AMD_pinned_memory GL_AMD_query_buffer_object GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_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_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_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_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_debug_label GL_EXT_demote_to_helper_invocation GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_samples_identical GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_multimode_draw_arrays GL_INTEL_blackhole_render GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 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_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NV_alpha_to_coverage_dither_control GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_fragment_shader_interlock GL_NV_packed_depth_stencil GL_NV_texture_barrier GL_OES_EGL_image GL_S3_s3tc"

cxdiag64 output:
[MissingLibPcap.amd64]
"Lib"="libpcap.so.0.8"
"Title"="Missing 64-bit libpcap.so.0.8 library"

[Properties]
"vulkan.present.amd64"="yes"

[MissingGStreamer1Bad2.amd64]
"Title"="The gst-plugins-bad 64-bit GStreamer plugins appear to be missing h264parse"

[MissingGStreamer1Ugly.amd64]
"Title"="The gst-plugins-ugly 64-bit GStreamer plugins appear to be missing asfdemux"

[MissingGStreamer1Libav.amd64]
"Title"="The gst-libav 64-bit GStreamer plugins appear to be missing avdec_eac3"

[Properties]
"display.depth"="24"

[Properties]
"display.dpi"="-1.0"

[Properties]
"opengl.vendor"="Intel"

[Properties]
"opengl.version"="4.6 (Compatibility Profile) Mesa 23.0.3"

[Properties]
"opengl.renderer"="Mesa Intel(R) UHD Graphics (TGL GT1)"

[Properties]
"opengl.glsl_version"="4.60"

[Properties]
"opengl.extensions"="GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_NV_half_float GL_APPLE_packed_pixels GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_depth_bounds_test GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_EXT_texture_buffer_object GL_AMD_texture_texture4 GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_buffer_object GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_compatibility GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_copy_image GL_NV_texture_barrier GL_ARB_draw_indirect GL_ARB_get_program_binary GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_precision GL_ARB_shader_subroutine GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_viewport_array GL_EXT_direct_state_access GL_EXT_vertex_attrib_64bit GL_AMD_multi_draw_indirect GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_query_buffer_object GL_AMD_shader_trinary_minmax GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_AMD_pinned_memory GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_compute_variable_group_size GL_ARB_enhanced_layouts GL_ARB_indirect_parameters GL_ARB_internalformat_query2 GL_ARB_multi_bind GL_ARB_query_buffer_object GL_ARB_seamless_cubemap_per_texture GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shading_language_include GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_debug_label GL_EXT_shader_framebuffer_fetch GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_ARB_ES3_1_compatibility GL_ARB_clip_control GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_get_texture_sub_image GL_ARB_pipeline_statistics_query GL_ARB_shader_texture_image_samples GL_ARB_texture_barrier GL_ARB_transform_feedback_overflow_query GL_EXT_polygon_offset_clamp GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_ARB_ES3_2_compatibility GL_ARB_fragment_shader_interlock GL_ARB_gpu_shader_int64 GL_ARB_parallel_shader_compile GL_ARB_post_depth_coverage GL_ARB_shader_atomic_counter_ops GL_ARB_shader_ballot GL_ARB_shader_clock GL_ARB_shader_viewport_layer_array GL_EXT_shader_samples_identical GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_fragment_shader_interlock GL_ARB_gl_spirv GL_ARB_spirv_extensions GL_MESA_shader_integer_functions GL_ARB_polygon_offset_clamp GL_ARB_texture_filter_anisotropic GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_EGL_sync GL_EXT_demote_to_helper_invocation GL_NV_ES1_1_compatibility "

[Properties]
"opengl.core.vendor"="Intel"

[Properties]
"opengl.core.version"="4.6 (Core Profile) Mesa 23.0.3"

[Properties]
"opengl.core.renderer"="Mesa Intel(R) UHD Graphics (TGL GT1)"

[Properties]
"opengl.core.glsl_version"="4.60"

[Properties]
"opengl.core.extensions"="GL_3DFX_texture_compression_FXT1 GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_performance_monitor GL_AMD_pinned_memory GL_AMD_query_buffer_object GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_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_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_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_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_debug_label GL_EXT_demote_to_helper_invocation GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_samples_identical GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_multimode_draw_arrays GL_INTEL_blackhole_render GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 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_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NV_alpha_to_coverage_dither_control GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_fragment_shader_interlock GL_NV_packed_depth_stencil GL_NV_texture_barrier GL_OES_EGL_image GL_S3_s3tc"


***** Thu May 18 16:38:39 2023
Starting: '/home/krazybastid/cxoffice/bin/cxstart' '--bottle' 'Anno_1503' '--new-console' '--debugmsg' '+pid,+process,+module,+loaddll,+seh' '--workdir' 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\GOG.com\Anno 1503 AD' '--' 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\GOG.com\Anno 1503 AD\Anno 1503 AD.lnk'

1704: Grabbing the '/tmp/.wine-1000/bottle-0-0.lock' lock
1704: Got the '/tmp/.wine-1000/bottle-0-0.lock' lock
CXConfig->read(/home/krazybastid/cxoffice/etc/cxoffice.conf)
CXConfig->read(/home/krazybastid/.cxoffice/cxoffice.conf)
Product version=22.0.1.35507
CXConfig->read(/home/krazybastid/.cxoffice/Anno_1503/cxbottle.conf)
Mode = 'private'
Bottle environment variables:
 CX_BOTTLE_CREATOR_APPID -> com.codeweavers.c4.5818
 WINEESYNC -> 1
Exec-ing '/home/krazybastid/cxoffice/bin/cxupdatecheck' '--reminder'
Exec-ing '/home/krazybastid/cxoffice/bin/cxrating' '--bottle' 'Anno_1503' '--reminder'

** Thu May 18 16:38:39 2023
Starting '/home/krazybastid/cxoffice/bin/wineloader' '/home/krazybastid/cxoffice/lib/wine/i386-windows/winewrapper.exe' '--new-console' '--workdir' 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\GOG.com\Anno 1503 AD' '--start' '--'
'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\GOG.com\Anno 1503 AD\Anno 1503 AD.lnk'

Environment:
  CX_ROOT = "/home/krazybastid/cxoffice"
  CX_BOTTLE = "Anno_1503"
  WINEPREFIX = "/home/krazybastid/.cxoffice/Anno_1503"
  CX_WINDOWS_VERSION = <undefined>
  PATH = "/home/krazybastid/cxoffice/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
  LD_LIBRARY_PATH = "/home/krazybastid/cxoffice/lib"
  WINEDLLPATH = "/home/krazybastid/cxoffice/lib/wine"
  WINEDLLOVERRIDES = <undefined>
  LD_PRELOAD = <undefined>
  LD_ASSUME_KERNEL = <undefined>
  WINELOADER = "/home/krazybastid/cxoffice/bin/wineloader"
  WINESERVER = "/home/krazybastid/cxoffice/bin/wineserver"
  WINEDEBUG = "+pid,+process,+module,+loaddll,+seh"
  WINEWRAPPER = "/home/krazybastid/cxoffice/lib/wine/i386-windows/winewrapper.exe"
  CX_LOG = "-"
  CX_DEBUGMSG = "+pid,+process,+module,+loaddll,+seh"
  DISPLAY = ":0"
  VKD3D_DEBUG = <undefined>
  VKD3D_SHADER_DEBUG = <undefined>
1704: Releasing the '/tmp/.wine-1000/bottle-0-0.lock' lock
Command:
/home/krazybastid/cxoffice/bin/wineloader /home/krazybastid/cxoffice/lib/wine/i386-windows/winewrapper.exe --new-console --workdir C:\ProgramData\Microsoft\Windows\Start Menu\Programs\GOG.com\Anno 1503 AD --start -- C:\ProgramData\Microsoft\Windows\Start Menu\Programs\GOG.com\Anno 1503 AD\Anno 1503 AD.lnk
0130:0134:trace:module:get_load_order looking for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:get_load_order got main exe default n,b for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:get_load_order looking for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:get_load_order got main exe default n,b for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:load_builtin L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe" is a fake Wine dll
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\ntdll.dll" at 0x7bc00000-0x7bc98000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .text at 0x7bc01000 off 1000 size 67000 virt 66d60 flags 60500020
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .data at 0x7bc68000 off 68000 size 1000 virt b60 flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .rodata at 0x7bc69000 off 69000 size 2000 virt 1ff4 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .rdata at 0x7bc6b000 off 6b000 size 11000 virt 10638 flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .bss at 0x7bc7c000 off 0 size 0 virt 2504 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .edata at 0x7bc7f000 off 7c000 size 13000 virt 12769 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .idata at 0x7bc92000 off 8f000 size 1000 virt 14 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .rsrc at 0x7bc93000 off 90000 size 1000 virt 3ac flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ntdll.dll" section .reloc at 0x7bc94000 off 91000 size 4000 virt 3cc8 flags 42300040
0130:0134:trace:module:load_apiset_dll loaded L"\\??\\C:\\windows\\system32\\apisetschema.dll" apiset at 0x321000
0130:0134:trace:process:NtQueryInformationProcess (0xffffffff,0x00000025,0x21fcc0,0x00000030,(nil))
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe" 00331F20 7EF70000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe" at 7EF70000: builtin
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\kernel32.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"kernel32.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\kernel32.dll" at 0x7b600000-0x7b65f000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .text at 0x7b601000 off 1000 size 32000 virt 31bb0 flags 60500020
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .data at 0x7b633000 off 33000 size 1000 virt 220 flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .rodata at 0x7b634000 off 34000 size 3000 virt 2050 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .rdata at 0x7b637000 off 37000 size 4000 virt 340c flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .bss at 0x7b63b000 off 0 size 0 virt 184 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .edata at 0x7b63c000 off 3b000 size 10000 virt f594 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .idata at 0x7b64c000 off 4b000 size 8000 virt 7484 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .rsrc at 0x7b654000 off 53000 size 8000 virt 7dfc flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernel32.dll" section .reloc at 0x7b65c000 off 5b000 size 3000 virt 259c flags 42300040
0130:0134:trace:module:load_dll looking for L"kernelbase.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\kernelbase.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"kernelbase.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\kernelbase.dll" at 0x7b000000-0x7b247000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .text at 0x7b001000 off 1000 size 83000 virt 82204 flags 60500020
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .data at 0x7b084000 off 84000 size 2000 virt 1c6c flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .rodata at 0x7b086000 off 86000 size 2000 virt 1d88 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .rdata at 0x7b088000 off 88000 size 1d000 virt 1cf98 flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .bss at 0x7b0a5000 off 0 size 0 virt 1da0 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .edata at 0x7b0a7000 off a5000 size 20000 virt 1f88e flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .idata at 0x7b0c7000 off c5000 size 4000 virt 3700 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .rsrc at 0x7b0cb000 off c9000 size 176000 virt 1757f0 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\kernelbase.dll" section .reloc at 0x7b241000 off 23f000 size 6000 virt 52f0 flags 42300040
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\kernelbase.dll" 003323D8 7B000000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernelbase.dll" at 7B000000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\kernelbase.dll" at 7B000000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=3
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" 003321B8 7B600000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" at 7B600000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" at 7B600000
0130:0134:trace:module:load_dll looking for L"advapi32.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\advapi32.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"advapi32.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\advapi32.dll" at 0x61740000-0x6177d000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .text at 0x61741000 off 1000 size 25000 virt 246d8 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .data at 0x61766000 off 26000 size 1000 virt 140 flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .rodata at 0x61767000 off 27000 size 1000 virt e5c flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .rdata at 0x61768000 off 28000 size 6000 virt 51c0 flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .bss at 0x6176e000 off 0 size 0 virt d00 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .edata at 0x6176f000 off 2e000 size 8000 virt 73da flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .idata at 0x61777000 off 36000 size 3000 virt 25d8 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .rsrc at 0x6177a000 off 39000 size 1000 virt 3c8 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\advapi32.dll" section .reloc at 0x6177b000 off 3a000 size 2000 virt 1bac flags 42300040
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernelbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernelbase.dll" for L"kernelbase.dll" at 7B000000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"msvcrt.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\msvcrt.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"msvcrt.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\msvcrt.dll" at 0x6a280000-0x6a31a000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .text at 0x6a281000 off 1000 size 72000 virt 71af4 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .data at 0x6a2f3000 off 73000 size 2000 virt 1094 flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .rodata at 0x6a2f5000 off 75000 size 2000 virt 1554 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .rdata at 0x6a2f7000 off 77000 size b000 virt ad6c flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .bss at 0x6a302000 off 0 size 0 virt 14b0 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .edata at 0x6a304000 off 82000 size e000 virt d915 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .idata at 0x6a312000 off 90000 size 2000 virt 1310 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .rsrc at 0x6a314000 off 92000 size 1000 virt 398 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\msvcrt.dll" section .reloc at 0x6a315000 off 93000 size 5000 virt 4910 flags 42300040
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=3
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=4
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\msvcrt.dll" 00332C98 6A280000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\msvcrt.dll" at 6A280000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\msvcrt.dll" at 6A280000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=5
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"sechost.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\sechost.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"sechost.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\sechost.dll" at 0x6bc00000-0x6bc2a000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .text at 0x6bc01000 off 1000 size 1a000 virt 191a8 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .data at 0x6bc1b000 off 1b000 size 1000 virt 104 flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .rodata at 0x6bc1c000 off 1c000 size 1000 virt f0c flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .rdata at 0x6bc1d000 off 1d000 size 4000 virt 3540 flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .bss at 0x6bc21000 off 0 size 0 virt c4 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .edata at 0x6bc22000 off 21000 size 5000 virt 46ad flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .idata at 0x6bc27000 off 26000 size 1000 virt e78 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\sechost.dll" section .reloc at 0x6bc28000 off 27000 size 2000 virt 10a0 flags 42300040
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=4
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernelbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernelbase.dll" for L"kernelbase.dll" at 7B000000, count=3
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=6
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ucrtbase.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\ucrtbase.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"ucrtbase.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\ucrtbase.dll" at 0x70b40000-0x70c01000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .text at 0x70b41000 off 1000 size 88000 virt 87764 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .data at 0x70bc9000 off 89000 size 2000 virt 11b8 flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .rodata at 0x70bcb000 off 8b000 size 4000 virt 3ad4 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .rdata at 0x70bcf000 off 8f000 size d000 virt cc8c flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .bss at 0x70bdc000 off 0 size 0 virt 16f0 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .edata at 0x70bde000 off 9c000 size 1a000 virt 19455 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .idata at 0x70bf8000 off b6000 size 2000 virt 14cc flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .rsrc at 0x70bfa000 off b8000 size 1000 virt 3c8 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\ucrtbase.dll" section .reloc at 0x70bfb000 off b9000 size 6000 virt 5e44 flags 42300040
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=5
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=7
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" 00332FB8 70B40000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" at 70B40000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" at 70B40000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\sechost.dll" 00332E18 6BC00000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\sechost.dll" at 6BC00000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\sechost.dll" at 6BC00000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" 00333F00 61740000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" at 61740000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" at 61740000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"crypt32.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll"
0130:0134:trace:module:get_load_order_value got app defaults b for L"crypt32"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" at 0x6e8c0000-0x6e988000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .text at 0x6e8c1000 off 1000 size 62000 virt 61300 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .data at 0x6e923000 off 63000 size 3000 virt 25fc flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .rodata at 0x6e926000 off 66000 size 1000 virt 74c flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .rdata at 0x6e927000 off 67000 size 10000 virt f258 flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .bss at 0x6e937000 off 0 size 0 virt 31a0 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .edata at 0x6e93b000 off 77000 size 5000 virt 4c9b flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .idata at 0x6e940000 off 7c000 size 2000 virt 1180 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .rsrc at 0x6e942000 off 7e000 size 41000 virt 40f44 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" section .reloc at 0x6e983000 off bf000 size 5000 virt 488c flags 42300040
0130:0134:trace:module:load_dll looking for L"advapi32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" for L"advapi32.dll" at 61740000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"bcrypt.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" at 0x66240000-0x66255000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .text at 0x66241000 off 1000 size a000 virt 9970 flags 60500020
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .data at 0x6624b000 off b000 size 1000 virt 50 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .rodata at 0x6624c000 off c000 size 1000 virt 3c4 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .rdata at 0x6624d000 off d000 size 2000 virt 1a0c flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .bss at 0x6624f000 off 0 size 0 virt c4 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .edata at 0x66250000 off f000 size 2000 virt 1317 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .idata at 0x66252000 off 11000 size 1000 virt 54c flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .rsrc at 0x66253000 off 12000 size 1000 virt 3c0 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" section .reloc at 0x66254000 off 13000 size 1000 virt 890 flags 42300040
0130:0134:trace:module:load_dll looking for L"advapi32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" for L"advapi32.dll" at 61740000, count=3
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=6
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=8
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ucrtbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" for L"ucrtbase.dll" at 70B40000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" 003332B8 66240000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" at 66240000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\bcrypt.dll" at 66240000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=7
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=9
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ucrtbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" for L"ucrtbase.dll" at 70B40000, count=3
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"user32.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\user32.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"user32.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\user32.dll" at 0x6ed00000-0x6eec9000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .text at 0x6ed01000 off 1000 size b1000 virt b07b8 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .data at 0x6edb2000 off b2000 size 1000 virt 694 flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .rodata at 0x6edb3000 off b3000 size 1000 virt eb8 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .rdata at 0x6edb4000 off b4000 size 14000 virt 13914 flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .bss at 0x6edc8000 off 0 size 0 virt 244 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .edata at 0x6edc9000 off c8000 size 11000 virt 10fb1 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .idata at 0x6edda000 off d9000 size 4000 virt 3e64 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .rsrc at 0x6edde000 off dd000 size e5000 virt e4818 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\user32.dll" section .reloc at 0x6eec3000 off 1c2000 size 6000 virt 5a30 flags 42300040
0130:0134:trace:module:load_dll looking for L"advapi32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" for L"advapi32.dll" at 61740000, count=4
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"gdi32.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\gdi32.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"gdi32.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\gdi32.dll" at 0x6c9c0000-0x6ca35000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .text at 0x6c9c1000 off 1000 size 4a000 virt 49918 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .data at 0x6ca0b000 off 4b000 size 1000 virt 6ec flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .rodata at 0x6ca0c000 off 4c000 size 1000 virt d8c flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .rdata at 0x6ca0d000 off 4d000 size 13000 virt 12848 flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .bss at 0x6ca20000 off 0 size 0 virt 104 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .edata at 0x6ca21000 off 60000 size 9000 virt 8564 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .idata at 0x6ca2a000 off 69000 size 3000 virt 20f0 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .rsrc at 0x6ca2d000 off 6c000 size 5000 virt 422c flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\gdi32.dll" section .reloc at 0x6ca32000 off 71000 size 3000 virt 2e6c flags 42300040
0130:0134:trace:module:load_dll looking for L"advapi32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" for L"advapi32.dll" at 61740000, count=5
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=8
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=10
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ucrtbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" for L"ucrtbase.dll" at 70B40000, count=4
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"user32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\user32.dll" for L"user32.dll" at 6ED00000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"win32u.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\win32u.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"Y:\\cxoffice\\lib\\wine\\i386-windows\\win32u.dll"
0130:0134:trace:module:load_builtin L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\win32u.dll" is a fake Wine dll
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=9
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=11
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\win32u.dll" 00334908 7E930000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\win32u.dll" at 7E930000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\win32u.dll" at 7E930000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\gdi32.dll" 00333728 6C9C0000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\gdi32.dll" at 6C9C0000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\gdi32.dll" at 6C9C0000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=10
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernelbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernelbase.dll" for L"kernelbase.dll" at 7B000000, count=4
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=12
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"sechost.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\sechost.dll" for L"sechost.dll" at 6BC00000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ucrtbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" for L"ucrtbase.dll" at 70B40000, count=5
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"version.dll" in (null)
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\version.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"version.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\version.dll" at 0x63480000-0x6348c000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .text at 0x63481000 off 1000 size 3000 virt 26d0 flags 60500020
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .data at 0x63484000 off 4000 size 1000 virt 50 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .rodata at 0x63485000 off 5000 size 1000 virt 84 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .rdata at 0x63486000 off 6000 size 1000 virt 230 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .bss at 0x63487000 off 0 size 0 virt a0 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .edata at 0x63488000 off 7000 size 1000 virt 327 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .idata at 0x63489000 off 8000 size 1000 virt 604 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .rsrc at 0x6348a000 off 9000 size 1000 virt 3b4 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\version.dll" section .reloc at 0x6348b000 off a000 size 1000 virt 1dc flags 42300040
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=11
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernelbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernelbase.dll" for L"kernelbase.dll" at 7B000000, count=5
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=13
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ucrtbase.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" for L"ucrtbase.dll" at 70B40000, count=6
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\version.dll" 00334A18 63480000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\version.dll" at 63480000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\version.dll" at 63480000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"win32u.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\win32u.dll" for L"win32u.dll" at 7E930000, count=2
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\user32.dll" 00333510 6ED00000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\user32.dll" at 6ED00000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\user32.dll" at 6ED00000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" 00333158 6E8C0000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" at 6E8C0000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\crypt32.dll" at 6E8C0000
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in (null)
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=12
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in (null)
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=14
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:process_attach (L"ntdll.dll",0021FD24) - START
0130:0134:trace:module:MODULE_InitDLL (7BC00000 L"ntdll.dll",PROCESS_ATTACH,0021FD24) 7BC67510 - CALL
0130:0134:trace:module:MODULE_InitDLL (7BC00000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"ntdll.dll",0021FD24) - END
0130:0134:trace:module:process_attach (L"kernel32.dll",0021FD24) - START
0130:0134:trace:module:process_attach (L"kernelbase.dll",0021FD24) - START
0130:0134:trace:module:MODULE_InitDLL (7B000000 L"kernelbase.dll",PROCESS_ATTACH,0021FD24) 7B03C6C0 - CALL
0130:0134:trace:process:NtQueryInformationProcess (0xffffffff,0x0000001a,0x21f5bc,0x00000004,(nil))
0130:0134:trace:process:GetEnvironmentVariableW (L"WINEUNIXCP" 0021F25A 85)
0130:0134:trace:process:ExpandEnvironmentStringsW (L"@tzres.dll,-30800" 00000000 0)
0130:0134:trace:process:ExpandEnvironmentStringsW (L"@tzres.dll,-30800" 00332878 18)
0130:0134:trace:module:LdrGetDllHandleEx flags 0, load_path 00334C90, dll_characteristics 00000000, name 0021F0A8, base 0021F054.
0130:0134:trace:module:LdrGetDllHandleEx L"C:\\windows\\system32\\tzres.dll" -> 00000000 (load path L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0")
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\tzres.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"tzres.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\tzres.dll" at 0x10000000-0x10073000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\tzres.dll" section .rsrc at 0x10001000 off 1000 size 72000 virt 71d74 flags 40000040
0130:0134:trace:module:FindResourceExW 10000002 #0006 #0786 0000
0130:0134:trace:module:LoadResource 10000002 1000B4B8
0130:0134:trace:process:ExpandEnvironmentStringsW (L"@tzres.dll,-30801" 00000000 0)
0130:0134:trace:process:ExpandEnvironmentStringsW (L"@tzres.dll,-30801" 00334BF0 18)
0130:0134:trace:module:LdrGetDllHandleEx flags 0, load_path 00334D70, dll_characteristics 00000000, name 0021F0A8, base 0021F054.
0130:0134:trace:module:LdrGetDllHandleEx L"C:\\windows\\system32\\tzres.dll" -> 00000000 (load path L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0")
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\tzres.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"tzres.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\tzres.dll" at 0x10000000-0x10073000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\tzres.dll" section .rsrc at 0x10001000 off 1000 size 72000 virt 71d74 flags 40000040
0130:0134:trace:module:FindResourceExW 10000002 #0006 #0786 0000
0130:0134:trace:module:LoadResource 10000002 1000B4B8
0130:0134:trace:module:MODULE_InitDLL (7B000000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"kernelbase.dll",0021FD24) - END
0130:0134:trace:module:MODULE_InitDLL (7B600000 L"kernel32.dll",PROCESS_ATTACH,0021FD24) 7B632720 - CALL
0130:0134:trace:process:set_entry_point setting FT_Thunk at 7B63C634 to 00000000
0130:0134:trace:module:MODULE_InitDLL (7B600000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"kernel32.dll",0021FD24) - END
0130:0134:trace:module:process_attach (L"advapi32.dll",0021FD24) - START
0130:0134:trace:module:process_attach (L"msvcrt.dll",0021FD24) - START
0130:0134:trace:module:MODULE_InitDLL (6A280000 L"msvcrt.dll",PROCESS_ATTACH,0021FD24) 6A2F2310 - CALL
0130:0134:trace:module:LdrGetDllFullName module 00000000, name 0021F368.
0130:0134:trace:module:GetModuleFileNameW L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:LdrGetDllFullName module 00000000, name 0021F3B8.
0130:0134:trace:module:GetModuleFileNameW L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:LdrAddRefDll (L"msvcrt.dll") ldr.LoadCount: -1
0130:0134:trace:module:MODULE_InitDLL (6A280000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"msvcrt.dll",0021FD24) - END
0130:0134:trace:module:process_attach (L"sechost.dll",0021FD24) - START
0130:0134:trace:module:process_attach (L"ucrtbase.dll",0021FD24) - START
0130:0134:trace:module:MODULE_InitDLL (70B40000 L"ucrtbase.dll",PROCESS_ATTACH,0021FD24) 70BC7DD0 - CALL
0130:0134:trace:module:LdrGetDllFullName module 00000000, name 0021F2C8.
0130:0134:trace:module:GetModuleFileNameW L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:LdrGetDllFullName module 00000000, name 0021F318.
0130:0134:trace:module:GetModuleFileNameW L"Y:\\cxoffice\\lib\\wine\\i386-windows\\winewrapper.exe"
0130:0134:trace:module:MODULE_InitDLL (70B40000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"ucrtbase.dll",0021FD24) - END
0130:0134:trace:module:MODULE_InitDLL (6BC00000 L"sechost.dll",PROCESS_ATTACH,0021FD24) 6BC192B0 - CALL
0130:0134:trace:module:MODULE_InitDLL (6BC00000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"sechost.dll",0021FD24) - END
0130:0134:trace:module:MODULE_InitDLL (61740000 L"advapi32.dll",PROCESS_ATTACH,0021FD24) 617649B0 - CALL
0130:0134:trace:module:MODULE_InitDLL (61740000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"advapi32.dll",0021FD24) - END
0130:0134:trace:module:process_attach (L"crypt32.dll",0021FD24) - START
0130:0134:trace:module:process_attach (L"bcrypt.dll",0021FD24) - START
0130:0134:trace:module:MODULE_InitDLL (66240000 L"bcrypt.dll",PROCESS_ATTACH,0021FD24) 66249F30 - CALL
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021F4A8, base 0021F4A4.
0130:0134:trace:module:LdrGetDllHandleEx L"ntdll.dll" -> 7BC00000 (load path (null))
0130:0134:err:winediag:gnutls_process_attach Compiled without DH support.
0130:0134:trace:module:MODULE_InitDLL (66240000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"bcrypt.dll",0021FD24) - END
0130:0134:trace:module:process_attach (L"user32.dll",0021FD24) - START
0130:0134:trace:module:process_attach (L"gdi32.dll",0021FD24) - START
0130:0134:trace:module:process_attach (L"win32u.dll",0021FD24) - START
0130:0134:trace:module:init_builtin_dll 0x7e930000: got init_func 0x7e925000 init_array 0x7ea36ee8 4
0130:0134:trace:module:MODULE_InitDLL (7E930000 L"win32u.dll",PROCESS_ATTACH,0021FD24) 7E9B9190 - CALL
reading '/home/krazybastid/cxoffice/etc/cxoffice.conf' took 0.0003s
reading '/home/krazybastid/.cxoffice/cxoffice.conf' took 0.0001s
1706: Grabbing the '/tmp/.wine-1000/cxoffice.conf.lock' lock
reading '/home/krazybastid/.cxoffice/cxoffice.conf' took 0.0000s
'/home/krazybastid/.cxoffice/cxoffice.conf' not modified -> no need to save

1706: Releasing the 'cxoffice.conf' lock
0130:0134:trace:module:MODULE_InitDLL (7E930000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"win32u.dll",0021FD24) - END
0130:0134:trace:module:MODULE_InitDLL (6C9C0000 L"gdi32.dll",PROCESS_ATTACH,0021FD24) 6CA09C60 - CALL
0130:0134:trace:module:MODULE_InitDLL (6C9C0000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"gdi32.dll",0021FD24) - END
0130:0134:trace:module:process_attach (L"version.dll",0021FD24) - START
0130:0134:trace:module:MODULE_InitDLL (63480000 L"version.dll",PROCESS_ATTACH,0021FD24) 63482D30 - CALL
0130:0134:trace:module:MODULE_InitDLL (63480000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"version.dll",0021FD24) - END
0130:0134:trace:module:MODULE_InitDLL (6ED00000 L"user32.dll",PROCESS_ATTACH,0021FD24) 6EDB0630 - CALL
0130:0134:trace:module:load_dll looking for L"imm32.dll" in L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0"
0130:0134:trace:module:get_load_order looking for L"C:\\windows\\system32\\imm32.dll"
0130:0134:trace:module:get_load_order got hardcoded default for L"imm32.dll"
0130:0134:trace:module:map_image_into_view mapping PE file L"\\??\\C:\\windows\\system32\\imm32.dll" at 0x71200000-0x71218000
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .text at 0x71201000 off 1000 size c000 virt bba8 flags 60500060
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .data at 0x7120d000 off d000 size 1000 virt ac flags c0600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .rodata at 0x7120e000 off e000 size 1000 virt 3ec flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .rdata at 0x7120f000 off f000 size 2000 virt 18bc flags 40600040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .bss at 0x71211000 off 0 size 0 virt c0 flags c0600080
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .edata at 0x71212000 off 11000 size 3000 virt 2b28 flags 40300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .idata at 0x71215000 off 14000 size 1000 virt a08 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .rsrc at 0x71216000 off 15000 size 1000 virt 3a4 flags c0300040
0130:0134:trace:module:map_image_into_view mapping L"\\??\\C:\\windows\\system32\\imm32.dll" section .reloc at 0x71217000 off 16000 size 1000 virt 944 flags 42300040
0130:0134:trace:module:load_dll looking for L"advapi32.dll" in L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0"
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\advapi32.dll" for L"advapi32.dll" at 61740000, count=-1
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"kernel32.dll" in L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0"
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\kernel32.dll" for L"kernel32.dll" at 7B600000, count=-1
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ntdll.dll" in L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0"
0130:0134:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 7BC00000, count=-1
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"ucrtbase.dll" in L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0"
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\ucrtbase.dll" for L"ucrtbase.dll" at 70B40000, count=-1
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:load_dll looking for L"user32.dll" in L"Y:\\cxoffice\\lib\\wine\\i386-windows;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0"
0130:0134:trace:module:load_dll Found L"Y:\\cxoffice\\lib\\wine\\i386-windows\\user32.dll" for L"user32.dll" at 6ED00000, count=-1
0130:0134:trace:module:import_dll is not hybrid module
0130:0134:trace:module:build_module loaded L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\imm32.dll" 00339E90 71200000
0130:0134:trace:loaddll:build_module Loaded L"Y:\\cxoffice\\lib\\wine\\i386-windows\\imm32.dll" at 71200000: builtin
0130:0134:trace:module:load_dll Loaded module L"\\??\\Y:\\cxoffice\\lib\\wine\\i386-windows\\imm32.dll" at 71200000
0130:0134:trace:module:process_attach (L"imm32.dll",00000000) - START
0130:0134:trace:module:MODULE_InitDLL (71200000 L"imm32.dll",PROCESS_ATTACH,00000000) 7120C190 - CALL
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021E948, base 0021E944.
0130:0134:trace:module:LdrGetDllHandleEx L"ntdll.dll" -> 7BC00000 (load path (null))
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021EDC8, base 0021EDC4.
0130:0134:trace:module:LdrGetDllHandleEx L"imm32.dll" -> 71200000 (load path (null))
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021E8F8, base 0021E8F4.
0130:0134:trace:module:LdrGetDllHandleEx L"ntdll.dll" -> 7BC00000 (load path (null))
0130:0134:trace:module:MODULE_InitDLL (71200000,PROCESS_ATTACH,00000000) - RETURN 1
0130:0134:trace:module:process_attach (L"imm32.dll",00000000) - END
0130:0134:trace:module:MODULE_InitDLL (6ED00000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"user32.dll",0021FD24) - END
0130:0134:trace:module:MODULE_InitDLL (6E8C0000 L"crypt32.dll",PROCESS_ATTACH,0021FD24) 6E921450 - CALL
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #003f 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943190
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0040 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943380
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0041 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943570
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0042 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943770
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0043 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943980
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0044 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943B70
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0046 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943F40
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0047 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944150
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0045 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E943D60
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:FindResourceExW 6E8C0000 #0006 #0048 0000
0130:0134:trace:module:LoadResource 6E8C0000 6E944370
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021F548, base 0021F544.
0130:0134:trace:module:LdrGetDllHandleEx L"ntdll.dll" -> 7BC00000 (load path (null))
0130:0134:trace:module:MODULE_InitDLL (6E8C0000,PROCESS_ATTACH,0021FD24) - RETURN 1
0130:0134:trace:module:process_attach (L"crypt32.dll",0021FD24) - END
0130:0134:trace:module:init_builtin_dll 0x7ef70000: got init_func 0x7ef6bd68 init_array 0x7ef88e90 4
0130:0134:trace:process:NtQueryInformationProcess (0xffffffff,0x00000007,0x21fbf4,0x00000004,(nil))
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021F358, base 0021F354.
0130:0134:trace:module:LdrGetDllHandleEx L"kernel32" -> 7B600000 (load path (null))
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021D338, base 0021D334.
0130:0134:trace:module:LdrGetDllHandleEx L"ntdll.dll" -> 7BC00000 (load path (null))
0130:0134:trace:module:LdrGetDllHandleEx flags 0x1, load_path 00000000, dll_characteristics 00000000, name 0021D088, base 0021D084.

The debug log is longer than that but i posted most of it. Thats the crossover startup log.

Offline

#11 2023-05-18 20:50:44

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

Do yo run a compositor like picom?

Edit: also, sanity check.
Does https://wiki.archlinux.org/title/Steam/ … _emulation work?

Last edited by seth (2023-05-18 20:56:04)

Online

#12 2023-05-18 21:12:41

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

What's a compositor, I installed all the lib32s and crossover is not showing the connection but i don't think that's the problem. The game runs flawlessly under Virtual desktop, (small box). However I have had this problem with other games as well. One game I haven't had a problem with is Civilization 4 Beyond the sword. And my previous laptop that burnt out I didn't have this problem. So I think it's compatibility with the nvidia driver and intel modesetting and general debugging. I mite need a little more knowledge of what envirnmental variables do that mite help. I'm using Crossover though not Proton or Lutris. Several games I had not worked were Sim City 3000 and Morrowind I got the full screen freeze. I know it's not the lib32s and and gstreamer plugins cause i installed them like i said all my games run fine in a virtual desktop.

Offline

#13 2023-05-19 06:30:54

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

https://wiki.archlinux.org/title/Xorg#Composite

I think it's compatibility with the nvidia driver and intel modesetting

Can you prime-run https://archlinux.org/packages/community/x86_64/warsow/ ?

I'm using Crossover though not Proton or Lutris

What about plain wine?
Edit: https://aur.archlinux.org/packages/crossover looks like a binary release

Last edited by seth (2023-05-19 06:31:27)

Online

#14 2023-05-20 06:44:47

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

I just relized something. I just installed Xcompmgr for compositing. The reason Civ4 worked perfect was the screen resolution matched the initial openbox load. So if I'm not mistakein this the layering. 1.SHELL -------> 2. X ----------> 3.Compositioning App -----------> Solid App launching with desired xcompmgr peramiters. So I've been trying to adjust my display so i can run the game this is what I got.

$ xcompmgr -d:1024.768
Can't open display

How do I change the display instantly in dm with xcompmgr. So then I can just type the command to launch my game.

Offline

#15 2023-05-20 06:55:55

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

I'm … mistaken

xrandr -q

And "man xrandr"

Online

#16 2023-05-20 07:13:36

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080    144.15*+  60.01    59.97    59.96    60.20    59.93  
   1680x1050     59.95    59.88  
   1400x1050     74.76    59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     85.02    75.02    60.02  
   1400x900      59.96    59.88  
   1280x960      85.00    60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      85.00    75.05    60.04    85.00    75.03    70.07    60.00  
   1024x768i     86.96  
   960x720       85.00    75.00    60.00  
   928x696       75.00    60.05  
   896x672       75.05    60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   832x624       74.55  
   960x540       59.96    59.99    59.63    59.82  
   800x600       85.00    75.00    70.00    65.00    60.00    85.14    72.19    75.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   700x525       74.76    59.98  
   800x450       59.95    59.82  
   640x512       85.02    75.02    60.02  
   700x450       59.96    59.88  
   640x480       85.09    60.00    85.01    72.81    75.00    59.94  
   720x405       59.51    58.99  
   720x400       85.04  
   684x384       59.88    59.85  
   640x400       59.88    59.98    85.08  
   576x432       75.00  
   640x360       59.86    59.83    59.84    59.32  
   640x350       85.08  
   512x384       85.00    75.03    70.07    60.00  
   512x384i      87.06  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       85.27    72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       85.18    72.81    75.00    60.05  
   360x202       59.51    59.13  
   360x200       85.04  
   320x200       85.27  
   320x180       59.84    59.32  
   320x175       85.27  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 disconnected (normal left inverted right x axis y axis)
$ xrandr --output eDP-1 --mode 1024x768
xrandr: Configure crtc 0 failed
$

Offline

#17 2023-05-20 07:29:49

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

I did "xrandr -s 1024x768" and my screen froze so it's not wine. It could be a bug in nvidia, or modesetting that I'm not aware of. I get the crash. What debugging do I have to skower. This is such a pain.

Offline

#18 2023-05-20 10:55:26

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

"xrandr --output eDP-1 --mode 1024x768" and nvidia isn't involved in that (unless you're running the server on the nvidia chip)

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Also

xrandr --verbose

(since there're quite some modes for every resolution)

Online

#19 2023-05-20 11:24:37

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

Ok but I have alot to post. I don't know what to make of this in a way I didn't post the whole config file.

X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    22.488] Current Operating System: Linux archlinux 6.3.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000 x86_64
[    22.488] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=694bd692-865d-4d7c-9957-70f8e7bcd05d rw loglevel=3 loud ibt=off rcutree.rcu_idle_gp_delay=1
[    22.488]  
[    22.488] Current version of pixman: 0.42.2
[    22.488] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.488] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.489] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 20 07:08:22 2023
[    22.490] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.490] (==) No Layout section.  Using the first Screen section.
[    22.490] (==) No screen section available. Using defaults.
[    22.490] (**) |-->Screen "Default Screen Section" (0)
[    22.490] (**) |   |-->Monitor "<default monitor>"
[    22.491] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    22.491] (==) Automatically adding devices
[    22.491] (==) Automatically enabling devices
[    22.491] (==) Automatically adding GPU devices
[    22.491] (==) Automatically binding GPU devices
[    22.491] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    22.491] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    22.491] 	Entry deleted from font path.
[    22.492] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    22.492] 	Entry deleted from font path.
[    22.492] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    22.492] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    22.492] 	Entry deleted from font path.
[    22.492] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    22.492] 	Entry deleted from font path.
[    22.492] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    22.492] 	Entry deleted from font path.
[    22.492] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    22.492] 	Entry deleted from font path.
[    22.492] (==) FontPath set to:
	
[    22.492] (==) ModulePath set to "/usr/lib/xorg/modules"
[    22.492] (**) Extension "Composite" is enabled
[    22.492] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.492] (II) Module ABI versions:
[    22.492] 	X.Org ANSI C Emulation: 0.4
[    22.492] 	X.Org Video Driver: 25.2
[    22.492] 	X.Org XInput driver : 24.4
[    22.492] 	X.Org Server Extension : 10.0
[    22.493] (++) using VT number 1

[    22.494] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    22.494] (II) xfree86: Adding drm device (/dev/dri/card1)
[    22.494] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    22.495] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    22.495] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.495] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    22.495] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    22.496] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    22.816] (--) PCI:*(0@0:2:0) 8086:9a68:1025:1539 rev 1, Mem @ 0x6104000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    22.816] (--) PCI: (1@0:0:0) 10de:25a0:1025:153a rev 161, Mem @ 0x52000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    22.816] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.816] (II) LoadModule: "glx"
[    22.823] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.829] (II) Module glx: vendor="X.Org Foundation"
[    22.829] 	compiled for 1.21.1.8, module version = 1.0.0
[    22.829] 	ABI class: X.Org Server Extension, version 10.0
[    22.829] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    22.829] 	loading driver: nvidia
[    22.829] (==) Matched intel as autoconfigured driver 0
[    22.829] (==) Matched nvidia as autoconfigured driver 1
[    22.829] (==) Matched nouveau as autoconfigured driver 2
[    22.829] (==) Matched nv as autoconfigured driver 3
[    22.829] (==) Matched modesetting as autoconfigured driver 4
[    22.829] (==) Matched fbdev as autoconfigured driver 5
[    22.829] (==) Matched vesa as autoconfigured driver 6
[    22.829] (==) Assigned the driver to the xf86ConfigLayout
[    22.829] (II) LoadModule: "intel"
[    22.829] (WW) Warning, couldn't open module intel
[    22.829] (EE) Failed to load module "intel" (module does not exist, 0)
[    22.829] (II) LoadModule: "nvidia"
[    22.829] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    22.834] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.834] 	compiled for 1.6.99.901, module version = 1.0.0
[    22.834] 	Module class: X.Org Video Driver
[    22.834] (II) LoadModule: "nouveau"
[    22.834] (WW) Warning, couldn't open module nouveau
[    22.834] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    22.834] (II) LoadModule: "nv"
[    22.834] (WW) Warning, couldn't open module nv
[    22.834] (EE) Failed to load module "nv" (module does not exist, 0)
[    22.834] (II) LoadModule: "modesetting"
[    22.834] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    22.835] (II) Module modesetting: vendor="X.Org Foundation"
[    22.835] 	compiled for 1.21.1.8, module version = 1.21.1
[    22.835] 	Module class: X.Org Video Driver
[    22.835] 	ABI class: X.Org Video Driver, version 25.2
[    22.835] (II) LoadModule: "fbdev"
[    22.835] (WW) Warning, couldn't open module fbdev
[    22.835] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    22.835] (II) LoadModule: "vesa"
[    22.835] (WW) Warning, couldn't open module vesa
[    22.835] (EE) Failed to load module "vesa" (module does not exist, 0)
[    22.835] (II) NVIDIA dlloader X Driver  530.41.03  Thu Mar 16 19:25:45 UTC 2023
[    22.835] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.836] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    22.836] (II) modeset(0): using drv /dev/dri/card0
[    22.836] (II) systemd-logind: releasing fd for 226:1
[    22.836] (II) Loading sub module "fb"
[    22.836] (II) LoadModule: "fb"
[    22.836] (II) Module "fb" already built-in
[    22.836] (II) Loading sub module "wfb"
[    22.836] (II) LoadModule: "wfb"
[    22.837] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.837] (II) Module wfb: vendor="X.Org Foundation"
[    22.837] 	compiled for 1.21.1.8, module version = 1.0.0
[    22.837] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.838] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    22.838] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    22.838] (==) modeset(0): RGB weight 888
[    22.838] (==) modeset(0): Default visual is TrueColor
[    22.838] (II) Loading sub module "glamoregl"
[    22.838] (II) LoadModule: "glamoregl"
[    22.838] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    22.841] (II) Module glamoregl: vendor="X.Org Foundation"
[    22.841] 	compiled for 1.21.1.8, module version = 1.0.1
[    22.841] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.433] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)
[    24.434] (II) modeset(0): glamor initialized
[    24.434] (==) modeset(0): VariableRefresh: disabled
[    24.434] (==) modeset(0): AsyncFlipSecondaries: disabled
[    24.436] (II) modeset(0): Output eDP-1 has no monitor section
[    24.446] (II) modeset(0): Output DP-1 has no monitor section
[    24.447] (II) modeset(0): Output DP-2 has no monitor section
[    24.450] (WW) EDID timing clock 353.80 exceeds claimed max 345MHz, fixing
[    24.450] (II) modeset(0): EDID for output eDP-1
[    24.450] (II) modeset(0): Manufacturer: AUO  Model: af90  Serial#: 0
[    24.450] (II) modeset(0): Year: 2020  Week: 8
[    24.450] (II) modeset(0): EDID Version: 1.4
[    24.450] (II) modeset(0): Digital Display Input
[    24.450] (II) modeset(0): 8 bits per channel
[    24.450] (II) modeset(0): Digital interface is DisplayPort
[    24.450] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    24.450] (II) modeset(0): Gamma: 2.20
[    24.450] (II) modeset(0): No DPMS capabilities specified
[    24.450] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    24.450] (II) modeset(0): First detailed timing is preferred mode
[    24.450] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    24.450] (II) modeset(0): Display is continuous-frequency
[    24.450] (II) modeset(0): redX: 0.566 redY: 0.339   greenX: 0.351 greenY: 0.568
[    24.450] (II) modeset(0): blueX: 0.158 blueY: 0.121   whiteX: 0.313 whiteY: 0.329
[    24.450] (II) modeset(0): Manufacturer's mask: 0
[    24.450] (II) modeset(0): Supported detailed timing:
[    24.450] (II) modeset(0): clock: 353.8 MHz   Image Size:  344 x 193 mm
[    24.450] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[    24.450] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1180 v_border: 0
[    24.450] (II) modeset(0): Supported detailed timing:
[    24.450] (II) modeset(0): clock: 143.0 MHz   Image Size:  344 x 193 mm
[    24.450] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2080 h_border: 0
[    24.450] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1142 v_border: 0
[    24.450] (II) modeset(0): Ranges: V min: 60 V max: 144 Hz, H min: 165 H max: 165 kHz, PixClock max 354 MHz
[    24.450] (II) modeset(0):  B156HAN08.4
[    24.450] (II) modeset(0): EDID (in hex):
[    24.450] (II) modeset(0): 	00ffffffffffff0006af90af00000000
[    24.450] (II) modeset(0): 	081e0104a5221378033e859156599128
[    24.450] (II) modeset(0): 	1f505400000001010101010101010101
[    24.450] (II) modeset(0): 	010101010101348a80a0703864406c30
[    24.450] (II) modeset(0): 	350058c110000018dc3780a070383e40
[    24.450] (II) modeset(0): 	6c30350058c110000018000000fd003c
[    24.450] (II) modeset(0): 	90a5a522010a202020202020000000fe
[    24.451] (II) modeset(0): 	004231353648414e30382e34200a00b5
[    24.451] (II) modeset(0): Printing probed modes for output eDP-1
[    24.451] (II) modeset(0): Modeline "1920x1080"x144.1  353.80  1920 2028 2076 2080  1080 1083 1088 1180 -hsync -vsync (170.1 kHz eP)
[    24.451] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    24.451] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    24.451] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    24.451] (II) modeset(0): Modeline "1920x1080"x60.2  143.00  1920 2028 2076 2080  1080 1083 1088 1142 -hsync -vsync (68.8 kHz e)
[    24.451] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    24.451] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    24.451] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    24.451] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    24.451] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    24.451] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    24.451] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    24.451] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    24.451] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    24.451] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    24.451] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    24.451] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    24.451] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    24.451] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    24.451] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    24.451] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    24.451] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    24.451] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    24.451] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    24.451] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    24.451] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    24.451] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    24.451] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    24.451] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    24.451] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    24.451] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    24.451] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    24.451] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    24.451] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    24.451] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    24.451] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    24.451] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    24.451] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    24.451] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    24.451] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    24.451] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    24.451] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    24.451] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    24.451] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    24.451] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    24.451] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    24.451] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    24.451] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    24.451] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    24.451] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    24.451] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    24.451] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    24.451] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    24.451] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    24.451] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    24.451] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    24.451] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    24.451] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    24.451] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    24.451] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    24.451] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    24.452] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    24.452] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    24.452] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    24.452] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    24.452] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    24.452] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    24.452] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    24.452] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    24.452] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    24.452] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    24.452] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    24.452] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    24.452] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    24.452] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    24.452] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    24.452] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    24.452] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    24.452] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    24.452] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    24.452] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    24.452] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    24.452] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    24.452] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    24.452] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    24.452] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    24.452] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    24.452] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    24.452] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    24.452] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    24.452] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    24.452] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    24.452] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    24.452] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    24.452] (II) modeset(0): EDID for output DP-1
[    24.452] (II) modeset(0): EDID for output DP-2
[    24.452] (II) modeset(0): Output eDP-1 connected
[    24.452] (II) modeset(0): Output DP-1 disconnected
[    24.452] (II) modeset(0): Output DP-2 disconnected
[    24.452] (II) modeset(0): Using exact sizes for initial modes
[    24.452] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    24.452] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.452] (==) modeset(0): DPI set to (96, 96)
[    24.452] (II) Loading sub module "fb"
[    24.452] (II) LoadModule: "fb"
[    24.452] (II) Module "fb" already built-in
[    24.452] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    24.452] (==) NVIDIA(G0): RGB weight 888
[    24.452] (==) NVIDIA(G0): Default visual is TrueColor
[    24.452] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    24.452] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    24.452] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    24.452] (**) NVIDIA(G0): Enabling 2D acceleration
[    24.452] (II) Loading sub module "glxserver_nvidia"
[    24.452] (II) LoadModule: "glxserver_nvidia"
[    24.452] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    24.473] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    24.473] 	compiled for 1.6.99.901, module version = 1.0.0
[    24.473] 	Module class: X.Org Server Extension
[    24.473] (II) NVIDIA GLX Module  530.41.03  Thu Mar 16 19:27:05 UTC 2023
[    24.474] (II) NVIDIA: The X server supports PRIME Render Offload.
[    24.487] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    24.487] (--) NVIDIA(0):     DFP-0
[    24.488] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3050 Ti Laptop GPU (GA107-A) at
[    24.488] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    24.488] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    24.488] (--) NVIDIA(G0): VideoBIOS: 94.07.3a.00.7c
[    24.488] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    24.488] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    24.488] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    24.488] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    24.488] (--) NVIDIA(GPU-0): 
[    24.491] (II) NVIDIA(G0): Validated MetaModes:
[    24.491] (II) NVIDIA(G0):     "NULL"
[    24.491] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    24.491] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    24.491] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    24.545] (==) modeset(0): Backing store enabled
[    24.545] (==) modeset(0): Silken mouse enabled
[    24.574] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    24.574] (==) modeset(0): DPMS enabled
[    24.575] (II) modeset(0): [DRI2] Setup complete
[    24.575] (II) modeset(0): [DRI2]   DRI driver: iris
[    24.575] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    24.575] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    24.575] (II) NVIDIA:     access.
[    24.584] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    24.584] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    24.584] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    24.584] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    24.584] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    24.584] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    24.584] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    24.584] (II) NVIDIA(G0):     Config Options in the README.
[    24.597] (II) NVIDIA(G0): Setting mode "NULL"
[    24.614] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    24.614] (==) NVIDIA(G0): Backing store enabled
[    24.614] (==) NVIDIA(G0): Silken mouse enabled
[    24.614] (==) NVIDIA(G0): DPMS enabled
[    24.614] (WW) NVIDIA(G0): Option "AddARGBGLXVisuals" is not used
[    24.614] (WW) NVIDIA(G0): Option "AllowGLXWithComposite" is not used
[    24.614] (II) Loading sub module "dri2"
[    24.614] (II) LoadModule: "dri2"
[    24.614] (II) Module "dri2" already built-in
[    24.614] (II) NVIDIA(G0): [DRI2] Setup complete
[    24.614] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    24.614] (II) Initializing extension Generic Event Extension
[    24.614] (II) Initializing extension SHAPE
[    24.614] (II) Initializing extension MIT-SHM
[    24.614] (II) Initializing extension XInputExtension
[    24.614] (II) Initializing extension XTEST
[    24.614] (II) Initializing extension BIG-REQUESTS
[    24.614] (II) Initializing extension SYNC
[    24.615] (II) Initializing extension XKEYBOARD
[    24.615] (II) Initializing extension XC-MISC
[    24.615] (II) Initializing extension SECURITY
[    24.615] (II) Initializing extension XFIXES
[    24.615] (II) Initializing extension RENDER
[    24.615] (II) Initializing extension RANDR
[    24.615] (II) Initializing extension COMPOSITE
[    24.615] (II) Initializing extension DAMAGE
[    24.615] (II) Initializing extension MIT-SCREEN-SAVER
[    24.615] (II) Initializing extension DOUBLE-BUFFER
[    24.615] (II) Initializing extension RECORD
[    24.615] (II) Initializing extension DPMS
[    24.615] (II) Initializing extension Present
[    24.615] (II) Initializing extension DRI3
[    24.615] (II) Initializing extension X-Resource
[    24.615] (II) Initializing extension XVideo
[    24.615] (II) Initializing extension XVideo-MotionCompensation
[    24.615] (II) Initializing extension GLX
[    24.615] (II) Initializing extension GLX
[    24.615] (II) Indirect GLX disabled.
[    24.619] (II) AIGLX: Loaded and initialized iris
[    24.619] (II) GLX: Initialized DRI2 GL provider for screen 0
[    24.619] (II) Initializing extension XFree86-VidModeExtension
[    24.619] (II) Initializing extension XFree86-DGA
[    24.619] (II) Initializing extension XFree86-DRI
[    24.619] (II) Initializing extension DRI2
[    24.619] (II) Initializing extension NV-GLX
[    24.619] (II) Initializing extension NV-CONTROL
[    24.620] (II) modeset(0): Damage tracking initialized
[    24.620] (II) modeset(0): Setting screen physical size to 508 x 285

I read some stuff in Arch wiki.
I did this kernel papameter:

 rcutree.rcu_idle_gp_delay=1 

I saw that somewhere.

The wiki told me to add this paremter if i was having the crash

 xrandr --auto  

I don't what to do from here. Are there any /etc/modprobe.d/ configs i should add.

Offline

#20 2023-05-20 11:45:29

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

You're running the modesetting driver on the intel chip and that's where the only output is attached - optimus isn't related to aynthing xrandr here.

The only modes advertised by the EDID are

    DTD 1:  1920x1080  144.149283 Hz  16:9    170.096 kHz    353.800000 MHz (344 mm x 193 mm)
                 Hfront  108 Hsync  48 Hback    4 Hpol N
                 Vfront    3 Vsync   5 Vback   92 Vpol N
    DTD 2:  1920x1080   60.201401 Hz  16:9     68.750 kHz    143.000000 MHz (344 mm x 193 mm)
                 Hfront  108 Hsync  48 Hback    4 Hpol N
                 Vfront    3 Vsync   5 Vback   54 Vpol N

and the display might simply not support any others (though the VESA modes are expected to work, that's not a given)

Try

xrandr --output eDP-1 --scale 0.5333x0.7111

Online

#21 2023-05-20 12:22:05

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

Well I took of some kernel pareters that seemed non sensical. For what you said I entered that command and it just made everything bigger. I am not necessarily concerned with prime-run atm, i'm concerned that i should disable i915 driver and load the propietary intel driver and then just switch to prime-run for specific applications. When I did "xrandr -s 1024x768" I got the crash in i915, I haven't tryed "prime-run xrandr -s 1068x768" i'm tempted too, however if my tty crashes again I'll loose what I'm saying. I think I narrowed it down to i915 modesetting driver being buggy with resolutions so i think i'm going to disable i915 intel driver and go with the propiety one. Unless I can be convinced otherwise.

Offline

#22 2023-05-20 12:30:18

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

it just made everything bigger

Yes. The point was to set the root window to XGA, ie. the resolution you want to run the game on (check xrandr -q)

I haven't tryed "prime-run xrandr -s 1068x768"

That'd be pointless and wrong anyway

I think I narrowed it down to i915 modesetting driver being buggy with resolutions so i think i'm going to disable i915 intel driver and go with the propiety one. Unless I can be convinced otherwise.

You're most likely wrong.
The most likely problem is that your output doesn't support any resolutions beyond 1080p and unless it's an option in the BIOS to run on the dedicated GPU only, you cannot disable the i915 module, because that's there the output is connected and it has to be used to feed that.
And then, even if you can disable the IGP, there's no guarantee that the output will supportd anything but 1080p when rewired to the nvidia chip.

Online

#23 2023-05-31 01:20:08

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

Ok well I get all resolutions on Windows 10 partition the screen won't adjust to 1024x768 so I can run a wine game but the game that handles my current resolution runs fine but when i switch to 1024x768 the screen freezes so it's not the computer it's i915 modestting nvidia something im not doing prime-run so it's not nvidia. Like I said again here are my stats:

$ inxi -G
Graphics:
  Device-1: Intel TigerLake-H GT1 [UHD Graphics] driver: i915 v: kernel
  Device-2: NVIDIA GA107M [GeForce RTX 3050 Ti Mobile] driver: nvidia
    v: 530.41.03
  Device-3: Quanta HD User Facing driver: uvcvideo type: USB
  Display: server: X.Org v: 21.1.8 driver: X: loaded: modesetting,nvidia
    dri: iris gpu: i915 resolution: 1920x1080~144Hz
  API: OpenGL v: 4.6 Mesa 23.0.3 renderer: Mesa Intel UHD Graphics (TGL GT1)
$

this also :

$ xrandr -q
$ xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080    144.15*+  60.01    59.97    59.96    60.20    59.93  
   1680x1050     59.95    59.88  
   1400x1050     74.76    59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     85.02    75.02    60.02  
   1400x900      59.96    59.88  
   1280x960      85.00    60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      85.00    75.05    60.04    85.00    75.03    70.07    60.00  
   1024x768i     86.96  
   960x720       85.00    75.00    60.00  
   928x696       75.00    60.05  
   896x672       75.05    60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   832x624       74.55  
   960x540       59.96    59.99    59.63    59.82  
   800x600       85.00    75.00    70.00    65.00    60.00    85.14    72.19    75.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   700x525       74.76    59.98  
   800x450       59.95    59.82  
   640x512       85.02    75.02    60.02  
   700x450       59.96    59.88  
   640x480       85.09    60.00    85.01    72.81    75.00    59.94  
   720x405       59.51    58.99  
   720x400       85.04  
   684x384       59.88    59.85  
   640x400       59.88    59.98    85.08  
   576x432       75.00  
   640x360       59.86    59.83    59.84    59.32  
   640x350       85.08  
   512x384       85.00    75.03    70.07    60.00  
   512x384i      87.06  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       85.27    72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       85.18    72.81    75.00    60.05  
   360x202       59.51    59.13  
   360x200       85.04  
   320x200       85.27  
   320x180       59.84    59.32  
   320x175       85.27  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 disconnected (normal left inverted right x axis y axis)
$

Offline

#24 2023-05-31 05:46:38

seth
Member
Registered: 2012-09-03
Posts: 51,049

Re: Problems with modesetting driver i915 (solved)

Ok well I get all resolutions on Windows 10 partition the screen won't adjust to 1024x768 so I can run a wine game but the game that handles my current resolution runs fine but when i switch to 1024x768 the screen freezes so it's not the computer it's i915 modestting nvidia something im not doing prime-run so it's not nvidia.

https://en.wikipedia.org/wiki/Punctuation

Was the above meant to say that windows won't switch the resolution to 1024x768?

Online

#25 2023-05-31 14:01:42

useraddition
Member
Registered: 2013-06-07
Posts: 107

Re: Problems with modesetting driver i915 (solved)

I get all screen resolutions on my windows 10 partition. So I think it's a problem with i915 modesetting

Offline

Board footer

Powered by FluxBB