[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#761163: libgl1-mesa-dri: DRI3 causes error messages on i915 driver



Package: libgl1-mesa-dri
Version: 10.3.0~rc3-1
Severity: minor

Any application using libGL will report the following errors to stderr:

libGL error: Version 4 or later of flush extension not found
libGL error: failed to load driver: i915

The reason is that the i915 driver does not support DRI3 (yet?)
as per upstream bug report:
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=81601

See also:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754297
(Ealier version of this bug, which caused crashes)

The best fix would of course be to add version 4 flush extension to the i915 driver.
But if this isn't easily possible, there should be some flag indicating that this driver
is not DRI3 compatible, and DRI3 should then be disabled without an error (that
sounds as if OpenGL does not work at all).
Maybe DRI3 is only supported for 2D on this graphics board? After all the log reports:
> intel(0): direct rendering: DRI2 DRI3 enabled
But the mesa libGL will fail at DRI3.

Setting "LIBGL_DRI3_DISABLE=1" makes the error message disappear.

-- Package-specific info:
glxinfo:
--------
name of display: :0.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_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_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) IGD x86/MMX/SSE2
OpenGL version string: 2.1 Mesa 10.3.0-rc3
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, 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_clear_buffer_object, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_copy_buffer, GL_ARB_debug_output, GL_ARB_depth_texture, 
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_program, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_object, GL_ARB_get_program_binary, 
    GL_ARB_half_float_pixel, 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_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 
    GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow, 
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
    GL_ARB_texture_storage, GL_ARB_transpose_matrix, 
    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_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, 
    GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, 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_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_object, GL_EXT_gpu_program_parameters, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    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_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
    GL_EXT_texture_compression_dxt1, 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_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, 
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_vertex_array, 
    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_window_pos, GL_MESA_ycbcr_texture, 
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    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 2.0 Mesa 10.3.0-rc3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
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_discard_framebuffer, GL_EXT_map_buffer_range, 
    GL_EXT_multi_draw_arrays, GL_EXT_read_format_bgra, 
    GL_EXT_separate_shader_objects, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, 
    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_depth24, GL_OES_depth_texture, 
    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_stencil8, GL_OES_surfaceless_context, 
    GL_OES_texture_3D, GL_OES_texture_npot, GL_OES_vertex_array_object

12 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
0x074 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x075 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x076 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x077 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x078 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x079 24 dc  0  32  0 r  . .   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 24  8  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  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x05b 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

24 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
----------------------------------------------------------------------------
0x05c  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x05d  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x05e  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x05f  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x060 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x061 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x062 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x063 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x064  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x065  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x066 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x067 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x068  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x069  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06a  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x06b  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x06c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x06d 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x06e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x06f 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x070  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x071  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x072 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x073 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow


X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Dec 13  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2556784 Sep  9 03:28 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller [8086:a011]

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 311 Apr 18 10:59 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "Device"
	Identifier	"intel"
	Driver		"intel"
	# Option	"Tiling"	"false"
	Option      "Backlight"       "intel_backlight"
EndSection

Section	"ServerFlags"
	Option	"DontZap"	"false"
	Option	"DontVTSwitch"	"false"
	Option	"DontZoom"	"true"
	Option	"DRI2"		"true"
EndSection

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 3.14-2-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-7) ) #1 SMP Debian 3.14.15-2 (2014-08-09)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 20530 Sep 11 11:01 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 15574.030] 
X.Org X Server 1.16.0
Release Date: 2014-07-16
[ 15574.030] X Protocol Version 11, Revision 0
[ 15574.030] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[ 15574.030] Current Operating System: Linux kleinphi 3.14-2-686-pae #1 SMP Debian 3.14.15-2 (2014-08-09) i686
[ 15574.030] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-2-686-pae root=UUID=aa89f4fe-2436-40c9-b83b-1feb9e644084 ro quiet splash pciehp.pciehp_force=1 resume=UUID=afcf3a0f-4df7-4a4a-b221-73709c3dbd27 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.semaphores=1 video.use_native_backlight=0
[ 15574.030] Build Date: 09 September 2014  01:25:53AM
[ 15574.030] xorg-server 2:1.16.0-2+b1 (http://www.debian.org/support) 
[ 15574.030] Current version of pixman: 0.32.6
[ 15574.030] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 15574.030] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15574.031] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 11 11:01:08 2014
[ 15574.054] (==) Using config file: "/etc/X11/xorg.conf"
[ 15574.055] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15574.119] (==) No Layout section.  Using the first Screen section.
[ 15574.119] (==) No screen section available. Using defaults.
[ 15574.119] (**) |-->Screen "Default Screen Section" (0)
[ 15574.119] (**) |   |-->Monitor "<default monitor>"
[ 15574.144] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 15574.144] (**) |   |-->Device "intel"
[ 15574.144] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 15574.144] (**) Option "DontVTSwitch" "false"
[ 15574.144] (**) Option "DontZap" "false"
[ 15574.144] (**) Option "DontZoom" "true"
[ 15574.144] (**) Option "DRI2" "true"
[ 15574.144] (==) Automatically adding devices
[ 15574.144] (==) Automatically enabling devices
[ 15574.144] (==) Automatically adding GPU devices
[ 15574.182] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 15574.182] 	Entry deleted from font path.
[ 15574.204] (==) 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
[ 15574.204] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 15574.204] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15574.204] (II) Loader magic: 0xb7705700
[ 15574.204] (II) Module ABI versions:
[ 15574.204] 	X.Org ANSI C Emulation: 0.4
[ 15574.204] 	X.Org Video Driver: 18.0
[ 15574.204] 	X.Org XInput driver : 21.0
[ 15574.204] 	X.Org Server Extension : 8.0
[ 15574.205] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 15574.262] (--) PCI:*(0:0:2:0) 8086:a011:1043:83ac rev 0, Mem @ 0xf7e00000/524288, 0xd0000000/268435456, 0xf7d00000/1048576, I/O @ 0x0000dc00/8
[ 15574.262] (--) PCI: (0:0:2:1) 8086:a012:1043:83ac rev 0, Mem @ 0xf7e80000/524288
[ 15574.262] (II) LoadModule: "glx"
[ 15574.283] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15574.468] (II) Module glx: vendor="X.Org Foundation"
[ 15574.468] 	compiled for 1.16.0, module version = 1.0.0
[ 15574.468] 	ABI class: X.Org Server Extension, version 8.0
[ 15574.468] (==) AIGLX enabled
[ 15574.468] (II) LoadModule: "intel"
[ 15574.468] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 15574.483] (II) Module intel: vendor="X.Org Foundation"
[ 15574.484] 	compiled for 1.16.0, module version = 2.99.914
[ 15574.484] 	Module class: X.Org Video Driver
[ 15574.484] 	ABI class: X.Org Video Driver, version 18.0
[ 15574.484] (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
[ 15574.500] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 15574.500] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 15574.500] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 15574.500] (++) using VT number 7

[ 15574.500] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[ 15574.500] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.914-1~exp1 (Vincent Cheng <vcheng@debian.org>)
[ 15574.502] (--) intel(0): Integrated Graphics Chipset: Intel(R) Pineview GM
[ 15574.502] (--) intel(0): CPU: x86, sse2, sse3, ssse3
[ 15574.502] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 15574.502] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 15574.502] (==) intel(0): RGB weight 888
[ 15574.502] (==) intel(0): Default visual is TrueColor
[ 15574.502] (**) intel(0): Option "Backlight" "intel_backlight"
[ 15574.504] (II) intel(0): Output LVDS1 has no monitor section
[ 15574.504] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[ 15574.504] (II) intel(0): Output VGA1 has no monitor section
[ 15574.504] (--) intel(0): Using a maximum size of 64x64 for hardware cursors
[ 15574.505] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 15574.505] (--) intel(0): Output LVDS1 using initial mode 1024x600 on pipe 1
[ 15574.505] (==) intel(0): TearFree disabled
[ 15574.505] (==) intel(0): DPI set to (96, 96)
[ 15574.505] (II) Loading sub module "dri3"
[ 15574.505] (II) LoadModule: "dri3"
[ 15574.505] (II) Module "dri3" already built-in
[ 15574.505] (II) Loading sub module "dri2"
[ 15574.505] (II) LoadModule: "dri2"
[ 15574.505] (II) Module "dri2" already built-in
[ 15574.505] (II) Loading sub module "present"
[ 15574.505] (II) LoadModule: "present"
[ 15574.505] (II) Module "present" already built-in
[ 15574.505] (==) Depth 24 pixmap format is 32 bpp
[ 15574.556] (II) intel(0): SNA initialized with Alviso (gen3) backend
[ 15574.556] (==) intel(0): Backing store enabled
[ 15574.556] (==) intel(0): Silken mouse enabled
[ 15574.557] (II) intel(0): HW Cursor enabled
[ 15574.558] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 15574.561] (==) intel(0): DPMS enabled
[ 15574.637] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[ 15574.638] (II) intel(0): [DRI2] Setup complete
[ 15574.638] (II) intel(0): [DRI2]   DRI driver: i915
[ 15574.638] (II) intel(0): [DRI2]   VDPAU driver: i915
[ 15574.638] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 15574.638] (II) intel(0): hardware support for Present enabled
[ 15574.638] (==) intel(0): display hotplug detection enabled
[ 15574.638] (--) RandR disabled
[ 15574.693] (II) SELinux: Disabled on system
[ 15574.708] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 15574.708] (II) AIGLX: enabled GLX_ARB_create_context
[ 15574.708] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 15574.708] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 15574.708] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 15574.708] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 15574.708] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 15574.708] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 15574.708] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 15574.708] (II) AIGLX: Loaded and initialized i915
[ 15574.708] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15574.714] (II) intel(0): switch to mode 1024x600@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[ 15574.736] (II) intel(0): Setting screen physical size to 270 x 158
[ 15576.267] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 15576.267] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15576.267] (II) LoadModule: "evdev"
[ 15576.288] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15576.362] (II) Module evdev: vendor="X.Org Foundation"
[ 15576.362] 	compiled for 1.16.0, module version = 2.9.0
[ 15576.362] 	Module class: X.Org XInput Driver
[ 15576.362] 	ABI class: X.Org XInput driver, version 21.0
[ 15576.362] (II) Using input driver 'evdev' for 'Power Button'
[ 15576.362] (**) Power Button: always reports core events
[ 15576.362] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 15576.363] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15576.363] (--) evdev: Power Button: Found keys
[ 15576.363] (II) evdev: Power Button: Configuring as keyboard
[ 15576.363] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[ 15576.363] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15576.363] (**) Option "xkb_rules" "evdev"
[ 15576.363] (**) Option "xkb_model" "pc105"
[ 15576.363] (**) Option "xkb_layout" "de"
[ 15576.432] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 15576.432] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 15576.432] (II) Using input driver 'evdev' for 'Video Bus'
[ 15576.432] (**) Video Bus: always reports core events
[ 15576.432] (**) evdev: Video Bus: Device: "/dev/input/event6"
[ 15576.432] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 15576.433] (--) evdev: Video Bus: Found keys
[ 15576.433] (II) evdev: Video Bus: Configuring as keyboard
[ 15576.433] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[ 15576.433] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 15576.433] (**) Option "xkb_rules" "evdev"
[ 15576.433] (**) Option "xkb_model" "pc105"
[ 15576.433] (**) Option "xkb_layout" "de"
[ 15576.434] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 15576.434] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15576.435] (II) Using input driver 'evdev' for 'Power Button'
[ 15576.435] (**) Power Button: always reports core events
[ 15576.435] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 15576.435] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15576.435] (--) evdev: Power Button: Found keys
[ 15576.435] (II) evdev: Power Button: Configuring as keyboard
[ 15576.435] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event3"
[ 15576.435] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 15576.435] (**) Option "xkb_rules" "evdev"
[ 15576.435] (**) Option "xkb_model" "pc105"
[ 15576.435] (**) Option "xkb_layout" "de"
[ 15576.437] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 15576.437] (II) No input driver specified, ignoring this device.
[ 15576.437] (II) This device may have been added with another device file.
[ 15576.438] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 15576.438] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 15576.438] (II) Using input driver 'evdev' for 'Sleep Button'
[ 15576.438] (**) Sleep Button: always reports core events
[ 15576.438] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 15576.438] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 15576.438] (--) evdev: Sleep Button: Found keys
[ 15576.438] (II) evdev: Sleep Button: Configuring as keyboard
[ 15576.438] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event2"
[ 15576.438] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 15576.438] (**) Option "xkb_rules" "evdev"
[ 15576.438] (**) Option "xkb_model" "pc105"
[ 15576.438] (**) Option "xkb_layout" "de"
[ 15576.440] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[ 15576.440] (II) No input driver specified, ignoring this device.
[ 15576.441] (II) This device may have been added with another device file.
[ 15576.441] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event8)
[ 15576.441] (II) No input driver specified, ignoring this device.
[ 15576.441] (II) This device may have been added with another device file.
[ 15576.442] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event7)
[ 15576.442] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[ 15576.442] (II) Using input driver 'evdev' for 'PIXART USB OPTICAL MOUSE'
[ 15576.443] (**) PIXART USB OPTICAL MOUSE: always reports core events
[ 15576.443] (**) evdev: PIXART USB OPTICAL MOUSE: Device: "/dev/input/event7"
[ 15576.443] (--) evdev: PIXART USB OPTICAL MOUSE: Vendor 0x93a Product 0x2510
[ 15576.443] (--) evdev: PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
[ 15576.443] (--) evdev: PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
[ 15576.443] (--) evdev: PIXART USB OPTICAL MOUSE: Found relative axes
[ 15576.443] (--) evdev: PIXART USB OPTICAL MOUSE: Found x and y relative axes
[ 15576.443] (II) evdev: PIXART USB OPTICAL MOUSE: Configuring as mouse
[ 15576.443] (II) evdev: PIXART USB OPTICAL MOUSE: Adding scrollwheel support
[ 15576.443] (**) evdev: PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[ 15576.443] (**) evdev: PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 15576.443] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input12/event7"
[ 15576.443] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE, id 10)
[ 15576.444] (II) evdev: PIXART USB OPTICAL MOUSE: initialized for relative axes.
[ 15576.444] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[ 15576.444] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0
[ 15576.444] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[ 15576.444] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[ 15576.445] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse1)
[ 15576.445] (II) No input driver specified, ignoring this device.
[ 15576.446] (II) This device may have been added with another device file.
[ 15576.446] (II) config/udev: Adding input device USB2.0 UVC VGA WebCam (/dev/input/event5)
[ 15576.446] (**) USB2.0 UVC VGA WebCam: Applying InputClass "evdev keyboard catchall"
[ 15576.447] (II) Using input driver 'evdev' for 'USB2.0 UVC VGA WebCam'
[ 15576.447] (**) USB2.0 UVC VGA WebCam: always reports core events
[ 15576.447] (**) evdev: USB2.0 UVC VGA WebCam: Device: "/dev/input/event5"
[ 15576.447] (--) evdev: USB2.0 UVC VGA WebCam: Vendor 0x13d3 Product 0x5702
[ 15576.447] (--) evdev: USB2.0 UVC VGA WebCam: Found keys
[ 15576.447] (II) evdev: USB2.0 UVC VGA WebCam: Configuring as keyboard
[ 15576.447] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input7/event5"
[ 15576.447] (II) XINPUT: Adding extended input device "USB2.0 UVC VGA WebCam" (type: KEYBOARD, id 11)
[ 15576.447] (**) Option "xkb_rules" "evdev"
[ 15576.447] (**) Option "xkb_model" "pc105"
[ 15576.447] (**) Option "xkb_layout" "de"
[ 15576.449] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 15576.449] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 15576.449] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 15576.449] (**) AT Translated Set 2 keyboard: always reports core events
[ 15576.449] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 15576.449] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 15576.449] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 15576.449] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 15576.449] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 15576.450] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 15576.450] (**) Option "xkb_rules" "evdev"
[ 15576.450] (**) Option "xkb_model" "pc105"
[ 15576.450] (**) Option "xkb_layout" "de"
[ 15576.451] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
[ 15576.451] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 15576.451] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 15576.451] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[ 15576.452] (II) LoadModule: "synaptics"
[ 15576.452] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 15576.468] (II) Module synaptics: vendor="X.Org Foundation"
[ 15576.468] 	compiled for 1.15.99.904, module version = 1.8.0
[ 15576.468] 	Module class: X.Org XInput Driver
[ 15576.468] 	ABI class: X.Org XInput driver, version 21.0
[ 15576.468] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 15576.468] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 15576.468] (**) Option "Device" "/dev/input/event10"
[ 15576.781] (II) synaptics: ETPS/2 Elantech Touchpad: ignoring touch events for semi-multitouch device
[ 15576.781] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 1216 (res 0)
[ 15576.781] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 512 (res 0)
[ 15576.781] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[ 15576.781] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[ 15576.781] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 15576.781] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 15576.782] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 15576.782] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 15576.857] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event10"
[ 15576.857] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[ 15576.858] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 15576.858] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[ 15576.858] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.152
[ 15576.859] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 15576.859] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[ 15576.859] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 15576.859] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 15576.859] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 15576.861] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 15576.861] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 15576.863] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11)
[ 15576.863] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 15576.863] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 15576.863] (**) ACPI Virtual Keyboard Device: always reports core events
[ 15576.863] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
[ 15576.864] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[ 15576.864] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[ 15576.864] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[ 15576.864] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event11"
[ 15576.864] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 14)
[ 15576.864] (**) Option "xkb_rules" "evdev"
[ 15576.864] (**) Option "xkb_model" "pc105"
[ 15576.864] (**) Option "xkb_layout" "de"
[ 15603.289] (II) intel(0): EDID vendor "HSD", prod id 1001
[ 15603.289] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[ 15603.289] (II) intel(0): Printing DDC gathered Modelines:
[ 15603.289] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz eP)
[ 15603.289] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz e)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
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=100000 0 0 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=955394

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4
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=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=987487
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
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=3e000b 0 0 0 0 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=277494

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6
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=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=278638
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=951448

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=986927
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
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=942318

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event1
N: input/event1
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/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=985578

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
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 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=946799

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/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=986307
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
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,kramlsfw4,
E: NAME="HDA Intel Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=650020

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event9
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=73
E: SUBSYSTEM=input
E: USEC_INITIALIZED=650251

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
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 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=649360

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event8
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=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=649686

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input12
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_1-usb-0_1_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_OPTICAL_MOUSE
E: ID_MODEL_ENC=USB\x20OPTICAL\x20MOUSE
E: ID_MODEL_ID=2510
E: ID_PATH=pci-0000:00:1d.1-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_1-usb-0_1_1_0
E: ID_REVISION=0100
E: ID_SERIAL=PIXART_USB_OPTICAL_MOUSE
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=PIXART
E: ID_VENDOR_ENC=PIXART
E: ID_VENDOR_ID=093a
E: KEY=70000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0003v093Ap2510e0111-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="PIXART USB OPTICAL MOUSE"
E: PHYS="usb-0000:00:1d.1-1/input0"
E: PRODUCT=3/93a/2510/111
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=366685931

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input12/event7
N: input/event7
S: input/by-id/usb-PIXART_USB_OPTICAL_MOUSE-event-mouse
S: input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-PIXART_USB_OPTICAL_MOUSE-event-mouse /dev/input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-event-mouse
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input12/event7
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_OPTICAL_MOUSE
E: ID_MODEL_ENC=USB\x20OPTICAL\x20MOUSE
E: ID_MODEL_ID=2510
E: ID_PATH=pci-0000:00:1d.1-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_1-usb-0_1_1_0
E: ID_REVISION=0100
E: ID_SERIAL=PIXART_USB_OPTICAL_MOUSE
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=PIXART
E: ID_VENDOR_ENC=PIXART
E: ID_VENDOR_ID=093a
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=366686255

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input12/mouse1
N: input/mouse1
S: input/by-id/usb-PIXART_USB_OPTICAL_MOUSE-mouse
S: input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-PIXART_USB_OPTICAL_MOUSE-mouse /dev/input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input12/mouse1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_OPTICAL_MOUSE
E: ID_MODEL_ENC=USB\x20OPTICAL\x20MOUSE
E: ID_MODEL_ID=2510
E: ID_PATH=pci-0000:00:1d.1-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1d_1-usb-0_1_1_0
E: ID_REVISION=0100
E: ID_SERIAL=PIXART_USB_OPTICAL_MOUSE
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=PIXART
E: ID_VENDOR_ENC=PIXART
E: ID_VENDOR_ID=093a
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=366686169

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input7
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input7
E: EV=3
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_7-usb-0_6_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB2.0_UVC_VGA_WebCam
E: ID_MODEL_ENC=USB2.0\x20UVC\x20VGA\x20WebCam
E: ID_MODEL_ID=5702
E: ID_PATH=pci-0000:00:1d.7-usb-0:6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_6_1_0
E: ID_REVISION=0322
E: ID_SERIAL=Azurewave_USB2.0_UVC_VGA_WebCam_200901010001
E: ID_SERIAL_SHORT=200901010001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Azurewave
E: ID_VENDOR_ENC=Azurewave
E: ID_VENDOR_ID=13d3
E: KEY=100000 0 0 0 0 0 0
E: MODALIAS=input:b0003v13D3p5702e0322-e0,1,kD4,ramlsfw
E: NAME="USB2.0 UVC VGA WebCam"
E: PHYS="usb-0000:00:1d.7-6/button"
E: PRODUCT=3/13d3/5702/322
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=541655

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input7/event5
N: input/event5
S: input/by-id/usb-Azurewave_USB2.0_UVC_VGA_WebCam_200901010001-event-if00
S: input/by-path/pci-0000:00:1d.7-usb-0:6:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Azurewave_USB2.0_UVC_VGA_WebCam_200901010001-event-if00 /dev/input/by-path/pci-0000:00:1d.7-usb-0:6:1.0-event
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input7/event5
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB2.0_UVC_VGA_WebCam
E: ID_MODEL_ENC=USB2.0\x20UVC\x20VGA\x20WebCam
E: ID_MODEL_ID=5702
E: ID_PATH=pci-0000:00:1d.7-usb-0:6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_6_1_0
E: ID_REVISION=0322
E: ID_SERIAL=Azurewave_USB2.0_UVC_VGA_WebCam_200901010001
E: ID_SERIAL_SHORT=200901010001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Azurewave
E: ID_VENDOR_ENC=Azurewave
E: ID_VENDOR_ID=13d3
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=542593
E: XKBLAYOUT=de
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=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
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=93571

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=984560
E: XKBLAYOUT=de
E: XKBMODEL=pc105

P: /devices/platform/i8042/serio1/input/input6
E: ABS=2608000 11000003
E: DEVPATH=/devices/platform/i8042/serio1/input/input6
E: EV=b
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=e420 0 30000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p000Ee0000-e0,1,3,k110,111,145,14A,14D,14E,14F,ra0,1,18,1C,2F,35,36,39,mlsfw
E: NAME="ETPS/2 Elantech Touchpad"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/e/0
E: PROP=9
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=199198

P: /devices/platform/i8042/serio1/input/input6/event10
N: input/event10
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event10
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=199436

P: /devices/platform/i8042/serio1/input/input6/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/mouse0
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=199340

P: /devices/virtual/input/input13
E: DEVPATH=/devices/virtual/input/input13
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe
E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw
E: NAME="ACPI Virtual Keyboard Device"
E: PRODUCT=3/0/0/4
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=13814654064

P: /devices/virtual/input/input13/event11
N: input/event11
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/virtual/input/input13/event11
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=814655023
E: XKBLAYOUT=de
E: XKBMODEL=pc105


DRM Information from dmesg:
---------------------------
[    1.231002] Linux agpgart interface v0.103
[    1.231224] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    1.231260] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.231354] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.231617] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   15.449229] [drm] Initialized drm 1.1.0 20060810
[   16.401295] [drm] Memory usable by graphics device = 512M
[   16.424836] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   16.424840] [drm] Driver supports precise vblank timestamp query.
[   16.511801] [drm] initialized overlay support
[   16.539089] fbcon: inteldrmfb (fb0) is primary device
[   17.267916] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   17.275129] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   18.744416] agpgart-intel 0000:00:00.0: no hotplug settings from platform
[   18.744422] agpgart-intel 0000:00:00.0: using default PCI settings
[   18.848587] agpgart-intel 0000:00:00.0: no hotplug settings from platform
[   18.848595] agpgart-intel 0000:00:00.0: using default PCI settings


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.14-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgl1-mesa-dri depends on:
ii  libc6              2.19-10
ii  libdrm-intel1      2.4.56-1
ii  libdrm-nouveau2    2.4.56-1
ii  libdrm-radeon1     2.4.56-1
ii  libdrm2            2.4.56-1
ii  libelf1            0.159-4
ii  libexpat1          2.1.0-6
ii  libgcc1            1:4.9.1-13
ii  libllvm3.5         1:3.5-1
ii  libstdc++6         4.9.1-13
ii  multiarch-support  2.19-10

Versions of packages libgl1-mesa-dri recommends:
ii  libtxc-dxtn-s2tc0 [libtxc-dxtn0]  0~git20131104-1.1

libgl1-mesa-dri suggests no packages.

Versions of packages xserver-xorg depends on:
ii  libc6                                             2.19-10
ii  x11-xkb-utils                                     7.7+1
ii  xkb-data                                          2.12-1
ii  xserver-xorg-core                                 2:1.16.0-2+b1
ii  xserver-xorg-input-evdev [xorg-driver-input]      1:2.9.0-2
ii  xserver-xorg-input-synaptics [xorg-driver-input]  1.8.0-1
ii  xserver-xorg-video-intel [xorg-driver-video]      2:2.99.914-1~exp1

xserver-xorg recommends no packages.

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration    1.112
ii  libaudit1                 1:2.4-1
ii  libc6                     2.19-10
ii  libdrm2                   2.4.56-1
ii  libegl1-mesa              10.3.0~rc3-1
ii  libepoxy0                 1.2-1
ii  libgbm1                   10.2.6-1
ii  libgcrypt20               1.6.2-3
ii  libgl1-mesa-glx [libgl1]  10.3.0~rc3-1
ii  libpciaccess0             0.13.2-3
ii  libpixman-1-0             0.32.6-3
ii  libselinux1               2.3-2
ii  libudev1                  215-2
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-3
ii  udev                      215-2
ii  xserver-common            2:1.16.0-2

xserver-xorg-core recommends no packages.

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


Reply to: