Hi,
I installed weston from X11:Wayland repository with this packages:
But I get a black screen when I start weston from Terminal or start weston-launch from tty1.
Looking for an error in the logs, I found that i965_dri.so missed in /usr/lib64/dri/updates. Unfortunately, it didn't change anything to copy i965_dri.so from /usr/lib64/dri/.
That's what I get:
Now I don't know how to solve this issue.
Any idea ?
Thanks!
I installed weston from X11:Wayland repository with this packages:
- weston 1.1.1-1.1
- libwayland-server0 1.1.0-23.
- libwayland-egl1 1.0.0-248.1
- libwayland-cursor0 1.1.0-23.1
- libwayland-client0 1.1.0-23.1
- Mesa 9.0.2-34.16.1
- libcairo2 1.12.8-2.4.1
But I get a black screen when I start weston from Terminal or start weston-launch from tty1.
Looking for an error in the logs, I found that i965_dri.so missed in /usr/lib64/dri/updates. Unfortunately, it didn't change anything to copy i965_dri.so from /usr/lib64/dri/.
That's what I get:
Code:
[09:53:40.944] weston 1.1.1
http://wayland.freedesktop.org/
Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.1.1
Build:
[09:53:40.944] OS: Linux, 3.7.10-1.16-desktop, #1 SMP PREEMPT Fri May 31 20:21:23 UTC 2013 (97c14ba), x86_64
[09:53:40.971] Loading module '/usr/lib64/weston/x11-backend.so'
[09:53:40.989] initializing x11 backend
[09:53:40.997] Using gl renderer
[09:53:40.997] launching '/usr/lib/weston-keyboard'
[09:53:41.001] XCB-XKB not available during build
[09:53:41.026] Chosen EGL config details:
RGBA bits: 8 8 8 0
swap interval range: 0 - 1000
[09:53:41.032] EGL version: 1.4 (DRI2)
[09:53:41.032] EGL vendor: Mesa Project
[09:53:41.032] EGL client APIs: OpenGL OpenGL_ES OpenGL_ES2
[09:53:41.032] EGL extensions: EGL_MESA_drm_image EGL_KHR_image_base
EGL_KHR_image_pixmap EGL_KHR_image
EGL_KHR_gl_renderbuffer_image EGL_KHR_surfaceless_context
EGL_KHR_create_context EGL_NOK_swap_region
EGL_NOK_texture_from_pixmap EGL_NV_post_sub_buffer
[09:53:41.032] GL version: OpenGL ES 2.0 Mesa 9.0.2
[09:53:41.032] GLSL version: OpenGL ES GLSL ES 1.0.16
[09:53:41.032] GL vendor: Intel Open Source Technology Center
[09:53:41.032] GL renderer: Mesa DRI Intel(R) Ivybridge Mobile
[09:53:41.032] GL extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays
GL_EXT_texture_filter_anisotropic
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_npot
GL_OES_EGL_image GL_OES_depth_texture
GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV
GL_APPLE_texture_max_level GL_EXT_read_format_bgra
GL_NV_fbo_color_attachments GL_OES_vertex_array_object
GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers
GL_NV_read_buffer
[09:53:41.032] warning: EGL_EXT_buffer_age not supported. Performance could be affected.
[09:53:41.093] GL ES 2 renderer features:
read-back format: BGRA
wl_shm sub-image to texture: yes
EGL Wayland extension: no
[09:53:41.093] x11 output 1024x640, window id 46137349
[09:53:41.123] Loading module '/usr/lib64/weston/desktop-shell.so'
[09:53:41.124] libwayland: using socket /run/user/1000/wayland-0
[09:53:41.125] launching '/usr/lib/weston-desktop-shell'
[09:53:41.126] libwayland: disconnect from client 0x1edca30
[09:53:41.126] input_method died, respawning...
[09:53:41.126] launching '/usr/lib/weston-keyboard'
[09:53:41.129] libwayland: disconnect from client 0x2074ef0
[09:53:41.129] input_method died, respawning...
[09:53:41.129] launching '/usr/lib/weston-keyboard'
[09:53:41.135] libwayland: disconnect from client 0x2074db0
[09:53:41.135] input_method died, respawning...
[09:53:41.135] launching '/usr/lib/weston-keyboard'
[09:53:41.138] libwayland: disconnect from client 0x2073870
[09:53:41.138] input_method died, respawning...
Any idea ?
Thanks!