Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sway: issue in early wayland DRM/modesetting init
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3625

PostPosted: Mon Mar 04, 2019 11:46 am    Post subject: Sway: issue in early wayland DRM/modesetting init Reply with quote

Sawy console debug log returns:
Code:
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] Linux acerlpm 4.14.87-rt #2 SMP PREEMPT RT Fri Feb 22 06:20:21 EAT 2019 x86_64 Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz GenuineIntel GNU/Linux
2019-03-04 14:20:45 - [sway-9999/sway/main.c:169] Contents of /etc/lsb-release:
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] DISTRIB_ID="Gentoo"
2019-03-04 14:20:45 - [sway-9999/sway/main.c:169] Contents of /etc/os-release:
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] NAME=Gentoo
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] ID=gentoo
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] PRETTY_NAME="Gentoo/Linux"
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] ANSI_COLOR="1;32"
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] HOME_URL="https://www.gentoo.org/"
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] SUPPORT_URL="https://www.gentoo.org/support/"
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] BUG_REPORT_URL="https://bugs.gentoo.org/"
2019-03-04 14:20:45 - [sway-9999/sway/main.c:169] Contents of /etc/gentoo-release:
2019-03-04 14:20:45 - [sway-9999/sway/main.c:153] Gentoo Base System release 2.6
2019-03-04 14:20:45 - [sway-9999/sway/main.c:141] LD_LIBRARY_PATH=(null)
2019-03-04 14:20:45 - [sway-9999/sway/main.c:141] LD_PRELOAD=(null)
2019-03-04 14:20:45 - [sway-9999/sway/main.c:141] PATH=/usr/lib/llvm/6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin
2019-03-04 14:20:45 - [sway-9999/sway/main.c:141] SWAYSOCK=(null)
2019-03-04 14:20:45 - [sway-9999/sway/server.c:40] Preparing Wayland server initialization
2019-03-04 14:20:45 - [wlroots-9999/backend/session/logind.c:663] Successfully loaded logind session
2019-03-04 14:20:45 - [wlroots-9999/backend/backend.c:157] Found 2 GPUs
2019-03-04 14:20:45 - [wlroots-9999/backend/drm/backend.c:152] Initializing DRM backend for /dev/dri/card0 (i915)
2019-03-04 14:20:45 - [wlroots-9999/backend/drm/drm.c:64] Using atomic DRM interface
2019-03-04 14:20:45 - [wlroots-9999/backend/drm/drm.c:176] Found 2 DRM CRTCs
2019-03-04 14:20:45 - [wlroots-9999/backend/drm/drm.c:88] Found 6 DRM planes
2019-03-04 14:20:45 - [wlroots-9999/backend/drm/drm.c:149] (2 overlay, 2 primary, 2 cursor)
2019-03-04 14:20:45 - [wlroots-9999/render/egl.c:149] Using EGL 1.4
2019-03-04 14:20:45 - [wlroots-9999/render/egl.c:150] Supported EGL extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_WL_bind_wayland_display
2019-03-04 14:20:45 - [wlroots-9999/render/egl.c:151] EGL vendor: Mesa Project
2019-03-04 14:20:45 - [wlroots-9999/render/egl.c:97] Supported dmabuf buffer formats: AR30 XR30 AB30 XB30 AR24 AB24 XR24 XB24 AR15 RG16 R8   R16  GR88 GR32 YUV9 YU11 YU12 YU16 YU24 YVU9 YV11 YV12 YV16 YV24 NV12 NV16 YUYV UYVY
2019-03-04 14:20:45 - [wlroots-9999/render/gles2/renderer.c:553] Using OpenGL ES 3.2 Mesa 18.2.8
2019-03-04 14:20:45 - [wlroots-9999/render/gles2/renderer.c:554] GL vendor: Intel Open Source Technology Center
2019-03-04 14:20:45 - [wlroots-9999/render/gles2/renderer.c:555] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_occlusion_query_boolean GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_MESA_shader_integer_functions GL_EXT_shader_framebuffer_fetch_non_coherent GL_MESA_framebuffer_flip_y
then where errots are reported (no gap)
Code:
2019-03-04 14:20:46 - [wlroots-9999/backend/drm/backend.c:152] Initializing DRM backend for (null) (vgem)
2019-03-04 14:20:46 - [wlroots-9999/backend/drm/drm.c:61] Atomic modesetting unsupported, using legacy DRM interface
2019-03-04 14:20:46 - [wlroots-9999/backend/drm/drm.c:172] Failed to get DRM resources: Invalid argument
2019-03-04 14:20:46 - [wlroots-9999/backend/backend.c:163] Failed to open DRM device 10
2019-03-04 14:20:46 - [wlroots-9999/backend/noop/backend.c:51] Creating noop backend

Kernel is build with no modules at all.
Has anyone a better situation there with similar gpu stack (intel)?
Thanks 4 ur attention.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum