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

Bug#626646: libgl1-mesa-dri: [amd64,i965] crash in prepare_wm_surfaces



Subject: libgl1-mesa-dri: [amd64,i965] crash in prepare_wm_surfaces
Package: libgl1-mesa-dri
Version: 7.10.2-2
Severity: normal

X reproducibly crashes when exiting the fullscreen mode of the
proprietary flash plugin video player. (I realize you must be as
enthusiastic as I am about flashplugin-nonfree, but anyway it
shouldn't crash X.)

I attached gdb to it before causing it to crash, getting the following
GDB session log:

------------------------------------------------------------
Script started on Sat 14 May 2011 01:30:58 AM EEST
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Attaching to process 27087
[...]
0x00007fa92fcc1d83 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:82
82	../sysdeps/unix/syscall-template.S: No such file or directory.
	in ../sysdeps/unix/syscall-template.S
(gdb) bt
#0  0x00007fa92fcc1d83 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:82
#1  0x000000000045dd4f in WaitForSomething (pClientsReady=0x40bcae0) at ../../os/WaitFor.c:232
#2  0x00000000004314b2 in Dispatch () at ../../dix/dispatch.c:367
#3  0x00000000004257de in main (argc=8, argv=<value optimized out>, envp=<value optimized out>) at ../../dix/main.c:287
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x00007fa92d255371 in ?? () from /usr/lib/dri/i965_dri.so
(gdb)
[*** twiddling to install -dbg and reload symbols omitted ***]
(gdb) bt
#0  prepare_wm_surfaces (brw=0x43a1330) at brw_wm_surface_state.c:602
#1  0x00007fa92d23ee36 in brw_validate_state (brw=0x43a1330) at brw_state_upload.c:397
#2  0x00007fa92d22ef74 in brw_try_draw_prims (ctx=0x43a1330, arrays=0x4267118, prim=0x4265834, nr_prims=1, ib=0x0, 
    index_bounds_valid=<value optimized out>, min_index=0, max_index=3) at brw_draw.c:362
#3  brw_draw_prims (ctx=0x43a1330, arrays=0x4267118, prim=0x4265834, nr_prims=1, ib=0x0, 
    index_bounds_valid=<value optimized out>, min_index=0, max_index=3) at brw_draw.c:447
#4  0x00007fa92d3141e3 in vbo_exec_vtx_flush (exec=0x4265550, unmap=1 '\001') at vbo/vbo_exec_draw.c:381
#5  0x00007fa92d31203c in vbo_exec_FlushVertices_internal (ctx=<value optimized out>, unmap=<value optimized out>)
    at vbo/vbo_exec_api.c:911
#6  0x00007fa92d31221a in vbo_exec_FlushVertices (ctx=<value optimized out>, flags=1) at vbo/vbo_exec_api.c:945
#7  0x00007fa92d3e773e in _mesa_PopAttrib () at main/attrib.c:858
#8  0x00007fa92e6957dc in __glXDisp_Render (cl=<value optimized out>, pc=<value optimized out>) at ../../glx/glxcmds.c:2000
#9  0x00007fa92e697e93 in __glXDispatch (client=0x41b3800) at ../../glx/glxext.c:583
#10 0x0000000000431731 in Dispatch () at ../../dix/dispatch.c:431
#11 0x00000000004257de in main (argc=8, argv=<value optimized out>, envp=<value optimized out>) at ../../dix/main.c:287
(gdb) bt full
#0  prepare_wm_surfaces (brw=0x43a1330) at brw_wm_surface_state.c:602
        rb = 0x4594dd0
        region = 0x0
        ctx = 0x43a1330
        i = <value optimized out>
        nr_surfaces = <value optimized out>
#1  0x00007fa92d23ee36 in brw_validate_state (brw=0x43a1330) at brw_state_upload.c:397
        atom = <value optimized out>
        ctx = 0x43a1330
        intel = 0x43a1330
        state = 0x43b8240
        i = <value optimized out>
        atoms = <value optimized out>
        num_atoms = 38
#2  0x00007fa92d22ef74 in brw_try_draw_prims (ctx=0x43a1330, arrays=0x4267118, prim=0x4265834, nr_prims=1, ib=0x0, 
    index_bounds_valid=<value optimized out>, min_index=0, max_index=3) at brw_draw.c:362
        hw_prim = 6
        retval = <value optimized out>
        warn = <value optimized out>
        first_time = 0 '\000'
        i = <value optimized out>
#3  brw_draw_prims (ctx=0x43a1330, arrays=0x4267118, prim=0x4265834, nr_prims=1, ib=0x0, 
    index_bounds_valid=<value optimized out>, min_index=0, max_index=3) at brw_draw.c:447
        retval = 0 '\000'
#4  0x00007fa92d3141e3 in vbo_exec_vtx_flush (exec=0x4265550, unmap=1 '\001') at vbo/vbo_exec_draw.c:381
        ctx = 0x43a1330
#5  0x00007fa92d31203c in vbo_exec_FlushVertices_internal (ctx=<value optimized out>, unmap=<value optimized out>)
    at vbo/vbo_exec_api.c:911
        exec = 0x4265550
#6  0x00007fa92d31221a in vbo_exec_FlushVertices (ctx=<value optimized out>, flags=1) at vbo/vbo_exec_api.c:945
        exec = 0x4265550
#7  0x00007fa92d3e773e in _mesa_PopAttrib () at main/attrib.c:858
        attr = <value optimized out>
        next = <value optimized out>
        ctx = 0x43a1330
#8  0x00007fa92e6957dc in __glXDisp_Render (cl=<value optimized out>, pc=<value optimized out>) at ../../glx/glxcmds.c:2000
        entry = {bytes = 4, varsize = 0}
        proc = 0x7fa92e66f680 <__glXDisp_PopAttrib>
        err = 0
        req = <value optimized out>
        client = 0x41b3800
        left = <value optimized out>
        cmdlen = 4
        error = <value optimized out>
        commandsDone = <value optimized out>
        opcode = <value optimized out>
        hdr = 0x7287eec
        glxc = 0x22aba20
        sw = <value optimized out>
#9  0x00007fa92e697e93 in __glXDispatch (client=0x41b3800) at ../../glx/glxext.c:583
        rendering = <value optimized out>
        stuff = 0x7287de0
        opcode = <value optimized out>
        proc = 0x7fa92e695710 <__glXDisp_Render>
        cl = 0x41b3928
        retval = <value optimized out>
#10 0x0000000000431731 in Dispatch () at ../../dix/dispatch.c:431
        clientReady = 0x40bcae0
        result = <value optimized out>
        client = 0x41b3800
        nready = 0
        icheck = 0x7eca70
        start_tick = 1400
#11 0x00000000004257de in main (argc=8, argv=<value optimized out>, envp=<value optimized out>) at ../../dix/main.c:287
        i = <value optimized out>
        alwaysCheckForInput = {0, 1}
(gdb) print brw
$1 = (struct brw_context *) 0x43a1330
(gdb) print *brw
[*** 1078 lines of output omitted; get it from http://sli.homeunix.net/~sliedes/i965_crash_brw.log.gz ***]
(gdb) info registers
rax            0x4232fd0	69414864
rbx            0x43a1330	70914864
rcx            0x0	0
rdx            0x4594dd0	72961488
rsi            0x0	0
rdi            0x1	1
rbp            0x43a1330	0x43a1330
rsp            0x7fffc057ec80	0x7fffc057ec80
r8             0x3	3
r9             0x0	0
r10            0x10	16
r11            0x0	0
r12            0x0	0
r13            0x26	38
r14            0x7fa92d7568c0	140364588869824
r15            0x1	1
rip            0x7fa92d255371	0x7fa92d255371 <prepare_wm_surfaces+225>
eflags         0x13246	[ PF ZF IF #12 #13 RF ]
cs             0x33	51
ss             0x2b	43
ds             0x0	0
es             0x0	0
fs             0x0	0
gs             0x0	0
(gdb) disas
Dump of assembler code for function prepare_wm_surfaces:
   0x00007fa92d255290 <+0>:	push   %r12
   0x00007fa92d255292 <+2>:	xor    %r12d,%r12d
   0x00007fa92d255295 <+5>:	push   %rbp
   0x00007fa92d255296 <+6>:	mov    %rdi,%rbp
   0x00007fa92d255299 <+9>:	push   %rbx
   0x00007fa92d25529a <+10>:	mov    0xd0(%rdi),%rax
   0x00007fa92d2552a1 <+17>:	mov    0x3b4(%rax),%edi
   0x00007fa92d2552a7 <+23>:	test   %edi,%edi
   0x00007fa92d2552a9 <+25>:	jne    0x7fa92d2553b3 <prepare_wm_surfaces+291>
   0x00007fa92d2552af <+31>:	mov    0x17cc8(%rbp),%rbx
   0x00007fa92d2552b6 <+38>:	test   %rbx,%rbx
   0x00007fa92d2552b9 <+41>:	je     0x7fa92d2552e3 <prepare_wm_surfaces+83>
   0x00007fa92d2552bb <+43>:	mov    %rbx,%rdi
   0x00007fa92d2552be <+46>:	mov    $0x9,%r12d
   0x00007fa92d2552c4 <+52>:	callq  0x7fa92d200158 <drm_intel_bo_reference@plt>
   0x00007fa92d2552c9 <+57>:	mov    0x171b0(%rbp),%eax
   0x00007fa92d2552cf <+63>:	movslq %eax,%rdx
   0x00007fa92d2552d2 <+66>:	add    $0x1,%eax
   0x00007fa92d2552d5 <+69>:	mov    %rbx,0x16f68(%rbp,%rdx,8)
   0x00007fa92d2552dd <+77>:	mov    %eax,0x171b0(%rbp)
   0x00007fa92d2552e3 <+83>:	xor    %ebx,%ebx
   0x00007fa92d2552e5 <+85>:	nopl   (%rax)
   0x00007fa92d2552e8 <+88>:	imul   $0x230,%rbx,%rax
   0x00007fa92d2552ef <+95>:	lea    0xb3f8(%rbp,%rax,1),%rax
   0x00007fa92d2552f7 <+103>:	mov    0x4(%rax),%esi
   0x00007fa92d2552fa <+106>:	mov    0x1d0(%rax),%rdx
   0x00007fa92d255301 <+113>:	test   %esi,%esi
   0x00007fa92d255303 <+115>:	je     0x7fa92d255341 <prepare_wm_surfaces+177>
   0x00007fa92d255305 <+117>:	mov    0x3c8(%rdx),%rax
   0x00007fa92d25530c <+124>:	mov    0x288(%rax),%rax
   0x00007fa92d255313 <+131>:	mov    (%rax),%r12
   0x00007fa92d255316 <+134>:	test   %r12,%r12
   0x00007fa92d255319 <+137>:	je     0x7fa92d25533d <prepare_wm_surfaces+173>
   0x00007fa92d25531b <+139>:	mov    %r12,%rdi
   0x00007fa92d25531e <+142>:	callq  0x7fa92d200158 <drm_intel_bo_reference@plt>
   0x00007fa92d255323 <+147>:	mov    0x171b0(%rbp),%eax
   0x00007fa92d255329 <+153>:	movslq %eax,%rdx
   0x00007fa92d25532c <+156>:	add    $0x1,%eax
   0x00007fa92d25532f <+159>:	mov    %r12,0x16f68(%rbp,%rdx,8)
   0x00007fa92d255337 <+167>:	mov    %eax,0x171b0(%rbp)
   0x00007fa92d25533d <+173>:	lea    0xa(%rbx),%r12d
   0x00007fa92d255341 <+177>:	add    $0x1,%rbx
   0x00007fa92d255345 <+181>:	cmp    $0x10,%rbx
   0x00007fa92d255349 <+185>:	jne    0x7fa92d2552e8 <prepare_wm_surfaces+88>
   0x00007fa92d25534b <+187>:	cmp    %r12d,0x17b54(%rbp)
   0x00007fa92d255352 <+194>:	je     0x7fa92d255365 <prepare_wm_surfaces+213>
   0x00007fa92d255354 <+196>:	orl    $0x40000,0x16f14(%rbp)
   0x00007fa92d25535e <+206>:	mov    %r12d,0x17b54(%rbp)
   0x00007fa92d255365 <+213>:	pop    %rbx
   0x00007fa92d255366 <+214>:	pop    %rbp
   0x00007fa92d255367 <+215>:	pop    %r12
   0x00007fa92d255369 <+217>:	retq   
   0x00007fa92d25536a <+218>:	mov    0xc0(%rdx),%rcx
=> 0x00007fa92d255371 <+225>:	mov    (%rcx),%rbx
   0x00007fa92d255374 <+228>:	test   %rbx,%rbx
   0x00007fa92d255377 <+231>:	je     0x7fa92d2553a2 <prepare_wm_surfaces+274>
   0x00007fa92d255379 <+233>:	mov    %rbx,%rdi
   0x00007fa92d25537c <+236>:	callq  0x7fa92d200158 <drm_intel_bo_reference@plt>
   0x00007fa92d255381 <+241>:	mov    0x171b0(%rbp),%eax
   0x00007fa92d255387 <+247>:	movslq %eax,%rdx
   0x00007fa92d25538a <+250>:	add    $0x1,%eax
   0x00007fa92d25538d <+253>:	mov    %rbx,0x16f68(%rbp,%rdx,8)
   0x00007fa92d255395 <+261>:	mov    %eax,0x171b0(%rbp)
   0x00007fa92d25539b <+267>:	mov    0xd0(%rbp),%rax
   0x00007fa92d2553a2 <+274>:	add    $0x1,%r12d
   0x00007fa92d2553a6 <+278>:	cmp    0x3b4(%rax),%r12d
   0x00007fa92d2553ad <+285>:	jae    0x7fa92d2552af <prepare_wm_surfaces+31>
   0x00007fa92d2553b3 <+291>:	movslq %r12d,%rdx
   0x00007fa92d2553b6 <+294>:	xor    %ecx,%ecx
   0x00007fa92d2553b8 <+296>:	mov    0x3e0(%rax,%rdx,8),%rdx
   0x00007fa92d2553c0 <+304>:	test   %rdx,%rdx
   0x00007fa92d2553c3 <+307>:	je     0x7fa92d255371 <prepare_wm_surfaces+225>
   0x00007fa92d2553c5 <+309>:	cmpl   $0x12345678,0x30(%rdx)
   0x00007fa92d2553cc <+316>:	jne    0x7fa92d255371 <prepare_wm_surfaces+225>
   0x00007fa92d2553ce <+318>:	jmp    0x7fa92d25536a <prepare_wm_surfaces+218>
End of assembler dump.
(gdb) 
(gdb) quit
A debugging session is active.

	Inferior 1 [process 27087] will be detached.

Quit anyway? (y or n) y
Detaching from program: /usr/bin/Xorg, process 27087

Script done on Sat 14 May 2011 01:37:35 AM EEST
------------------------------------------------------------

This is what Xorg.log says about it:

------------------------------------------------------------
[ 85761.428] 
Backtrace:
[ 85761.428] 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a38b8]
[ 85761.428] 1: /usr/bin/X (0x400000+0x646e9) [0x4646e9]
[ 85761.428] 2: /lib/libpthread.so.0 (0x7fa930ed8000+0xf020) [0x7fa930ee7020]
[ 85761.428] 3: /usr/lib/dri/i965_dri.so (0x7fa92d1d2000+0x83371) [0x7fa92d255371]
[ 85761.428] 4: /usr/lib/dri/i965_dri.so (0x7fa92d1d2000+0x6ce36) [0x7fa92d23ee36]
[ 85761.428] 5: /usr/lib/dri/i965_dri.so (0x7fa92d1d2000+0x5cf74) [0x7fa92d22ef74]
[ 85761.428] 6: /usr/lib/dri/i965_dri.so (0x7fa92d1d2000+0x1421e3) [0x7fa92d3141e3]
[ 85761.428] 7: /usr/lib/dri/i965_dri.so (0x7fa92d1d2000+0x14003c) [0x7fa92d31203c]
[ 85761.428] 8: /usr/lib/dri/i965_dri.so (0x7fa92d1d2000+0x14021a) [0x7fa92d31221a]
[ 85761.428] 9: /usr/lib/dri/i965_dri.so (0x7fa92d1d2000+0x21573e) [0x7fa92d3e773e]
[ 85761.428] 10: /usr/lib/xorg/modules/extensions/libglx.so (0x7fa92e65f000+0x367dc) [0x7fa92e6957dc]
[ 85761.428] 11: /usr/lib/xorg/modules/extensions/libglx.so (0x7fa92e65f000+0x38e93) [0x7fa92e697e93]
[ 85761.429] 12: /usr/bin/X (0x400000+0x31731) [0x431731]
[ 85761.429] 13: /usr/bin/X (0x400000+0x257de) [0x4257de]
[ 85761.429] 14: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7fa92fc11ead]
[ 85761.429] 15: /usr/bin/X (0x400000+0x25389) [0x425389]
[ 85761.429] Segmentation fault at address (nil)
[ 85761.429] 
Fatal server error:
[ 85761.429] Caught signal 11 (Segmentation fault). Server aborting
[ 85761.429] 
[ 85761.429] 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help.
------------------------------------------------------------

If you need further information or me to do further tests, I'm happy
to be of assistance.

	Sami


-- 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_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
    GLX_INTEL_swap_event
GLX version: 1.4
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
    GLX_INTEL_swap_event
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset  
OpenGL version string: 2.1 Mesa 7.10.2
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_explicit_attrib_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_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_map_buffer_range, 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_seamless_cube_map, 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_rg, GL_ARB_texture_swizzle, GL_ARB_transpose_matrix, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, 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_shader_objects, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture3D, 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, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, 
    GL_EXT_vertex_array_bgra, GL_EXT_vertex_array, GL_OES_EGL_image, 
    GL_OES_read_format, GL_3DFX_texture_compression_FXT1, 
    GL_APPLE_client_storage, GL_APPLE_object_purgeable, 
    GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, 
    GL_ATI_blend_equation_separate, GL_ATI_envmap_bumpmap, 
    GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_MESA_window_pos, 
    GL_MESA_ycbcr_texture, GL_NV_blend_square, GL_NV_depth_clamp, 
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4, 
    GL_NV_texture_rectangle, GL_NV_vertex_program1_1, GL_NV_vertex_program, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

32 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
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x022 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x091 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x092 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x093 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x094 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x095 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x096 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x097 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x098 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x099 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x09a 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x09c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x09d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x09f 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0a0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0a1 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0a2 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0a3 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0a4 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0a5 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0a9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0aa 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ab 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0ac 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ad 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x060 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

48 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
----------------------------------------------------------------------------
0x061  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x062  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x063  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x064  0 tc  0  16  0 r  . .   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  0  0  0  0  0 0 None
0x066  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x067 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x068 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x069 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06a 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x06b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x06c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x06d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x06e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x06f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x070 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x071 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x072 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x073  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x074  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x075 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x076 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x077 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x078 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x079  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07a  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07b  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07c  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  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  0  0  0  0  0 0 None
0x07f 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x080 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x081 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x082 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x083 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x084 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x085 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x086 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x087 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x088 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x089 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x08a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x08b  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x08c  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x08d 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x08f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x090 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 Jan 13  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1972704 Apr 28 15:26 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 215 Aug  2  2010 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerFlags"
      Option	"AllowDeactivateGrabs"	"true"
      Option	"DontZap"		"false"
EndSection

Section "Device"
	Identifier "default device"
	Driver	"intel"
#	Option	"FallbackDebug"		"true"
EndSection

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

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

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.38.6 (sliedes@lh) (gcc version 4.6.1 20110428 (prerelease) (Debian 4.6.0-6) ) #1 SMP Tue May 10 02:29:27 EEST 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 19381 Sep 24  2010 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 27521 May 14 01:38 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 85762.088] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 85762.088] X Protocol Version 11, Revision 0
[ 85762.088] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[ 85762.088] Current Operating System: Linux lap 2.6.38.6 #1 SMP Tue May 10 02:29:27 EEST 2011 x86_64
[ 85762.088] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38.6 root=/dev/mapper/rootvg-root ro
[ 85762.088] Build Date: 28 April 2011  12:13:00PM
[ 85762.088] xorg-server 2:1.10.1-2 (Julien Cristau <jcristau@debian.org>) 
[ 85762.089] Current version of pixman: 0.21.8
[ 85762.089] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 85762.089] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 85762.089] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 14 01:37:36 2011
[ 85762.089] (==) Using config file: "/etc/X11/xorg.conf"
[ 85762.089] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 85762.089] (==) No Layout section.  Using the first Screen section.
[ 85762.089] (==) No screen section available. Using defaults.
[ 85762.089] (**) |-->Screen "Default Screen Section" (0)
[ 85762.089] (**) |   |-->Monitor "<default monitor>"
[ 85762.089] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 85762.089] (**) |   |-->Device "default device"
[ 85762.090] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 85762.090] (**) Option "DontZap" "false"
[ 85762.090] (==) Automatically adding devices
[ 85762.090] (==) Automatically enabling devices
[ 85762.107] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 85762.107] 	Entry deleted from font path.
[ 85762.107] (==) 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,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[ 85762.107] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 85762.107] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 85762.107] (II) Loader magic: 0x7dba00
[ 85762.107] (II) Module ABI versions:
[ 85762.107] 	X.Org ANSI C Emulation: 0.4
[ 85762.107] 	X.Org Video Driver: 10.0
[ 85762.107] 	X.Org XInput driver : 12.2
[ 85762.107] 	X.Org Server Extension : 5.0
[ 85762.109] (--) PCI:*(0:0:2:0) 8086:2a42:1025:022b rev 7, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00004110/8
[ 85762.109] (--) PCI: (0:0:2:1) 8086:2a43:1025:022b rev 7, Mem @ 0xd4500000/1048576
[ 85762.109] (II) Open ACPI successful (/var/run/acpid.socket)
[ 85762.109] (II) LoadModule: "extmod"
[ 85762.109] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 85762.110] (II) Module extmod: vendor="X.Org Foundation"
[ 85762.110] 	compiled for 1.10.1, module version = 1.0.0
[ 85762.110] 	Module class: X.Org Server Extension
[ 85762.110] 	ABI class: X.Org Server Extension, version 5.0
[ 85762.110] (II) Loading extension SELinux
[ 85762.110] (II) Loading extension MIT-SCREEN-SAVER
[ 85762.110] (II) Loading extension XFree86-VidModeExtension
[ 85762.110] (II) Loading extension XFree86-DGA
[ 85762.110] (II) Loading extension DPMS
[ 85762.110] (II) Loading extension XVideo
[ 85762.110] (II) Loading extension XVideo-MotionCompensation
[ 85762.110] (II) Loading extension X-Resource
[ 85762.110] (II) LoadModule: "dbe"
[ 85762.110] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 85762.110] (II) Module dbe: vendor="X.Org Foundation"
[ 85762.110] 	compiled for 1.10.1, module version = 1.0.0
[ 85762.110] 	Module class: X.Org Server Extension
[ 85762.110] 	ABI class: X.Org Server Extension, version 5.0
[ 85762.110] (II) Loading extension DOUBLE-BUFFER
[ 85762.110] (II) LoadModule: "glx"
[ 85762.111] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 85762.111] (II) Module glx: vendor="X.Org Foundation"
[ 85762.111] 	compiled for 1.10.1, module version = 1.0.0
[ 85762.111] 	ABI class: X.Org Server Extension, version 5.0
[ 85762.111] (==) AIGLX enabled
[ 85762.111] (II) Loading extension GLX
[ 85762.111] (II) LoadModule: "record"
[ 85762.111] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 85762.111] (II) Module record: vendor="X.Org Foundation"
[ 85762.111] 	compiled for 1.10.1, module version = 1.13.0
[ 85762.111] 	Module class: X.Org Server Extension
[ 85762.111] 	ABI class: X.Org Server Extension, version 5.0
[ 85762.111] (II) Loading extension RECORD
[ 85762.111] (II) LoadModule: "dri"
[ 85762.112] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 85762.112] (II) Module dri: vendor="X.Org Foundation"
[ 85762.112] 	compiled for 1.10.1, module version = 1.0.0
[ 85762.112] 	ABI class: X.Org Server Extension, version 5.0
[ 85762.112] (II) Loading extension XFree86-DRI
[ 85762.112] (II) LoadModule: "dri2"
[ 85762.112] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 85762.112] (II) Module dri2: vendor="X.Org Foundation"
[ 85762.112] 	compiled for 1.10.1, module version = 1.2.0
[ 85762.112] 	ABI class: X.Org Server Extension, version 5.0
[ 85762.112] (II) Loading extension DRI2
[ 85762.112] (II) LoadModule: "intel"
[ 85762.113] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 85762.113] (II) Module intel: vendor="X.Org Foundation"
[ 85762.113] 	compiled for 1.10.1, module version = 2.15.0
[ 85762.113] 	Module class: X.Org Video Driver
[ 85762.113] 	ABI class: X.Org Video Driver, version 10.0
[ 85762.113] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[ 85762.114] (++) using VT number 7

[ 85762.117] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 85762.117] drmOpenDevice: node name is /dev/dri/card0
[ 85762.117] drmOpenDevice: open result is 9, (OK)
[ 85762.117] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 85762.117] drmOpenDevice: node name is /dev/dri/card0
[ 85762.117] drmOpenDevice: open result is 9, (OK)
[ 85762.117] drmOpenByBusid: drmOpenMinor returns 9
[ 85762.117] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 85762.117] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 85762.117] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 85762.117] (==) intel(0): RGB weight 888
[ 85762.117] (==) intel(0): Default visual is TrueColor
[ 85762.117] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[ 85762.117] (--) intel(0): Chipset: "GM45"
[ 85762.117] (**) intel(0): Relaxed fencing enabled
[ 85762.117] (**) intel(0): Framebuffer tiled
[ 85762.117] (**) intel(0): Pixmaps tiled
[ 85762.118] (**) intel(0): 3D buffers tiled
[ 85762.118] (**) intel(0): SwapBuffers wait enabled
[ 85762.118] (==) intel(0): video overlay key set to 0x101fe
[ 85762.118] (II) intel(0): Output LVDS1 has no monitor section
[ 85762.120] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 85762.141] (II) intel(0): Output VGA1 has no monitor section
[ 85762.145] (II) intel(0): Output HDMI1 has no monitor section
[ 85762.145] (II) intel(0): Output DP1 has no monitor section
[ 85762.146] (II) intel(0): Output DP2 has no monitor section
[ 85762.146] (II) intel(0): EDID for output LVDS1
[ 85762.146] (II) intel(0): Manufacturer: LGD  Model: 202  Serial#: 0
[ 85762.146] (II) intel(0): Year: 2009  Week: 0
[ 85762.146] (II) intel(0): EDID Version: 1.3
[ 85762.146] (II) intel(0): Digital Display Input
[ 85762.146] (II) intel(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[ 85762.146] (II) intel(0): Gamma: 2.20
[ 85762.146] (II) intel(0): No DPMS capabilities specified
[ 85762.146] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 85762.146] (II) intel(0): First detailed timing is preferred mode
[ 85762.146] (II) intel(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[ 85762.146] (II) intel(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[ 85762.146] (II) intel(0): Manufacturer's mask: 0
[ 85762.146] (II) intel(0): Supported detailed timing:
[ 85762.146] (II) intel(0): clock: 75.1 MHz   Image Size:  345 x 194 mm
[ 85762.146] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1564 h_border: 0
[ 85762.146] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 800 v_border: 0
[ 85762.146] (II) intel(0):  LG Display
[ 85762.146] (II) intel(0): Monitor name: LP156WH3-TLA1
[ 85762.146] (II) intel(0): EDID (in hex):
[ 85762.146] (II) intel(0): 	00ffffffffffff0030e4020200000000
[ 85762.146] (II) intel(0): 	00130103802313780a28659759548e27
[ 85762.146] (II) intel(0): 	1e505400000001010101010101010101
[ 85762.146] (II) intel(0): 	010101010101561d56c6500020303020
[ 85762.146] (II) intel(0): 	350059c2100000190000000000000000
[ 85762.146] (II) intel(0): 	00000000000000000000000000fe004c
[ 85762.146] (II) intel(0): 	4720446973706c61790a2020000000fc
[ 85762.146] (II) intel(0): 	004c503135365748332d544c41310039
[ 85762.146] (II) intel(0): EDID vendor "LGD", prod id 514
[ 85762.146] (II) intel(0): Printing DDC gathered Modelines:
[ 85762.146] (II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
[ 85762.147] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 85762.147] (II) intel(0): Printing probed modes for output LVDS1
[ 85762.147] (II) intel(0): Modeline "1366x768"x60.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
[ 85762.147] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[ 85762.147] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[ 85762.147] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 85762.147] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 85762.147] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 85762.147] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 85762.167] (II) intel(0): EDID for output VGA1
[ 85762.171] (II) intel(0): EDID for output HDMI1
[ 85762.171] (II) intel(0): EDID for output DP1
[ 85762.172] (II) intel(0): EDID for output DP2
[ 85762.172] (II) intel(0): Output LVDS1 connected
[ 85762.172] (II) intel(0): Output VGA1 disconnected
[ 85762.172] (II) intel(0): Output HDMI1 disconnected
[ 85762.172] (II) intel(0): Output DP1 disconnected
[ 85762.172] (II) intel(0): Output DP2 disconnected
[ 85762.172] (II) intel(0): Using exact sizes for initial modes
[ 85762.172] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 85762.172] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 85762.172] (II) intel(0): Kernel page flipping support detected, enabling
[ 85762.172] (**) intel(0): Display dimensions: (350, 190) mm
[ 85762.172] (**) intel(0): DPI set to (99, 102)
[ 85762.172] (II) Loading sub module "fb"
[ 85762.172] (II) LoadModule: "fb"
[ 85762.172] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 85762.172] (II) Module fb: vendor="X.Org Foundation"
[ 85762.172] 	compiled for 1.10.1, module version = 1.0.0
[ 85762.172] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 85762.172] (II) Loading sub module "dri2"
[ 85762.172] (II) LoadModule: "dri2"
[ 85762.173] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 85762.173] (II) Module dri2: vendor="X.Org Foundation"
[ 85762.173] 	compiled for 1.10.1, module version = 1.2.0
[ 85762.173] 	ABI class: X.Org Server Extension, version 5.0
[ 85762.173] (==) Depth 24 pixmap format is 32 bpp
[ 85762.173] (II) intel(0): [DRI2] Setup complete
[ 85762.173] (II) intel(0): [DRI2]   DRI driver: i965
[ 85762.173] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 85762.188] (II) UXA(0): Driver registered support for the following operations:
[ 85762.188] (II)         solid
[ 85762.188] (II)         copy
[ 85762.188] (II)         composite (RENDER acceleration)
[ 85762.188] (II)         put_image
[ 85762.188] (II)         get_image
[ 85762.188] (==) intel(0): Backing store disabled
[ 85762.188] (==) intel(0): Silken mouse enabled
[ 85762.188] (II) intel(0): Initializing HW Cursor
[ 85762.215] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 85762.225] (==) intel(0): DPMS enabled
[ 85762.225] (==) intel(0): Intel XvMC decoder enabled
[ 85762.225] (II) intel(0): Set up textured video
[ 85762.225] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 85762.225] (II) intel(0): direct rendering: DRI2 Enabled
[ 85762.225] (==) intel(0): hotplug detection: "enabled"
[ 85762.225] (--) RandR disabled
[ 85762.225] (II) Initializing built-in extension Generic Event Extension
[ 85762.225] (II) Initializing built-in extension SHAPE
[ 85762.225] (II) Initializing built-in extension MIT-SHM
[ 85762.225] (II) Initializing built-in extension XInputExtension
[ 85762.225] (II) Initializing built-in extension XTEST
[ 85762.225] (II) Initializing built-in extension BIG-REQUESTS
[ 85762.225] (II) Initializing built-in extension SYNC
[ 85762.225] (II) Initializing built-in extension XKEYBOARD
[ 85762.225] (II) Initializing built-in extension XC-MISC
[ 85762.226] (II) Initializing built-in extension SECURITY
[ 85762.226] (II) Initializing built-in extension XINERAMA
[ 85762.226] (II) Initializing built-in extension XFIXES
[ 85762.226] (II) Initializing built-in extension RENDER
[ 85762.226] (II) Initializing built-in extension RANDR
[ 85762.226] (II) Initializing built-in extension COMPOSITE
[ 85762.226] (II) Initializing built-in extension DAMAGE
[ 85762.226] (II) SELinux: Disabled on system
[ 85762.239] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 85762.239] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 85762.239] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 85762.239] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 85762.239] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 85762.240] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[ 85762.240] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 85762.240] (II) intel(0): Setting screen physical size to 361 x 203
[ 85762.363] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 85762.363] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 85762.363] (II) LoadModule: "evdev"
[ 85762.363] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 85762.363] (II) Module evdev: vendor="X.Org Foundation"
[ 85762.363] 	compiled for 1.10.1, module version = 2.6.0
[ 85762.363] 	Module class: X.Org XInput Driver
[ 85762.363] 	ABI class: X.Org XInput driver, version 12.2
[ 85762.363] (II) Using input driver 'evdev' for 'Power Button'
[ 85762.363] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 85762.363] (**) Power Button: always reports core events
[ 85762.364] (**) Power Button: Device: "/dev/input/event2"
[ 85762.370] (--) Power Button: Found keys
[ 85762.370] (II) Power Button: Configuring as keyboard
[ 85762.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 85762.370] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 85762.370] (**) Option "xkb_rules" "evdev"
[ 85762.370] (**) Option "xkb_model" "pc105"
[ 85762.370] (**) Option "xkb_layout" "se"
[ 85762.370] (**) Option "xkb_variant" "dvorak"
[ 85762.370] (**) Option "xkb_options" "lv3:ralt_switch"
[ 85762.406] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 85762.406] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 85762.406] (II) Using input driver 'evdev' for 'Video Bus'
[ 85762.406] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 85762.406] (**) Video Bus: always reports core events
[ 85762.406] (**) Video Bus: Device: "/dev/input/event8"
[ 85762.410] (--) Video Bus: Found keys
[ 85762.410] (II) Video Bus: Configuring as keyboard
[ 85762.410] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[ 85762.410] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 85762.410] (**) Option "xkb_rules" "evdev"
[ 85762.410] (**) Option "xkb_model" "pc105"
[ 85762.410] (**) Option "xkb_layout" "se"
[ 85762.410] (**) Option "xkb_variant" "dvorak"
[ 85762.410] (**) Option "xkb_options" "lv3:ralt_switch"
[ 85762.433] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 85762.433] (II) No input driver/identifier specified (ignoring)
[ 85762.433] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 85762.433] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 85762.433] (II) Using input driver 'evdev' for 'Sleep Button'
[ 85762.433] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 85762.433] (**) Sleep Button: always reports core events
[ 85762.433] (**) Sleep Button: Device: "/dev/input/event1"
[ 85762.439] (--) Sleep Button: Found keys
[ 85762.439] (II) Sleep Button: Configuring as keyboard
[ 85762.439] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 85762.439] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 85762.439] (**) Option "xkb_rules" "evdev"
[ 85762.439] (**) Option "xkb_model" "pc105"
[ 85762.439] (**) Option "xkb_layout" "se"
[ 85762.439] (**) Option "xkb_variant" "dvorak"
[ 85762.439] (**) Option "xkb_options" "lv3:ralt_switch"
[ 85762.447] (II) config/udev: Adding input device HD Video WebCam (/dev/input/event5)
[ 85762.447] (**) HD Video WebCam: Applying InputClass "evdev keyboard catchall"
[ 85762.447] (II) Using input driver 'evdev' for 'HD Video WebCam'
[ 85762.447] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 85762.447] (**) HD Video WebCam: always reports core events
[ 85762.447] (**) HD Video WebCam: Device: "/dev/input/event5"
[ 85762.453] (--) HD Video WebCam: Found keys
[ 85762.453] (II) HD Video WebCam: Configuring as keyboard
[ 85762.453] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input10/event5"
[ 85762.453] (II) XINPUT: Adding extended input device "HD Video WebCam" (type: KEYBOARD)
[ 85762.453] (**) Option "xkb_rules" "evdev"
[ 85762.453] (**) Option "xkb_model" "pc105"
[ 85762.453] (**) Option "xkb_layout" "se"
[ 85762.453] (**) Option "xkb_variant" "dvorak"
[ 85762.453] (**) Option "xkb_options" "lv3:ralt_switch"
[ 85762.459] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 85762.459] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 85762.459] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 85762.459] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 85762.459] (**) AT Translated Set 2 keyboard: always reports core events
[ 85762.459] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 85762.465] (--) AT Translated Set 2 keyboard: Found keys
[ 85762.465] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 85762.465] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 85762.465] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 85762.465] (**) Option "xkb_rules" "evdev"
[ 85762.465] (**) Option "xkb_model" "pc105"
[ 85762.465] (**) Option "xkb_layout" "se"
[ 85762.465] (**) Option "xkb_variant" "dvorak"
[ 85762.465] (**) Option "xkb_options" "lv3:ralt_switch"
[ 85762.466] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[ 85762.466] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 85762.466] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 85762.466] (II) LoadModule: "synaptics"
[ 85762.466] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 85762.466] (II) Module synaptics: vendor="X.Org Foundation"
[ 85762.466] 	compiled for 1.10.1, module version = 1.4.0
[ 85762.466] 	Module class: X.Org XInput Driver
[ 85762.466] 	ABI class: X.Org XInput driver, version 12.2
[ 85762.466] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 85762.466] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 85762.466] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 85762.466] (**) Option "Device" "/dev/input/event6"
[ 85762.509] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5660
[ 85762.509] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4800
[ 85762.509] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 85762.509] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 85762.509] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 85762.545] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 85762.545] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 85762.561] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input6/event6"
[ 85762.561] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 85762.561] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 85762.561] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 85762.561] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[ 85762.561] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 85762.561] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 85762.561] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 85762.561] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 85762.585] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 85762.585] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 85762.585] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 85762.585] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 85762.585] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 85762.585] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 85762.585] (**) Option "Device" "/dev/input/mouse0"
[ 85762.593] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[ 85762.593] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[ 85762.593] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[ 85762.593] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[ 85762.613] (EE) Query no Synaptics: 6003C8
[ 85762.613] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[ 85762.613] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[ 85762.638] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
[ 85762.638] (II) UnloadModule: "synaptics"
[ 85762.638] (II) Unloading synaptics
[ 85762.638] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 85762.638] (II) No input driver/identifier specified (ignoring)
[ 85762.642] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event7)
[ 85762.642] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 85762.642] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 85762.642] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 85762.642] (**) ACPI Virtual Keyboard Device: always reports core events
[ 85762.642] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event7"
[ 85762.650] (--) ACPI Virtual Keyboard Device: Found keys
[ 85762.650] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[ 85762.650] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[ 85762.650] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[ 85762.650] (**) Option "xkb_rules" "evdev"
[ 85762.650] (**) Option "xkb_model" "pc105"
[ 85762.650] (**) Option "xkb_layout" "se"
[ 85762.650] (**) Option "xkb_variant" "dvorak"
[ 85762.650] (**) Option "xkb_options" "lv3:ralt_switch"
[ 85789.955] (II) intel(0): EDID vendor "LGD", prod id 514
[ 85789.955] (II) intel(0): Printing DDC gathered Modelines:
[ 85789.955] (II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
[ 85790.117] (II) intel(0): EDID vendor "LGD", prod id 514
[ 85790.117] (II) intel(0): Printing DDC gathered Modelines:
[ 85790.117] (II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)
[ 85796.746] (II) intel(0): EDID vendor "LGD", prod id 514
[ 85796.746] (II) intel(0): Printing DDC gathered Modelines:
[ 85796.746] (II) intel(0): Modeline "1366x768"x0.0   75.10  1366 1414 1446 1564  768 771 776 800 -hsync -vsync (48.0 kHz)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Acer

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Acer

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
N: input/event0
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=Acer

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Acer

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input10/event5
N: input/event5
S: input/by-id/usb-SuYin_HD_Video_WebCam_CN1014-S36D-OV05-VA-R03.01.01-event-if00
S: input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input10/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=SuYin
E: ID_VENDOR_ENC=SuYin
E: ID_VENDOR_ID=064e
E: ID_MODEL=HD_Video_WebCam
E: ID_MODEL_ENC=HD\x20Video\x20WebCam
E: ID_MODEL_ID=a133
E: ID_REVISION=0311
E: ID_SERIAL=SuYin_HD_Video_WebCam_CN1014-S36D-OV05-VA-R03.01.01
E: ID_SERIAL_SHORT=CN1014-S36D-OV05-VA-R03.01.01
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-SuYin_HD_Video_WebCam_CN1014-S36D-OV05-VA-R03.01.01-event-if00 /dev/input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event

P: /devices/platform/i8042/serio0/input/input3/event3
N: input/event3
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Acer
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/platform/i8042/serio2/input/input6/event6
N: input/event6
S: input/by-path/platform-i8042-serio-2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio2/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: DMI_VENDOR=Acer
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse

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

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Acer
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input7/event7
N: input/event7
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=se
E: XKBVARIANT=dvorak
E: XKBOPTIONS=lv3:ralt_switch
E: BACKSPACE=guess
E: DMI_VENDOR=Acer


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    3.151695] Linux agpgart interface v0.103
[    3.152075] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    3.152456] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    3.154192] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    3.154556] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[   61.374692] [drm] Initialized drm 1.1.0 20060810
[   61.574265] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   61.574414] [drm] Driver supports precise vblank timestamp query.
[   62.016245] fbcon: inteldrmfb (fb0) is primary device
[   62.034053] fb0: inteldrmfb frame buffer device
[   62.034104] drm: registered panic notifier
[   62.053740] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38.6 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgl1-mesa-dri depends on:
ii  libc6                         2.13-4     Embedded GNU C Library: Shared lib
ii  libdrm-intel1                 2.4.24-2   Userspace interface to intel-speci
ii  libdrm-radeon1                2.4.24-2   Userspace interface to radeon-spec
ii  libdrm2                       2.4.24-2   Userspace interface to kernel DRM 
ii  libexpat1                     2.0.1-7    XML parsing C library - runtime li
ii  libgcc1                       1:4.6.0-7  GCC support library
ii  libstdc++6                    4.6.0-7    The GNU Standard C++ Library v3

libgl1-mesa-dri recommends no packages.

Versions of packages libgl1-mesa-dri suggests:
pn  libglide3                     <none>     (no description available)

Versions of packages xserver-xorg depends on:
ii  libc6  2.13-4                            Embedded GNU C Library: Shared lib
ii  x11-xk 7.6+2                             X11 XKB utilities
ii  xkb-da 2.1-2                             X Keyboard Extension (XKB) configu
ii  xserve 2:1.10.1-2                        Xorg X server - core server
ii  xserve 1:7.6+6                           the X.Org X server -- input driver
ii  xserve 1:2.6.0-2+b1                      X.Org X server -- evdev input driv
ii  xserve 1.4.0-1+b1                        Synaptics TouchPad driver for X.Or
ii  xserve 1:1.2.3-2+b1                      X.Org X server -- APM display driv
ii  xserve 1:6.14.1-1+b1                     X.Org X server -- AMD/ATI display 
ii  xserve 1:1.2.4-1+b1                      X.Org X server -- Chips display dr
ii  xserve 1:1.3.2-4+b1                      X.Org X server -- Cirrus display d
ii  xserve 1:0.4.2-4+b1                      X.Org X server -- fbdev display dr
ii  xserve 1:1.3.4-2+b1                      X.Org X server -- i128 display dri
ii  xserve 2:2.15.0-2                        X.Org X server -- Intel i8xx, i9xx
ii  xserve 6.9.0-1                           X.Org X server -- ATI Mach64 displ
ii  xserve 1:1.4.13.dfsg-3+b1                X.Org X server -- MGA display driv
ii  xserve 1:1.2.5-2+b1                      X.Org X server -- Neomagic display
ii  xserve 1:0.0.16+git20110411+8378443-1+b1 X.Org X server -- Nouveau display 
ii  xserve 1:0.2.904+svn920-1                X.Org X server -- VIA display driv
ii  xserve 6.8.1-5+b1                        X.Org X server -- ATI r128 display
ii  xserve 1:6.14.1-1+b1                     X.Org X server -- AMD/ATI Radeon d
ii  xserve 1:4.2.4-2+b1                      X.Org X server -- Rendition displa
ii  xserve 1:0.6.3-4+b1                      X.Org X server -- legacy S3 displa
ii  xserve 1:1.10.4-4+b1                     X.Org X server -- S3 ViRGE display
ii  xserve 1:2.3.2-3+b1                      X.Org X server -- Savage display d
ii  xserve 1:1.7.5-1+b1                      X.Org X server -- SiliconMotion di
ii  xserve 1:0.10.3-3+b1                     X.Org X server -- SiS display driv
ii  xserve 1:0.9.4-2+b1                      X.Org X server -- SiS USB display 
ii  xserve 1:1.4.3-4+b1                      X.Org X server -- tdfx display dri
ii  xserve 1:1.3.4-2+b1                      X.Org X server -- Trident display 
ii  xserve 1:1.2.4-2+b1                      X.Org X server -- Tseng display dr
ii  xserve 1:2.3.0-5+b1                      X.Org X server -- VESA display dri
ii  xserve 1:11.0.3-2+b1                     X.Org X server -- VMware display d
ii  xserve 1:1.2.4-2+b1                      X.Org X server -- Voodoo display d

xserver-xorg recommends no packages.

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration       1.73        system-wide keyboard preferences
ii  libaudit0                    1.7.13-1+b2 Dynamic library for security audit
ii  libc6                        2.13-4      Embedded GNU C Library: Shared lib
ii  libdrm2                      2.4.24-2    Userspace interface to kernel DRM 
ii  libgcrypt11                  1.4.6-5     LGPL Crypto library - runtime libr
ii  libpciaccess0                0.12.1-1    Generic PCI access library for X
ii  libpixman-1-0                0.21.8-1    pixel-manipulation library for X a
ii  libselinux1                  2.0.98-1+b1 SELinux runtime shared libraries
ii  libudev0                     168-2       libudev shared library
ii  libxau6                      1:1.0.6-1   X11 authorisation library
ii  libxdmcp6                    1:1.1.0-1   X11 Display Manager Control Protoc
ii  libxfont1                    1:1.4.3-2   X11 font rasterisation library
ii  udev                         168-2       /dev/ and hotplug management daemo
ii  xserver-common               2:1.10.1-2  common files used by various X ser

xserver-xorg-core recommends no packages.

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi                 1:1.0.3    100 dpi fonts for X
ii  xfonts-75dpi                  1:1.0.3    75 dpi fonts for X
ii  xfonts-scalable               1:1.0.3-1  scalable fonts for X

-- no debconf information

Attachment: signature.asc
Description: Digital signature


Reply to: