Package: mesa-common-dev Version: 10.3.1-1 Severity: important Tags: upstream patch
Dear maintainer(s), gl.h doesn't include glext.h when GL_GLEXT_LEGACY is defined. glx.h doesn't include glxext.h only when GLX_GLEXT_LEGACY is defined. GLintptr is declared in glext.h and used in glxext.h, thus applications that has defined GL_GLEXT_LEGACY and not GLX_GLEXT_LEGACY now fails to build due missing GLintptr declaration. I see two solutions here: glx.h should not include glxext.h also when GL_GLEXT_LEGACY is defined, e.g. change #ifndef GLX_GLEXT_LEGACY to #if !defined(GL_GLEXT_LEGACY) && !defined(GLX_GLEXT_LEGACY) or at least add: #if defined(GL_GLEXT_LEGACY) && !defined(GLX_GLEXT_LEGACY) #error You need to #define GLX_GLEXT_LEGACY when GL_GLEXT_LEGACY is used #endif So the users of mesa-common-dev know exactly what to fix. (This is probably an upstream issue, right?) Cheers, Ondrej -- Package-specific info: glxinfo: -------- name of display: :0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 server glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control client glx vendor string: Mesa Project and SGI client glx version string: 1.4 client glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync GLX version: 1.4 GLX extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.1 OpenGL core profile shading language version string: 3.30 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL core profile extensions: GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_trinary_minmax, GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_base_instance, GL_ARB_blend_func_extended, GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_compressed_texture_pixel_storage, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_derivative_control, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_gpu_shader5, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 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_counters, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_texture_lod, GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, GL_ARB_sync, 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_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_storage, GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 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_abgr, GL_EXT_blend_equation_separate, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_sRGB, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_pixel_buffer_object, GL_EXT_provoking_vertex, GL_EXT_shader_integer_mix, GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 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_IBM_multimode_draw_arrays, GL_KHR_debug, GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc OpenGL version string: 3.0 Mesa 10.3.1 OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL extensions: GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_blend_func_extended, GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_derivative_control, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 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_counters, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_KHR_debug, GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.1 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0 OpenGL ES profile extensions: GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_texture_max_level, GL_EXT_blend_minmax, GL_EXT_color_buffer_float, GL_EXT_discard_framebuffer, GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, GL_EXT_read_format_bgra, GL_EXT_separate_shader_objects, GL_EXT_shader_integer_mix, GL_EXT_texture_compression_dxt1, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, GL_EXT_texture_rg, GL_EXT_texture_type_2_10_10_10_REV, GL_EXT_unpack_subimage, GL_NV_draw_buffers, GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_OES_EGL_image, GL_OES_EGL_image_external, GL_OES_compressed_ETC1_RGB8_texture, GL_OES_depth24, GL_OES_depth_texture, GL_OES_depth_texture_cube_map, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil, GL_OES_rgb8_rgba8, GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context, GL_OES_texture_3D, GL_OES_texture_npot, GL_OES_vertex_array_object 20 GLX Visuals visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat ---------------------------------------------------------------------------- 0x020 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x021 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x089 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x08a 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x08b 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x08c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow 0x08d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None 0x08e 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None 0x08f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None 0x090 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None 0x091 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x092 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x093 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x094 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x095 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow 0x096 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None 0x097 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None 0x098 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None 0x099 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None 0x05c 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 44 GLXFBConfigs: visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat ---------------------------------------------------------------------------- 0x05d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None 0x05e 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None 0x05f 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None 0x060 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None 0x061 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None 0x062 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None 0x063 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x064 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x065 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x066 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x067 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None 0x068 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow 0x069 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x06a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow 0x06b 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 None 0x06c 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 8 1 None 0x06d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 4 1 None 0x06e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 8 1 None 0x06f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None 0x070 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None 0x071 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None 0x072 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None 0x073 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None 0x074 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None 0x075 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None 0x076 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None 0x077 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None 0x078 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None 0x079 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x07a 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None 0x07b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x07c 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x07d 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None 0x07e 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow 0x07f 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None 0x080 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow 0x081 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 4 1 None 0x082 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 8 1 None 0x083 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 4 1 None 0x084 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 8 1 None 0x085 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 4 1 None 0x086 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 8 1 None 0x087 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 4 1 None 0x088 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 8 1 None X server symlink status: ------------------------ lrwxrwxrwx 1 root root 13 May 10 14:42 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 2397280 Sep 22 23:49 /usr/bin/Xorg VGA-compatible devices on PCI bus: ---------------------------------- 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09) Xorg X server configuration file status: ---------------------------------------- -rw-r--r-- 1 root root 257 Oct 19 11:48 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: ------------------------------- Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" # Option "TearFree" "true" Option "Backlight" "intel_backlight" Option "XvMC" "true" VideoRam 131072 EndSection /etc/X11/xorg.conf.d does not exist. /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): ------------------------------- Linux version 3.16-2-amd64 (debian-ker...@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-11) ) #1 SMP Debian 3.16.3-2 (2014-09-20) Xorg X server log files on system: ---------------------------------- -rw-r--r-- 1 root root 31022 Oct 7 20:01 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): --------------------------------------------------------------------- [ 73.531] X.Org X Server 1.16.1 Release Date: 2014-09-21 [ 73.534] X Protocol Version 11, Revision 0 [ 73.535] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian [ 73.536] Current Operating System: Linux kage 3.16-2-amd64 #1 SMP Debian 3.16.3-2 (2014-09-20) x86_64 [ 73.536] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16-2-amd64 root=UUID=64f4af44-22fe-4937-9a3c-2de5290109ae ro init=/lib/systemd/systemd acpi_osi=Linux acpi_backlight=vendor [ 73.538] Build Date: 22 September 2014 09:45:37PM [ 73.539] xorg-server 2:1.16.1-1 (http://www.debian.org/support) [ 73.540] Current version of pixman: 0.32.6 [ 73.541] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 73.541] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 73.545] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 7 20:00:00 2014 [ 73.546] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 73.546] (==) No Layout section. Using the first Screen section. [ 73.546] (==) No screen section available. Using defaults. [ 73.546] (**) |-->Screen "Default Screen Section" (0) [ 73.546] (**) | |-->Monitor "<default monitor>" [ 73.547] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 73.547] (==) Automatically adding devices [ 73.547] (==) Automatically enabling devices [ 73.547] (==) Automatically adding GPU devices [ 73.547] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 73.547] Entry deleted from font path. [ 73.547] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 73.547] (==) ModulePath set to "/usr/lib/xorg/modules" [ 73.547] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 73.547] (II) Loader magic: 0x7f0f927bcd80 [ 73.547] (II) Module ABI versions: [ 73.547] X.Org ANSI C Emulation: 0.4 [ 73.547] X.Org Video Driver: 18.0 [ 73.547] X.Org XInput driver : 21.0 [ 73.547] X.Org Server Extension : 8.0 [ 73.547] (II) xfree86: Adding drm device (/dev/dri/card0) [ 73.547] (--) PCI:*(0:0:2:0) 8086:0a16:1043:13bd rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64 [ 73.547] (II) LoadModule: "glx" [ 73.547] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 73.548] (II) Module glx: vendor="X.Org Foundation" [ 73.548] compiled for 1.16.1, module version = 1.0.0 [ 73.548] ABI class: X.Org Server Extension, version 8.0 [ 73.548] (==) AIGLX enabled [ 73.548] (==) Matched intel as autoconfigured driver 0 [ 73.548] (==) Matched intel as autoconfigured driver 1 [ 73.548] (==) Matched modesetting as autoconfigured driver 2 [ 73.548] (==) Matched fbdev as autoconfigured driver 3 [ 73.548] (==) Matched vesa as autoconfigured driver 4 [ 73.548] (==) Assigned the driver to the xf86ConfigLayout [ 73.548] (II) LoadModule: "intel" [ 73.548] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 73.548] (II) Module intel: vendor="X.Org Foundation" [ 73.548] compiled for 1.15.99.904, module version = 2.21.15 [ 73.548] Module class: X.Org Video Driver [ 73.548] ABI class: X.Org Video Driver, version 18.0 [ 73.548] (II) LoadModule: "modesetting" [ 73.548] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 73.548] (II) Module modesetting: vendor="X.Org Foundation" [ 73.548] compiled for 1.15.99.904, module version = 0.9.0 [ 73.548] Module class: X.Org Video Driver [ 73.548] ABI class: X.Org Video Driver, version 18.0 [ 73.548] (II) LoadModule: "fbdev" [ 73.548] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 73.548] (II) Module fbdev: vendor="X.Org Foundation" [ 73.548] compiled for 1.15.99.904, module version = 0.4.4 [ 73.548] Module class: X.Org Video Driver [ 73.548] ABI class: X.Org Video Driver, version 18.0 [ 73.548] (II) LoadModule: "vesa" [ 73.548] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 73.548] (II) Module vesa: vendor="X.Org Foundation" [ 73.548] compiled for 1.15.99.904, module version = 2.3.3 [ 73.548] Module class: X.Org Video Driver [ 73.548] ABI class: X.Org Video Driver, version 18.0 [ 73.548] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics, HD Graphics 2000, HD Graphics 3000, HD Graphics 2500, HD Graphics 4000, HD Graphics P4000, HD Graphics 4600, HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100, HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200 [ 73.549] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 73.549] (II) FBDEV: driver for framebuffer: fbdev [ 73.549] (II) VESA: driver for VESA chipsets: vesa [ 73.549] (++) using VT number 1 [ 73.549] (--) controlling tty is VT number 1, auto-enabling KeepTty [ 73.549] (WW) Falling back to old probe method for modesetting [ 73.549] (WW) Falling back to old probe method for fbdev [ 73.549] (II) Loading sub module "fbdevhw" [ 73.549] (II) LoadModule: "fbdevhw" [ 73.549] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 73.549] (II) Module fbdevhw: vendor="X.Org Foundation" [ 73.549] compiled for 1.16.1, module version = 0.0.2 [ 73.549] ABI class: X.Org Video Driver, version 18.0 [ 73.549] (WW) Falling back to old probe method for vesa [ 73.549] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 73.549] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 73.549] (==) intel(0): RGB weight 888 [ 73.549] (==) intel(0): Default visual is TrueColor [ 73.549] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400 [ 73.549] (**) intel(0): Relaxed fencing enabled [ 73.549] (**) intel(0): Wait on SwapBuffers? enabled [ 73.549] (**) intel(0): Triple buffering? enabled [ 73.549] (**) intel(0): Framebuffer tiled [ 73.549] (**) intel(0): Pixmaps tiled [ 73.549] (**) intel(0): 3D buffers tiled [ 73.549] (**) intel(0): SwapBuffers wait enabled [ 73.549] (==) intel(0): video overlay key set to 0x101fe [ 73.549] (II) intel(0): Output eDP1 has no monitor section [ 73.549] (--) intel(0): found backlight control interface /sys/class/backlight/asus-nb-wmi [ 73.549] (II) intel(0): Output DP1 has no monitor section [ 73.550] (II) intel(0): Output HDMI1 has no monitor section [ 73.550] (II) intel(0): Output HDMI2 has no monitor section [ 73.550] (II) intel(0): EDID for output eDP1 [ 73.550] (II) intel(0): Manufacturer: SHP Model: 1406 Serial#: 0 [ 73.550] (II) intel(0): Year: 2013 Week: 0 [ 73.550] (II) intel(0): EDID Version: 1.4 [ 73.550] (II) intel(0): Digital Display Input [ 73.550] (II) intel(0): 8 bits per channel [ 73.550] (II) intel(0): Digital interface is DisplayPort [ 73.550] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 17 [ 73.550] (II) intel(0): Gamma: 2.20 [ 73.550] (II) intel(0): No DPMS capabilities specified [ 73.550] (II) intel(0): Supported color encodings: RGB 4:4:4 [ 73.550] (II) intel(0): Default color space is primary color space [ 73.550] (II) intel(0): First detailed timing is preferred mode [ 73.550] (II) intel(0): Preferred mode is native pixel format and refresh rate [ 73.550] (II) intel(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600 [ 73.550] (II) intel(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328 [ 73.550] (II) intel(0): Manufacturer's mask: 0 [ 73.550] (II) intel(0): Supported detailed timing: [ 73.550] (II) intel(0): clock: 241.5 MHz Image Size: 294 x 165 mm [ 73.550] (II) intel(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0 [ 73.550] (II) intel(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0 [ 73.550] (II) intel(0): Monitor name: LQ133T1JW14 [ 73.550] (II) intel(0): EDID (in hex): [ 73.550] (II) intel(0): 00ffffffffffff004d10061400000000 [ 73.550] (II) intel(0): 00170104a51d117806de50a3544c9926 [ 73.550] (II) intel(0): 0f505400000001010101010101010101 [ 73.550] (II) intel(0): 010101010101565e00a0a0a029503020 [ 73.550] (II) intel(0): 350026a5100000180000001000000000 [ 73.550] (II) intel(0): 00000000000000000000000000100000 [ 73.550] (II) intel(0): 000000000000000000000000000000fc [ 73.550] (II) intel(0): 004c5131333354314a5731340a2000a5 [ 73.551] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported) [ 73.551] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) [ 73.551] (II) intel(0): Printing probed modes for output eDP1 [ 73.551] (II) intel(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync -vsync (88.8 kHz eP) [ 73.551] (II) intel(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d) [ 73.551] (II) intel(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d) [ 73.551] (II) intel(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d) [ 73.551] (II) intel(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d) [ 73.551] (II) intel(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d) [ 73.551] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d) [ 73.551] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d) [ 73.551] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d) [ 73.551] (II) intel(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d) [ 73.551] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d) [ 73.551] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d) [ 73.551] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d) [ 73.551] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d) [ 73.551] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d) [ 73.551] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d) [ 73.551] (II) intel(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d) [ 73.551] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 73.551] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 73.551] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 73.551] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 73.551] (II) intel(0): EDID for output DP1 [ 73.551] (II) intel(0): EDID for output HDMI1 [ 73.552] (II) intel(0): EDID for output HDMI2 [ 73.552] (II) intel(0): Output eDP1 connected [ 73.552] (II) intel(0): Output DP1 disconnected [ 73.552] (II) intel(0): Output HDMI1 disconnected [ 73.552] (II) intel(0): Output HDMI2 disconnected [ 73.552] (II) intel(0): Using exact sizes for initial modes [ 73.552] (II) intel(0): Output eDP1 using initial mode 2560x1440 [ 73.552] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 73.552] (II) intel(0): Kernel page flipping support detected, enabling [ 73.552] (==) intel(0): DPI set to (96, 96) [ 73.552] (II) Loading sub module "fb" [ 73.552] (II) LoadModule: "fb" [ 73.552] (II) Loading /usr/lib/xorg/modules/libfb.so [ 73.552] (II) Module fb: vendor="X.Org Foundation" [ 73.552] compiled for 1.16.1, module version = 1.0.0 [ 73.552] ABI class: X.Org ANSI C Emulation, version 0.4 [ 73.552] (II) Loading sub module "dri2" [ 73.552] (II) LoadModule: "dri2" [ 73.552] (II) Module "dri2" already built-in [ 73.552] (II) UnloadModule: "modesetting" [ 73.552] (II) Unloading modesetting [ 73.552] (II) UnloadModule: "fbdev" [ 73.552] (II) Unloading fbdev [ 73.552] (II) UnloadSubModule: "fbdevhw" [ 73.552] (II) Unloading fbdevhw [ 73.552] (II) UnloadModule: "vesa" [ 73.552] (II) Unloading vesa [ 73.552] (==) Depth 24 pixmap format is 32 bpp [ 73.552] (II) intel(0): [DRI2] Setup complete [ 73.552] (II) intel(0): [DRI2] DRI driver: i965 [ 73.552] (II) intel(0): Allocated new frame buffer 2560x1440 stride 10240, tiled [ 73.553] (II) UXA(0): Driver registered support for the following operations: [ 73.553] (II) solid [ 73.553] (II) copy [ 73.553] (II) composite (RENDER acceleration) [ 73.553] (II) put_image [ 73.553] (II) get_image [ 73.553] (==) intel(0): Backing store enabled [ 73.553] (==) intel(0): Silken mouse enabled [ 73.553] (II) intel(0): Initializing HW Cursor [ 73.553] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 73.554] (==) intel(0): DPMS enabled [ 73.554] (==) intel(0): Intel XvMC decoder enabled [ 73.554] (II) intel(0): Set up textured video [ 73.554] (II) intel(0): [XvMC] xvmc_vld driver initialized. [ 73.554] (II) intel(0): direct rendering: DRI2 Enabled [ 73.554] (==) intel(0): hotplug detection: "enabled" [ 73.572] (--) RandR disabled [ 73.575] (II) SELinux: Disabled on system [ 73.584] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 73.584] (II) AIGLX: enabled GLX_ARB_create_context [ 73.585] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 73.585] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 73.585] (II) AIGLX: enabled GLX_INTEL_swap_event [ 73.585] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 73.585] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 73.585] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 73.585] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 73.585] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 73.585] (II) AIGLX: Loaded and initialized i965 [ 73.585] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 73.585] (II) intel(0): Setting screen physical size to 677 x 381 [ 73.607] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 73.607] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 73.607] (II) LoadModule: "evdev" [ 73.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 73.608] (II) Module evdev: vendor="X.Org Foundation" [ 73.608] compiled for 1.16.0, module version = 2.9.0 [ 73.608] Module class: X.Org XInput Driver [ 73.608] ABI class: X.Org XInput driver, version 21.0 [ 73.608] (II) Using input driver 'evdev' for 'Power Button' [ 73.608] (**) Power Button: always reports core events [ 73.608] (**) evdev: Power Button: Device: "/dev/input/event3" [ 73.608] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 73.608] (--) evdev: Power Button: Found keys [ 73.608] (II) evdev: Power Button: Configuring as keyboard [ 73.608] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input11/event3" [ 73.608] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 73.608] (**) Option "xkb_rules" "evdev" [ 73.608] (**) Option "xkb_model" "pc105" [ 73.608] (**) Option "xkb_layout" "us" [ 73.608] (II) config/udev: Adding input device Video Bus (/dev/input/event10) [ 73.608] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 73.608] (II) Using input driver 'evdev' for 'Video Bus' [ 73.608] (**) Video Bus: always reports core events [ 73.608] (**) evdev: Video Bus: Device: "/dev/input/event10" [ 73.608] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 73.608] (--) evdev: Video Bus: Found keys [ 73.608] (II) evdev: Video Bus: Configuring as keyboard [ 73.608] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input21/event10" [ 73.608] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 73.608] (**) Option "xkb_rules" "evdev" [ 73.608] (**) Option "xkb_model" "pc105" [ 73.608] (**) Option "xkb_layout" "us" [ 73.608] (II) config/udev: Adding input device Lid Switch (/dev/input/event1) [ 73.608] (II) No input driver specified, ignoring this device. [ 73.608] (II) This device may have been added with another device file. [ 73.608] (II) config/udev: Adding input device Sleep Button (/dev/input/event2) [ 73.608] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 73.608] (II) Using input driver 'evdev' for 'Sleep Button' [ 73.608] (**) Sleep Button: always reports core events [ 73.608] (**) evdev: Sleep Button: Device: "/dev/input/event2" [ 73.609] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 73.609] (--) evdev: Sleep Button: Found keys [ 73.609] (II) evdev: Sleep Button: Configuring as keyboard [ 73.609] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event2" [ 73.609] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) [ 73.609] (**) Option "xkb_rules" "evdev" [ 73.609] (**) Option "xkb_model" "pc105" [ 73.609] (**) Option "xkb_layout" "us" [ 73.609] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11) [ 73.609] (II) No input driver specified, ignoring this device. [ 73.609] (II) This device may have been added with another device file. [ 73.609] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12) [ 73.609] (II) No input driver specified, ignoring this device. [ 73.609] (II) This device may have been added with another device file. [ 73.609] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13) [ 73.609] (II) No input driver specified, ignoring this device. [ 73.609] (II) This device may have been added with another device file. [ 73.609] (II) config/udev: Adding input device HD WebCam (/dev/input/event6) [ 73.609] (**) HD WebCam: Applying InputClass "evdev keyboard catchall" [ 73.609] (II) Using input driver 'evdev' for 'HD WebCam' [ 73.609] (**) HD WebCam: always reports core events [ 73.609] (**) evdev: HD WebCam: Device: "/dev/input/event6" [ 73.609] (--) evdev: HD WebCam: Vendor 0x1bcf Product 0x2987 [ 73.609] (--) evdev: HD WebCam: Found keys [ 73.609] (II) evdev: HD WebCam: Configuring as keyboard [ 73.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input17/event6" [ 73.609] (II) XINPUT: Adding extended input device "HD WebCam" (type: KEYBOARD, id 9) [ 73.609] (**) Option "xkb_rules" "evdev" [ 73.609] (**) Option "xkb_model" "pc105" [ 73.609] (**) Option "xkb_layout" "us" [ 73.610] (II) config/udev: Adding input device Atmel Atmel maXTouch Digitizer (/dev/input/event8) [ 73.610] (**) Atmel Atmel maXTouch Digitizer: Applying InputClass "evdev touchscreen catchall" [ 73.610] (II) Using input driver 'evdev' for 'Atmel Atmel maXTouch Digitizer' [ 73.610] (**) Atmel Atmel maXTouch Digitizer: always reports core events [ 73.610] (**) evdev: Atmel Atmel maXTouch Digitizer: Device: "/dev/input/event8" [ 73.610] (--) evdev: Atmel Atmel maXTouch Digitizer: Vendor 0x3eb Product 0x8a0c [ 73.610] (--) evdev: Atmel Atmel maXTouch Digitizer: Found absolute axes [ 73.610] (--) evdev: Atmel Atmel maXTouch Digitizer: Found absolute multitouch axes [ 73.610] (II) evdev: Atmel Atmel maXTouch Digitizer: No buttons found, faking one. [ 73.610] (--) evdev: Atmel Atmel maXTouch Digitizer: Found x and y absolute axes [ 73.610] (--) evdev: Atmel Atmel maXTouch Digitizer: Found absolute touchscreen [ 73.610] (II) evdev: Atmel Atmel maXTouch Digitizer: Configuring as touchscreen [ 73.610] (**) evdev: Atmel Atmel maXTouch Digitizer: YAxisMapping: buttons 4 and 5 [ 73.610] (**) evdev: Atmel Atmel maXTouch Digitizer: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 73.610] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:03EB:8A0C.0001/input/input20/event8" [ 73.610] (II) XINPUT: Adding extended input device "Atmel Atmel maXTouch Digitizer" (type: TOUCHSCREEN, id 10) [ 73.610] (II) evdev: Atmel Atmel maXTouch Digitizer: initialized for absolute axes. [ 73.610] (**) Atmel Atmel maXTouch Digitizer: (accel) keeping acceleration scheme 1 [ 73.610] (**) Atmel Atmel maXTouch Digitizer: (accel) acceleration profile 0 [ 73.610] (**) Atmel Atmel maXTouch Digitizer: (accel) acceleration factor: 2.000 [ 73.610] (**) Atmel Atmel maXTouch Digitizer: (accel) acceleration threshold: 4 [ 73.610] (II) config/udev: Adding input device Atmel Atmel maXTouch Digitizer (/dev/input/mouse0) [ 73.610] (II) No input driver specified, ignoring this device. [ 73.610] (II) This device may have been added with another device file. [ 73.610] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5) [ 73.610] (II) No input driver specified, ignoring this device. [ 73.610] (II) This device may have been added with another device file. [ 73.610] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7) [ 73.610] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall" [ 73.610] (II) Using input driver 'evdev' for 'Asus WMI hotkeys' [ 73.610] (**) Asus WMI hotkeys: always reports core events [ 73.610] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event7" [ 73.610] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0 [ 73.610] (--) evdev: Asus WMI hotkeys: Found keys [ 73.610] (II) evdev: Asus WMI hotkeys: Configuring as keyboard [ 73.610] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input18/event7" [ 73.610] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11) [ 73.610] (**) Option "xkb_rules" "evdev" [ 73.610] (**) Option "xkb_model" "pc105" [ 73.610] (**) Option "xkb_layout" "us" [ 73.610] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 73.610] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 73.610] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 73.610] (**) AT Translated Set 2 keyboard: always reports core events [ 73.610] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0" [ 73.610] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 73.610] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 73.610] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 73.611] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 73.611] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12) [ 73.611] (**) Option "xkb_rules" "evdev" [ 73.611] (**) Option "xkb_model" "pc105" [ 73.611] (**) Option "xkb_layout" "us" [ 73.611] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9) [ 73.611] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall" [ 73.611] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall" [ 73.611] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons" [ 73.611] (II) LoadModule: "synaptics" [ 73.611] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 73.611] (II) Module synaptics: vendor="X.Org Foundation" [ 73.611] compiled for 1.16.0.901, module version = 1.8.99 [ 73.611] Module class: X.Org XInput Driver [ 73.611] ABI class: X.Org XInput driver, version 21.0 [ 73.611] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad' [ 73.611] (**) ETPS/2 Elantech Touchpad: always reports core events [ 73.611] (**) Option "Device" "/dev/input/event9" [ 73.640] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property [ 73.640] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2960 (res 32) [ 73.640] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1924 (res 32) [ 73.640] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255 [ 73.640] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15 [ 73.640] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple [ 73.640] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe [ 73.640] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" [ 73.640] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found [ 73.640] (**) ETPS/2 Elantech Touchpad: always reports core events [ 73.716] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input19/event9" [ 73.716] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13) [ 73.716] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5 [ 73.716] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75 [ 73.716] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.057 [ 73.716] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 73.716] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1 [ 73.716] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 [ 73.716] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4 [ 73.716] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found [ 73.716] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1) [ 73.716] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" [ 73.716] (II) config/udev: Adding input device PC Speaker (/dev/input/event4) [ 73.716] (II) No input driver specified, ignoring this device. [ 73.716] (II) This device may have been added with another device file. [ 99.323] (II) intel(0): EDID vendor "SHP", prod id 5126 [ 99.323] (II) intel(0): Printing DDC gathered Modelines: [ 99.323] (II) intel(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync -vsync (88.8 kHz eP) [ 107.876] (II) AIGLX: Suspending AIGLX clients for VT switch [ 108.614] (II) AIGLX: Resuming AIGLX clients after VT switch [ 108.621] (II) intel(0): EDID vendor "SHP", prod id 5126 [ 108.621] (II) intel(0): Printing DDC gathered Modelines: [ 108.621] (II) intel(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync -vsync (88.8 kHz eP) [ 108.623] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found [ 113.188] (II) AIGLX: Suspending AIGLX clients for VT switch [ 124.394] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found [ 126.971] (II) AIGLX: Resuming AIGLX clients after VT switch [ 126.989] (II) intel(0): EDID vendor "SHP", prod id 5126 [ 126.989] (II) intel(0): Printing DDC gathered Modelines: [ 126.989] (II) intel(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync -vsync (88.8 kHz eP) [ 126.990] [dix] couldn't enable device 13 [ 127.997] (II) intel(0): EDID vendor "SHP", prod id 5126 [ 127.997] (II) intel(0): Printing DDC gathered Modelines: [ 127.997] (II) intel(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync -vsync (88.8 kHz eP) [ 143.924] (II) intel(0): EDID vendor "SHP", prod id 5126 [ 143.924] (II) intel(0): Printing DDC gathered Modelines: [ 143.924] (II) intel(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync -vsync (88.8 kHz eP) udev information: ----------------- P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7 E: EV=3 E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: KEY=10000000000000 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="LNXPWRBN/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=78198 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3 N: input/event3 E: BACKSPACE=guess E: DEVNAME=/dev/input/event3 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: MAJOR=13 E: MINOR=67 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=7662 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16 E: EV=3 E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: KEY=3e000b00000000 0 0 0 E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw E: NAME="Video Bus" E: PHYS="LNXVIDEO/video/input0" E: PRODUCT=19/0/6/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=64189 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event9 N: input/event9 E: BACKSPACE=guess E: DEVNAME=/dev/input/event9 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event9 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: MAJOR=13 E: MINOR=73 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=3464317 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5 E: EV=21 E: ID_FOR_SEAT=input-acpi-PNP0C0D_00 E: ID_INPUT=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0, E: NAME="Lid Switch" E: PHYS="PNP0C0D/button/input0" E: PRODUCT=19/0/5/0 E: PROP=0 E: SUBSYSTEM=input E: SW=1 E: TAGS=:seat: E: USEC_INITIALIZED=77260 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5/event1 N: input/event1 E: DEVNAME=/dev/input/event1 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5/event1 E: ID_INPUT=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: MAJOR=13 E: MINOR=65 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=7098 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6 E: EV=3 E: ID_FOR_SEAT=input-acpi-PNP0C0E_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: KEY=4000 0 0 E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw E: NAME="Sleep Button" E: PHYS="PNP0C0E/button/input0" E: PRODUCT=19/0/3/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=77800 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2 N: input/event2 E: BACKSPACE=guess E: DEVNAME=/dev/input/event2 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: MAJOR=13 E: MINOR=66 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=7218 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/pci0000:00/0000:00:03.0/sound/card0/input18 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input18 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_03_0 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:03.0 E: ID_PATH_TAG=pci-0000_00_03_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: NAME="HDA Intel HDMI HDMI/DP,pcm=3" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=140 E: TAGS=:seat: E: USEC_INITIALIZED=88614 P: /devices/pci0000:00/0000:00:03.0/sound/card0/input18/event10 N: input/event10 E: DEVNAME=/dev/input/event10 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input18/event10 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:03.0 E: ID_PATH_TAG=pci-0000_00_03_0 E: MAJOR=13 E: MINOR=74 E: SUBSYSTEM=input E: USEC_INITIALIZED=88639 P: /devices/pci0000:00/0000:00:03.0/sound/card0/input19 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input19 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_03_0 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:03.0 E: ID_PATH_TAG=pci-0000_00_03_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: NAME="HDA Intel HDMI HDMI/DP,pcm=7" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=140 E: TAGS=:seat: E: USEC_INITIALIZED=88675 P: /devices/pci0000:00/0000:00:03.0/sound/card0/input19/event11 N: input/event11 E: DEVNAME=/dev/input/event11 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input19/event11 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:03.0 E: ID_PATH_TAG=pci-0000_00_03_0 E: MAJOR=13 E: MINOR=75 E: SUBSYSTEM=input E: USEC_INITIALIZED=88695 P: /devices/pci0000:00/0000:00:03.0/sound/card0/input20 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input20 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_03_0 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:03.0 E: ID_PATH_TAG=pci-0000_00_03_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: NAME="HDA Intel HDMI HDMI/DP,pcm=8" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=140 E: TAGS=:seat: E: USEC_INITIALIZED=88801 P: /devices/pci0000:00/0000:00:03.0/sound/card0/input20/event12 N: input/event12 E: DEVNAME=/dev/input/event12 E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input20/event12 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:03.0 E: ID_PATH_TAG=pci-0000_00_03_0 E: MAJOR=13 E: MINOR=76 E: SUBSYSTEM=input E: USEC_INITIALIZED=88817 P: /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12 E: EV=3 E: ID_BUS=usb E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_5_1_0 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=HD_WebCam E: ID_MODEL_ENC=HD\x20WebCam E: ID_MODEL_ID=2987 E: ID_PATH=pci-0000:00:14.0-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_5_1_0 E: ID_REVISION=1125 E: ID_SERIAL=SunplusIT_INC._HD_WebCam_HF1019-P85A-SN01-REV0100 E: ID_SERIAL_SHORT=HF1019-P85A-SN01-REV0100 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=SunplusIT_INC. E: ID_VENDOR_ENC=SunplusIT\x20INC. E: ID_VENDOR_ID=1bcf E: KEY=100000 0 0 0 E: MODALIAS=input:b0003v1BCFp2987e1125-e0,1,kD4,ramlsfw E: NAME="HD WebCam" E: PHYS="usb-0000:00:14.0-5/button" E: PRODUCT=3/1bcf/2987/1125 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=39829 P: /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12/event5 N: input/event5 S: input/by-id/usb-SunplusIT_INC._HD_WebCam_HF1019-P85A-SN01-REV0100-event-if00 S: input/by-path/pci-0000:00:14.0-usb-0:5:1.0-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-id/usb-SunplusIT_INC._HD_WebCam_HF1019-P85A-SN01-REV0100-event-if00 /dev/input/by-path/pci-0000:00:14.0-usb-0:5:1.0-event E: DEVNAME=/dev/input/event5 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12/event5 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=HD_WebCam E: ID_MODEL_ENC=HD\x20WebCam E: ID_MODEL_ID=2987 E: ID_PATH=pci-0000:00:14.0-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_5_1_0 E: ID_REVISION=1125 E: ID_SERIAL=SunplusIT_INC._HD_WebCam_HF1019-P85A-SN01-REV0100 E: ID_SERIAL_SHORT=HF1019-P85A-SN01-REV0100 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=SunplusIT_INC. E: ID_VENDOR_ENC=SunplusIT\x20INC. E: ID_VENDOR_ID=1bcf E: MAJOR=13 E: MINOR=69 E: SUBSYSTEM=input E: USEC_INITIALIZED=39944 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:03EB:8A0C.0001/input/input15 E: ABS=260800000000003 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:03EB:8A0C.0001/input/input15 E: EV=b E: ID_BUS=usb E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_7_1_0 E: ID_INPUT=1 E: ID_INPUT_TOUCHSCREEN=1 E: ID_MODEL=Atmel_maXTouch_Digitizer E: ID_MODEL_ENC=Atmel\x20maXTouch\x20Digitizer E: ID_MODEL_ID=8a0c E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0 E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0 E: ID_REVISION=1099 E: ID_SERIAL=Atmel_Atmel_maXTouch_Digitizer E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Atmel E: ID_VENDOR_ENC=Atmel E: ID_VENDOR_ID=03eb E: KEY=400 0 0 0 0 0 E: MODALIAS=input:b0003v03EBp8A0Ce0111-e0,1,3,k14A,ra0,1,2F,35,36,39,mlsfw E: NAME="Atmel Atmel maXTouch Digitizer" E: PHYS="usb-0000:00:14.0-7/input0" E: PRODUCT=3/3eb/8a0c/111 E: PROP=2 E: SUBSYSTEM=input E: TAGS=:seat: E: UNIQ="" E: USEC_INITIALIZED=54496 P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:03EB:8A0C.0001/input/input15/event7 N: input/event7 S: input/by-id/usb-Atmel_Atmel_maXTouch_Digitizer-event-if00 S: input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event E: DEVLINKS=/dev/input/by-id/usb-Atmel_Atmel_maXTouch_Digitizer-event-if00 /dev/input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event E: DEVNAME=/dev/input/event7 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:03EB:8A0C.0001/input/input15/event7 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_TOUCHSCREEN=1 E: ID_MODEL=Atmel_maXTouch_Digitizer E: ID_MODEL_ENC=Atmel\x20maXTouch\x20Digitizer E: ID_MODEL_ID=8a0c E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0 E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0 E: ID_REVISION=1099 E: ID_SERIAL=Atmel_Atmel_maXTouch_Digitizer E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Atmel E: ID_VENDOR_ENC=Atmel E: ID_VENDOR_ID=03eb E: MAJOR=13 E: MINOR=71 E: SUBSYSTEM=input E: USEC_INITIALIZED=54624 P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:03EB:8A0C.0001/input/input15/mouse0 N: input/mouse0 E: DEVNAME=/dev/input/mouse0 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:03EB:8A0C.0001/input/input15/mouse0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_TOUCHSCREEN=1 E: ID_MODEL=Atmel_maXTouch_Digitizer E: ID_MODEL_ENC=Atmel\x20maXTouch\x20Digitizer E: ID_MODEL_ID=8a0c E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0 E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0 E: ID_REVISION=1099 E: ID_SERIAL=Atmel_Atmel_maXTouch_Digitizer E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Atmel E: ID_VENDOR_ENC=Atmel E: ID_VENDOR_ID=03eb E: MAJOR=13 E: MINOR=32 E: SUBSYSTEM=input E: USEC_INITIALIZED=54586 P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input17 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input17 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_1b_0 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2, E: NAME="HDA Intel PCH Headphone" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=4 E: TAGS=:seat: E: USEC_INITIALIZED=88889 P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input17/event13 N: input/event13 E: DEVNAME=/dev/input/event13 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input17/event13 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=13 E: MINOR=77 E: SUBSYSTEM=input E: USEC_INITIALIZED=88943 P: /devices/platform/asus-nb-wmi/input/input14 E: DEVPATH=/devices/platform/asus-nb-wmi/input/input14 E: EV=100013 E: ID_FOR_SEAT=input-platform-asus-nb-wmi E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=platform-asus-nb-wmi E: ID_PATH_TAG=platform-asus-nb-wmi E: KEY=80000 0 800000000000 0 0 a1606f00900000 8200027800501000 e000000000000 0 E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,14,k71,72,73,8C,94,96,A3,A4,A5,A6,A9,B9,BF,D4,D7,E0,E1,E2,E3,E5,E6,ED,EE,F0,F5,F7,1AF,213,ram4,lsfw E: MSC=10 E: NAME="Asus WMI hotkeys" E: PHYS="asus-nb-wmi/input0" E: PRODUCT=19/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=52546 P: /devices/platform/asus-nb-wmi/input/input14/event6 N: input/event6 S: input/by-path/platform-asus-nb-wmi-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/platform-asus-nb-wmi-event E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/platform/asus-nb-wmi/input/input14/event6 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=platform-asus-nb-wmi E: ID_PATH_TAG=platform-asus-nb-wmi E: KEYBOARD_KEY_6b=f21 E: MAJOR=13 E: MINOR=70 E: SUBSYSTEM=input E: USEC_INITIALIZED=52592 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/platform/i8042/serio0/input/input0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0 E: EV=120013 E: ID_FOR_SEAT=input-platform-i8042-serio-0 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: ID_SERIAL=noserial E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe E: LED=7 E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw E: MSC=10 E: NAME="AT Translated Set 2 keyboard" E: PHYS="isa0060/serio0/input0" E: PRODUCT=11/1/1/ab41 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=556 P: /devices/platform/i8042/serio0/input/input0/event0 N: input/event0 S: input/by-path/platform-i8042-serio-0-event-kbd E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd E: DEVNAME=/dev/input/event0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=64 E: SUBSYSTEM=input E: USEC_INITIALIZED=6890 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/platform/i8042/serio4/input/input13 E: ABS=661800011000003 E: DEVPATH=/devices/platform/i8042/serio4/input/input13 E: EV=b E: ID_FOR_SEAT=input-platform-i8042-serio-4 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: KEY=e420 10000 0 0 0 0 E: MODALIAS=input:b0011v0002p000Ee0000-e0,1,3,k110,145,14A,14D,14E,14F,ra0,1,18,1C,2F,30,35,36,39,3A,mlsfw E: NAME="ETPS/2 Elantech Touchpad" E: PHYS="isa0060/serio4/input0" E: PRODUCT=11/2/e/0 E: PROP=5 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=24175 P: /devices/platform/i8042/serio4/input/input13/event8 N: input/event8 S: input/by-path/platform-i8042-serio-4-event-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse E: DEVNAME=/dev/input/event8 E: DEVPATH=/devices/platform/i8042/serio4/input/input13/event8 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=72 E: SUBSYSTEM=input E: USEC_INITIALIZED=24330 P: /devices/platform/i8042/serio4/input/input13/mouse1 N: input/mouse1 S: input/by-path/platform-i8042-serio-4-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse E: DEVNAME=/dev/input/mouse1 E: DEVPATH=/devices/platform/i8042/serio4/input/input13/mouse1 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=33 E: SUBSYSTEM=input E: USEC_INITIALIZED=24306 P: /devices/platform/pcspkr/input/input9 E: DEVPATH=/devices/platform/pcspkr/input/input9 E: EV=40001 E: ID_FOR_SEAT=input-platform-pcspkr E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw E: NAME="PC Speaker" E: PHYS="isa0061/input0" E: PRODUCT=10/1f/1/100 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=7993 P: /devices/platform/pcspkr/input/input9/event4 N: input/event4 S: input/by-path/platform-pcspkr-event-spkr E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr E: DEVNAME=/dev/input/event4 E: DEVPATH=/devices/platform/pcspkr/input/input9/event4 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=68 E: SUBSYSTEM=input E: USEC_INITIALIZED=8290 DRM Information from dmesg: --------------------------- [ 0.000000] AGP: No AGP bridge found [ 0.000000] AGP: Checking aperture... [ 0.000000] AGP: No AGP bridge found [ 0.699097] Linux agpgart interface v0.103 [ 1.955606] [drm] Initialized drm 1.1.0 20060810 [ 1.970130] [drm] Memory usable by graphics device = 2048M [ 1.972150] [drm] Replacing VGA console driver [ 1.974454] fb: switching to inteldrmfb from simple [ 2.065369] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.065371] [drm] Driver supports precise vblank timestamp query. [ 2.093077] [drm] VBT doesn't support DRRS [ 2.145583] fbcon: inteldrmfb (fb0) is primary device [ 3.419619] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 3.470437] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 3.810557] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 670.374752] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages mesa-common-dev depends on: ii libdrm-dev 2.4.58-2 ii libx11-dev 2:1.6.2-3 mesa-common-dev recommends no packages. mesa-common-dev suggests no packages. Versions of packages xserver-xorg depends on: ii libc6 2.19-11 ii x11-xkb-utils 7.7+1 ii xkb-data 2.12-1 ii xserver-xorg-core 2:1.16.1-1 ii xserver-xorg-input-all 1:7.7+7 ii xserver-xorg-input-evdev [xorg-driver-input] 1:2.9.0-2 ii xserver-xorg-input-mouse [xorg-driver-input] 1:1.9.0-1+b3 ii xserver-xorg-input-synaptics [xorg-driver-input] 1.8.1-1 ii xserver-xorg-input-vmmouse [xorg-driver-input] 1:13.0.0-1+b3 ii xserver-xorg-input-wacom [xorg-driver-input] 0.26.0+20140918-1 ii xserver-xorg-video-all 1:7.7+7 ii xserver-xorg-video-ati [xorg-driver-video] 1:7.5.0-1 ii xserver-xorg-video-cirrus [xorg-driver-video] 1:1.5.2-2+b1 ii xserver-xorg-video-fbdev [xorg-driver-video] 1:0.4.4-1+b2 ii xserver-xorg-video-intel [xorg-driver-video] 2:2.21.15-2+b2 ii xserver-xorg-video-mach64 [xorg-driver-video] 6.9.4-2 ii xserver-xorg-video-mga [xorg-driver-video] 1:1.6.3-2+b1 ii xserver-xorg-video-modesetting [xorg-driver-video] 0.9.0-1+b1 ii xserver-xorg-video-neomagic [xorg-driver-video] 1:1.2.8-1+b2 ii xserver-xorg-video-nouveau [xorg-driver-video] 1:1.0.11-1 ii xserver-xorg-video-openchrome [xorg-driver-video] 1:0.3.3-1+b2 ii xserver-xorg-video-qxl [xorg-driver-video] 0.1.1-2+b1 ii xserver-xorg-video-r128 [xorg-driver-video] 6.9.2-1+b2 ii xserver-xorg-video-radeon [xorg-driver-video] 1:7.5.0-1 ii xserver-xorg-video-savage [xorg-driver-video] 1:2.3.7-2+b2 ii xserver-xorg-video-siliconmotion [xorg-driver-video] 1:1.7.7-2+b2 ii xserver-xorg-video-sisusb [xorg-driver-video] 1:0.9.6-2+b2 ii xserver-xorg-video-tdfx [xorg-driver-video] 1:1.4.5-1+b2 ii xserver-xorg-video-trident [xorg-driver-video] 1:1.3.6-2+b2 ii xserver-xorg-video-vesa [xorg-driver-video] 1:2.3.3-1+b3 ii xserver-xorg-video-vmware [xorg-driver-video] 1:13.0.2-3+b1 Versions of packages xserver-xorg recommends: ii libgl1-mesa-dri 10.3.1-1 Versions of packages xserver-xorg-core depends on: ii keyboard-configuration 1.113 ii libaudit1 1:2.4-1 ii libc6 2.19-11 ii libdrm2 2.4.58-2 ii libegl1-mesa 10.3.1-1 ii libepoxy0 1.2-1 ii libgbm1 10.3.1-1 ii libgcrypt20 1.6.2-4 ii libgl1-mesa-glx [libgl1] 10.3.1-1 ii libpciaccess0 0.13.2-3 ii libpixman-1-0 0.32.6-3 ii libselinux1 2.3-2 ii libudev1 215-5+b1 ii libxau6 1:1.0.8-1 ii libxdmcp6 1:1.1.1-1 ii libxfont1 1:1.4.99.901-1 ii libxshmfence1 1.1-4 ii udev 215-5+b1 ii xserver-common 2:1.16.1-1 Versions of packages xserver-xorg-core recommends: ii libgl1-mesa-dri 10.3.1-1 Versions of packages xserver-xorg-core suggests: ii xfonts-100dpi 1:1.0.3 ii xfonts-75dpi 1:1.0.3 ii xfonts-scalable 1:1.0.3-1 -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org