[Virtuabox] pas d'OpenGL

Reconnaissance et configuration du matériel / kernel linux
pums974
newbie
Messages : 4
Inscription : mar. 16 juin 2015, 08:45

[Virtuabox] pas d'OpenGL

Message par pums974 »

Bonjour,

J'essaie depuis un moment de faire marcher l'Opengl dans ma machine virtuelle arch, mais sans succès.

HOST : Ubuntu 14.04.2 x86_64 with kernel 3.13.0-54 running Virtualbox 4.3.28 r100309 with 3d acceleration enabled
GUEST : Arch linux x86_64 (every thing up to date, with testing repo) with vbox addition 4.3.28-1

Code : Tout sélectionner

#yaourt -Qs virtualbox
local/vboxguest-hook (null)
    mkinitcpio hook to compile the virtualbox guest modules
community/virtualbox-guest-dkms 4.3.28-1
    VirtualBox Guest kernel modules sources
community/virtualbox-guest-modules 4.3.28-1
    Guest kernel modules for VirtualBox
community/virtualbox-guest-utils 4.3.28-1
    VirtualBox Guest userspace utilities

Code : Tout sélectionner

#cat /etc/modules-load.d/virtualbox.conf
vboxguest
vboxsf
vboxvideo

Code : Tout sélectionner

#systemctl status vboxservice
● vboxservice.service - VirtualBox Guest Service
   Loaded: loaded (/usr/lib/systemd/system/vboxservice.service; enabled; vendor preset: disabled)
   Active: active (running) since mar. 2015-06-16 08:39:34 CEST; 15min ago
  Process: 313 ExecStartPre=/usr/bin/modprobe vboxsf (code=exited, status=0/SUCCESS)
  Process: 311 ExecStartPre=/usr/bin/modprobe vboxvideo (code=exited, status=0/SUCCESS)
  Process: 302 ExecStartPre=/usr/bin/modprobe vboxguest (code=exited, status=0/SUCCESS)
 Main PID: 318 (VBoxService)
   CGroup: /system.slice/vboxservice.service
           └─318 /usr/bin/VBoxService -f

Code : Tout sélectionner

#ps aux |grep VBox
root       318  0.0  0.0 236904  3236 ?        Ssl  08:39   0:00 /usr/bin/VBoxService -f
alex      1490  0.0  0.0 118132   484 ?        S    08:41   0:00 /usr/bin/VBoxClient --clipboard
alex      1492  0.0  0.1 120988  4320 ?        Sl   08:41   0:00 /usr/bin/VBoxClient --clipboard
alex      1502  0.0  0.0 118132   480 ?        S    08:41   0:00 /usr/bin/VBoxClient --display
alex      1504  0.0  0.0 118792  3152 ?        Sl   08:41   0:00 /usr/bin/VBoxClient --display
alex      1509  0.0  0.0 118132   480 ?        S    08:41   0:00 /usr/bin/VBoxClient --seamless
alex      1510  0.0  0.0 118792  3228 ?        Sl   08:41   0:00 /usr/bin/VBoxClient --seamless
alex      1516  0.0  0.0 118132   480 ?        S    08:41   0:00 /usr/bin/VBoxClient --draganddrop
alex      1517  0.0  0.0 119308  3608 ?        Sl   08:41   0:00 /usr/bin/VBoxClient --draganddrop

Code : Tout sélectionner

#groups
disk wheel video storage users vboxusers vboxsf vtune

Code : Tout sélectionner

#lsmod | grep vbox
vboxvideo              16384  2 
drm                   282624  4 vboxvideo
vboxsf                 45056  4 
vboxguest             208896  6 vboxsf

Code : Tout sélectionner

#glxinfo
name of display: :1
display: :1  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_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_make_current_read
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_get_proc_address, 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_MESA_multithread_makecurrent, 
    GLX_MESA_query_renderer, GLX_OML_swap_method, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_make_current_read
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.6, 128 bits)
OpenGL version string: 3.0 Mesa 10.5.7
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
    GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_trinary_minmax, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_base_instance, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clip_control, 
    GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, 
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod, 
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing, 
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, 
    GL_ATI_separate_stencil, GL_ATI_texture_compression_3dc, 
    GL_ATI_texture_env_combine3, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_polygon_offset, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_integer, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, 
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_MESA_pack_invert, 
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_MESA_ycbcr_texture, 
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, 
    GL_NV_fog_distance, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

120 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
0x0fc 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0fd 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0fe 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0ff 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x100 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x101 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x102 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x103 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x104 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x105 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x106 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x107 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x108 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x109 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x10a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x10b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x10c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x10d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x10e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x10f 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x110 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x111 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x112 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x113 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x114 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x115 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x116 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x117 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x118 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x119 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x11a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x11b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x11c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x11d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x11e 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x11f 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x120 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x121 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x122 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x123 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x124 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x125 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x126 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x127 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x128 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x129 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x12a 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x12b 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x12c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x12d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x12e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x12f 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x130 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x131 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x132 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x133 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x134 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x135 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x136 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x137 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x138 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x139 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x13a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x13b 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x13c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x13d 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x13e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x13f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x140 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x141 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x142 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x143 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x144 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x145 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x146 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x147 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x148 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x149 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x14a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x14b 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x14c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x14d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x14e 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x14f 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x150 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x151 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x152 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x153 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x154 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x155 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x156 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x157 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x158 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x159 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x15a 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x15b 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x15c 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x15d 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x15e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x15f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x160 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x161 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x162 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x163 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x164 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x165 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x166 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x167 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x168 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x169 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x16a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x16b 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x16c 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x16d 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x16e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x16f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x170 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x171 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x047 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

180 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
----------------------------------------------------------------------------
0x048 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x049 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x04a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x04b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x04c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x04d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x04e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x04f 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x050 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x051 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x052 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x053 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x054 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x055 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x056 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x057 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x058 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x059 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x05a 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x05b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x05c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x05d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x05e 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x05f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x060 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x061 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x062 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x063 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x064 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x065 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x066 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x067 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
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 16 16 16  0  0 0 Slow
0x06a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x06c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x06d 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x06e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x06f 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x070 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x071 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x072 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x073 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x074 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x075 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x076 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x077 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x078 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x079 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x07a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x07c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x07e 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x07f 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x080 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x081 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x082 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x083 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x084  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x085  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x086  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x087  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x088  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x089  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x08a  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x08b  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x08c  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x08d  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x08e  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x08f  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x090  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x091  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x092  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x093  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x094  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x095  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x096  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x097  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x098  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x099  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x09a  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x09b  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x09c  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x09d  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x09e  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x09f  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0a0  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0a1  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0a2 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a3 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0a4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a5 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
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 16 16 16 16  0 0 Slow
0x0a8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0a9 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0aa 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0ab 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0ac 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0ad 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0ae 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0af 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0b0 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0b1 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0b2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0b3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0b4 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b5 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0b6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0b8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0ba 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x0bb 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x0bc 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x0bd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x0be 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x0bf 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x0c0 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0c1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0c2 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0c3 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0c4 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0c5 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0c6 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0c7 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0c8 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0c9 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0ca 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0cb 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0cc 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0cd 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0ce 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0cf 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0d0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0d1 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0d2 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0d3 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0d4 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0d5 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0d6 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0d7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0d8 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0d9 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0da 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0db 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0dc 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0dd 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0de  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0df  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0e0  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0e1  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0e2  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0e3  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0e4  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0e5  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0e6  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0e7  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0e8  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0e9  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0ea  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0eb  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0ec  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0ed  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0ee  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0ef  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0f0  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0f1  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0f2  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0f3  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0f4  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0f5  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0f6  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0f7  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0f8  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0f9  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0fa  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0fb  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
Log de xorg : https://forums.virtualbox.org/download/ ... p?id=17444
Log de virtualbox : https://forums.virtualbox.org/download/ ... p?id=17443
En suivant cette vieille discution : viewtopic.php?f=15&t=13932&p=119168&hil ... gl#p119168
Je viens juste de rajouter vboxguest-hook qui n'as rien changé

Je comprend que tant que j'ai gallium et non chromium comme pilote opengl, je ne risque pas d'avoir d'acceleration 3d,
mais je ne comprend pas pourquois il ne veux pas me mettre chromium.

Quelqu'un à une idée ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17628
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Virtuabox] pas d'OpenGL

Message par benjarobin »

Bonjour,
Sinon il ne faut pas avoir les paquets vboxguest-hook et virtualbox-guest-dkms. Ce dernier est utile uniquement si tu utilises un kernel modifié. Pour le kernel officiel de ArchLinux le paquet virtualbox-guest-modules est suffisant.
Peux tu donner la sortie de :

Code : Tout sélectionner

LIBGL_DEBUG=verbose glxinfo
Et peux tu donner le log de Xorg du hôte : Ubuntu ? Ainsi que la même commande que ci-dessus ?
Sinon je dirais de voir ce rapport de bug : https://www.virtualbox.org/ticket/12746
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
pums974
newbie
Messages : 4
Inscription : mar. 16 juin 2015, 08:45

Re: [Virtuabox] pas d'OpenGL

Message par pums974 »

J'ai enlever les deux paquets, ce qui n'as rien changé...

Dans le guest :

Code : Tout sélectionner

#LIBGL_DEBUG=verbose glxinfo                          
name of display: :1
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/swrast_dri.so
libGL: Can't open configuration file /home/alex/.drirc: No such file or directory.
libGL: Can't open configuration file /home/alex/.drirc: No such file or directory.
display: :1  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_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_make_current_read
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_get_proc_address, 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_MESA_multithread_makecurrent, 
    GLX_MESA_query_renderer, GLX_OML_swap_method, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_make_current_read
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.6, 128 bits)
OpenGL version string: 3.0 Mesa 10.5.7
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
...
Dans l'hote (oui, ubuntu) :

Code : Tout sélectionner

#LIBGL_DEBUG=verbose glxinfo
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
client glx vendor string: NVIDIA Corporation
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_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_copy_image, GLX_NV_float_buffer, GLX_NV_multisample_coverage, 
    GLX_NV_present_video, GLX_NV_swap_group, GLX_NV_video_capture, 
    GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 210/PCIe/SSE2
OpenGL core profile version string: 3.3.0 NVIDIA 331.113
OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, 
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
    GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location, 
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, 
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, 
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod, 
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing, 
    GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, 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_depth_bounds_test, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_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_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KHR_debug, GL_KTX_buffer_region, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
    GL_NV_ES1_1_compatibility, GL_NV_blend_square, GL_NV_conditional_render, 
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float, 
    GL_NV_depth_clamp, GL_NV_explicit_multisample, GL_NV_fence, 
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program, 
    GL_NV_fragment_program2, GL_NV_fragment_program_option, 
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_shader_buffer_load, GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_multisample, 
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, 
    GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
    GL_NV_vertex_array_range2, GL_NV_vertex_buffer_unified_memory, 
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

OpenGL version string: 3.3.0 NVIDIA 331.113
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
....
xorg.log de l'hote :

Code : Tout sélectionner

X.Org X Server 1.15.1
Release Date: 2014-04-13
[    27.551] X Protocol Version 11, Revision 0
[    27.551] Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
[    27.551] Current Operating System: Linux bardwell 3.13.0-54-generic #91-Ubuntu SMP Tue May 26 19:15:08 UTC 2015 x86_64
[    27.551] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-54-generic root=UUID=f213db3b-bc13-4830-90d9-462d040f3f05 ro quiet splash
[    27.551] Build Date: 12 February 2015  02:49:29PM
[    27.551] xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) 
[    27.551] Current version of pixman: 0.30.2
[    27.551] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    27.551] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.551] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun  8 10:59:24 2015
[    27.663] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.803] (==) No Layout section.  Using the first Screen section.
[    27.803] (==) No screen section available. Using defaults.
[    27.803] (**) |-->Screen "Default Screen Section" (0)
[    27.803] (**) |   |-->Monitor "<default monitor>"
[    27.804] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    27.804] (==) Automatically adding devices
[    27.804] (==) Automatically enabling devices
[    27.804] (==) Automatically adding GPU devices
[    27.845] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    27.845] 	Entry deleted from font path.
[    27.899] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    27.899] 	Entry deleted from font path.
[    27.941] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    27.941] 	Entry deleted from font path.
[    27.941] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	built-ins
[    27.941] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    27.941] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    27.941] (II) Loader magic: 0x7f069bbe3d40
[    27.941] (II) Module ABI versions:
[    27.941] 	X.Org ANSI C Emulation: 0.4
[    27.941] 	X.Org Video Driver: 15.0
[    27.941] 	X.Org XInput driver : 20.0
[    27.941] 	X.Org Server Extension : 8.0
[    27.941] (II) xfree86: Adding drm device (/dev/dri/card0)
[    27.942] (--) PCI:*(0:1:0:0) 10de:0a65:1458:3530 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    27.953] Initializing built-in extension Generic Event Extension
[    27.953] Initializing built-in extension SHAPE
[    27.953] Initializing built-in extension MIT-SHM
[    27.953] Initializing built-in extension XInputExtension
[    27.953] Initializing built-in extension XTEST
[    27.953] Initializing built-in extension BIG-REQUESTS
[    27.953] Initializing built-in extension SYNC
[    27.953] Initializing built-in extension XKEYBOARD
[    27.953] Initializing built-in extension XC-MISC
[    27.953] Initializing built-in extension SECURITY
[    27.953] Initializing built-in extension XINERAMA
[    27.953] Initializing built-in extension XFIXES
[    27.953] Initializing built-in extension RENDER
[    27.953] Initializing built-in extension RANDR
[    27.953] Initializing built-in extension COMPOSITE
[    27.953] Initializing built-in extension DAMAGE
[    27.953] Initializing built-in extension MIT-SCREEN-SAVER
[    27.953] Initializing built-in extension DOUBLE-BUFFER
[    27.953] Initializing built-in extension RECORD
[    27.953] Initializing built-in extension DPMS
[    27.953] Initializing built-in extension Present
[    27.953] Initializing built-in extension DRI3
[    27.953] Initializing built-in extension X-Resource
[    27.953] Initializing built-in extension XVideo
[    27.953] Initializing built-in extension XVideo-MotionCompensation
[    27.953] Initializing built-in extension SELinux
[    27.953] Initializing built-in extension XFree86-VidModeExtension
[    27.953] Initializing built-in extension XFree86-DGA
[    27.953] Initializing built-in extension XFree86-DRI
[    27.953] Initializing built-in extension DRI2
[    27.953] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    27.953] (II) "glx" will be loaded by default.
[    27.953] (WW) "xmir" is not to be loaded by default. Skipping.
[    27.953] (II) LoadModule: "glx"
[    27.983] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[    29.210] (II) Module glx: vendor="NVIDIA Corporation"
[    29.210] 	compiled for 4.0.2, module version = 1.0.0
[    29.210] 	Module class: X.Org Server Extension
[    29.210] (II) NVIDIA GLX Module  331.113  Mon Dec  1 20:24:35 PST 2014
[    29.221] Loading extension GLX
[    29.221] (==) Matched nvidia as autoconfigured driver 0
[    29.221] (==) Matched nouveau as autoconfigured driver 1
[    29.221] (==) Matched nvidia as autoconfigured driver 2
[    29.221] (==) Matched nouveau as autoconfigured driver 3
[    29.221] (==) Matched modesetting as autoconfigured driver 4
[    29.221] (==) Matched fbdev as autoconfigured driver 5
[    29.221] (==) Matched vesa as autoconfigured driver 6
[    29.221] (==) Assigned the driver to the xf86ConfigLayout
[    29.221] (II) LoadModule: "nvidia"
[    29.221] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    29.288] (II) Module nvidia: vendor="NVIDIA Corporation"
[    29.288] 	compiled for 4.0.2, module version = 1.0.0
[    29.288] 	Module class: X.Org Video Driver
[    29.291] (II) LoadModule: "nouveau"
[    29.305] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    29.325] (II) Module nouveau: vendor="X.Org Foundation"
[    29.325] 	compiled for 1.15.0, module version = 1.0.10
[    29.325] 	Module class: X.Org Video Driver
[    29.325] 	ABI class: X.Org Video Driver, version 15.0
[    29.325] (II) LoadModule: "modesetting"
[    29.325] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    29.336] (II) Module modesetting: vendor="X.Org Foundation"
[    29.336] 	compiled for 1.15.0, module version = 0.8.1
[    29.336] 	Module class: X.Org Video Driver
[    29.336] 	ABI class: X.Org Video Driver, version 15.0
[    29.336] (II) LoadModule: "fbdev"
[    29.336] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    29.345] (II) Module fbdev: vendor="X.Org Foundation"
[    29.345] 	compiled for 1.15.0, module version = 0.4.4
[    29.345] 	Module class: X.Org Video Driver
[    29.345] 	ABI class: X.Org Video Driver, version 15.0
[    29.345] (II) LoadModule: "vesa"
[    29.345] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    29.351] (II) Module vesa: vendor="X.Org Foundation"
[    29.351] 	compiled for 1.15.0, module version = 2.3.3
[    29.351] 	Module class: X.Org Video Driver
[    29.351] 	ABI class: X.Org Video Driver, version 15.0
[    29.351] (II) NVIDIA dlloader X Driver  331.113  Mon Dec  1 20:01:51 PST 2014
[    29.351] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    29.358] (II) NOUVEAU driver Date:   Thu Nov 7 14:56:48 2013 +1000
[    29.358] (II) NOUVEAU driver for NVIDIA chipset families :
[    29.358] 	RIVA TNT        (NV04)
[    29.358] 	RIVA TNT2       (NV05)
[    29.358] 	GeForce 256     (NV10)
[    29.358] 	GeForce 2       (NV11, NV15)
[    29.358] 	GeForce 4MX     (NV17, NV18)
[    29.358] 	GeForce 3       (NV20)
[    29.358] 	GeForce 4Ti     (NV25, NV28)
[    29.358] 	GeForce FX      (NV3x)
[    29.358] 	GeForce 6       (NV4x)
[    29.358] 	GeForce 7       (G7x)
[    29.358] 	GeForce 8       (G8x)
[    29.358] 	GeForce GTX 200 (NVA0)
[    29.358] 	GeForce GTX 400 (NVC0)
[    29.359] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    29.359] (II) FBDEV: driver for framebuffer: fbdev
[    29.359] (II) VESA: driver for VESA chipsets: vesa
[    29.359] (++) using VT number 7

[    29.369] (II) Loading sub module "fb"
[    29.369] (II) LoadModule: "fb"
[    29.380] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.392] (II) Module fb: vendor="X.Org Foundation"
[    29.392] 	compiled for 1.15.1, module version = 1.0.0
[    29.392] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.392] (WW) Unresolved symbol: fbGetGCPrivateKey
[    29.392] (II) Loading sub module "wfb"
[    29.392] (II) LoadModule: "wfb"
[    29.392] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    29.399] (II) Module wfb: vendor="X.Org Foundation"
[    29.399] 	compiled for 1.15.1, module version = 1.0.0
[    29.399] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.399] (II) Loading sub module "ramdac"
[    29.399] (II) LoadModule: "ramdac"
[    29.399] (II) Module "ramdac" already built-in
[    29.411] (WW) Falling back to old probe method for modesetting
[    29.411] (WW) Falling back to old probe method for fbdev
[    29.411] (II) Loading sub module "fbdevhw"
[    29.411] (II) LoadModule: "fbdevhw"
[    29.411] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    29.419] (II) Module fbdevhw: vendor="X.Org Foundation"
[    29.420] 	compiled for 1.15.1, module version = 0.0.2
[    29.420] 	ABI class: X.Org Video Driver, version 15.0
[    29.420] (EE) open /dev/fb0: No such file or directory
[    29.420] (WW) Falling back to old probe method for vesa
[    29.420] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    29.420] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    29.420] (==) NVIDIA(0): RGB weight 888
[    29.420] (==) NVIDIA(0): Default visual is TrueColor
[    29.420] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    29.420] (**) NVIDIA(0): Enabling 2D acceleration
[    30.036] (II) NVIDIA(0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    30.036] (II) NVIDIA(0):     Vision stereo.
[    30.065] (II) NVIDIA(0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    30.065] (II) NVIDIA(0):     stereo.
[    30.065] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[    30.066] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:1:0:0 (GPU-0)
[    30.066] (--) NVIDIA(0): Memory: 1048576 kBytes
[    30.066] (--) NVIDIA(0): VideoBIOS: 70.18.70.00.06
[    30.066] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    30.068] (--) NVIDIA(0): Valid display device(s) on GeForce 210 at PCI:1:0:0
[    30.068] (--) NVIDIA(0):     CRT-0
[    30.068] (--) NVIDIA(0):     DELL E198WFP (CRT-1) (connected)
[    30.068] (--) NVIDIA(0):     HP LA2205 (DFP-0) (boot, connected)
[    30.068] (--) NVIDIA(0):     DFP-1
[    30.068] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    30.068] (--) NVIDIA(0): DELL E198WFP (CRT-1): 400.0 MHz maximum pixel clock
[    30.068] (--) NVIDIA(0): HP LA2205 (DFP-0): Internal Dual Link TMDS
[    30.068] (--) NVIDIA(0): HP LA2205 (DFP-0): 330.0 MHz maximum pixel clock
[    30.068] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[    30.068] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    30.068] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    30.068] (**) NVIDIA(0):     device DELL E198WFP (CRT-1) (Using EDID frequencies has
[    30.068] (**) NVIDIA(0):     been enabled on all display devices.)
[    30.069] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    30.069] (**) NVIDIA(0):     device HP LA2205 (DFP-0) (Using EDID frequencies has been
[    30.069] (**) NVIDIA(0):     enabled on all display devices.)
[    30.070] (==) NVIDIA(0): 
[    30.070] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    30.070] (==) NVIDIA(0):     will be used as the requested mode.
[    30.070] (==) NVIDIA(0): 
[    30.071] (II) NVIDIA(0): Validated MetaModes:
[    30.071] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,CRT-1:nvidia-auto-select"
[    30.071] (II) NVIDIA(0): Virtual screen size determined to be 3120 x 1050
[    30.128] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[    30.128] (--) NVIDIA(0):     option
[    30.128] (II) UnloadModule: "nouveau"
[    30.128] (II) Unloading nouveau
[    30.128] (II) UnloadModule: "modesetting"
[    30.128] (II) Unloading modesetting
[    30.128] (II) UnloadModule: "fbdev"
[    30.128] (II) Unloading fbdev
[    30.128] (II) UnloadSubModule: "fbdevhw"
[    30.128] (II) Unloading fbdevhw
[    30.128] (II) UnloadModule: "vesa"
[    30.128] (II) Unloading vesa
[    30.128] (--) Depth 24 pixmap format is 32 bpp
[    30.128] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    30.132] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,CRT-1:nvidia-auto-select"
[    30.220] Loading extension NV-GLX
[    30.361] (==) NVIDIA(0): Disabling shared memory pixmaps
[    30.361] (==) NVIDIA(0): Backing store enabled
[    30.361] (==) NVIDIA(0): Silken mouse enabled
[    30.367] (==) NVIDIA(0): DPMS enabled
[    30.367] Loading extension NV-CONTROL
[    30.367] Loading extension XINERAMA
[    30.367] (II) Loading sub module "dri2"
[    30.367] (II) LoadModule: "dri2"
[    30.367] (II) Module "dri2" already built-in
[    30.367] (II) NVIDIA(0): [DRI2] Setup complete
[    30.367] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    30.367] (--) RandR disabled
[    30.371] (II) SELinux: Disabled on system
[    30.371] (II) Initializing extension GLX
[    30.579] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    30.590] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    30.590] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.590] (II) LoadModule: "evdev"
[    30.590] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    30.602] (II) Module evdev: vendor="X.Org Foundation"
[    30.602] 	compiled for 1.15.0, module version = 2.8.2
[    30.602] 	Module class: X.Org XInput Driver
[    30.602] 	ABI class: X.Org XInput driver, version 20.0
[    30.602] (II) Using input driver 'evdev' for 'Power Button'
[    30.602] (**) Power Button: always reports core events
[    30.602] (**) evdev: Power Button: Device: "/dev/input/event1"
[    30.602] (--) evdev: Power Button: Vendor 0 Product 0x1
[    30.602] (--) evdev: Power Button: Found keys
[    30.602] (II) evdev: Power Button: Configuring as keyboard
[    30.602] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    30.602] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    30.602] (**) Option "xkb_rules" "evdev"
[    30.602] (**) Option "xkb_model" "pc105"
[    30.602] (**) Option "xkb_layout" "fr"
[    30.602] (**) Option "xkb_variant" "latin9"
[    30.603] (II) XKB: reuse xkmfile /var/lib/xkb/server-816A055A5FF7D63897839A4BDEDC3908551E49DA.xkm
[    30.615] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    30.615] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.615] (II) Using input driver 'evdev' for 'Power Button'
[    30.615] (**) Power Button: always reports core events
[    30.615] (**) evdev: Power Button: Device: "/dev/input/event0"
[    30.615] (--) evdev: Power Button: Vendor 0 Product 0x1
[    30.615] (--) evdev: Power Button: Found keys
[    30.615] (II) evdev: Power Button: Configuring as keyboard
[    30.615] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    30.615] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    30.615] (**) Option "xkb_rules" "evdev"
[    30.615] (**) Option "xkb_model" "pc105"
[    30.615] (**) Option "xkb_layout" "fr"
[    30.615] (**) Option "xkb_variant" "latin9"
[    30.616] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    30.616] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    30.616] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    30.616] (II) No input driver specified, ignoring this device.
[    30.616] (II) This device may have been added with another device file.
[    30.616] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[    30.616] (II) No input driver specified, ignoring this device.
[    30.616] (II) This device may have been added with another device file.
[    30.616] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    30.616] (II) No input driver specified, ignoring this device.
[    30.616] (II) This device may have been added with another device file.
[    30.616] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    30.616] (II) No input driver specified, ignoring this device.
[    30.616] (II) This device may have been added with another device file.
[    30.616] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[    30.616] (II) No input driver specified, ignoring this device.
[    30.616] (II) This device may have been added with another device file.
[    30.616] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[    30.616] (II) No input driver specified, ignoring this device.
[    30.616] (II) This device may have been added with another device file.
[    30.617] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[    30.617] (II) No input driver specified, ignoring this device.
[    30.617] (II) This device may have been added with another device file.
[    30.617] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[    30.617] (II) No input driver specified, ignoring this device.
[    30.617] (II) This device may have been added with another device file.
[    30.617] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event7)
[    30.617] (II) No input driver specified, ignoring this device.
[    30.617] (II) This device may have been added with another device file.
[    30.617] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event6)
[    30.617] (II) No input driver specified, ignoring this device.
[    30.617] (II) This device may have been added with another device file.
[    30.617] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
[    30.617] (II) No input driver specified, ignoring this device.
[    30.617] (II) This device may have been added with another device file.
[    30.617] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
[    30.617] (II) No input driver specified, ignoring this device.
[    30.617] (II) This device may have been added with another device file.
[    30.617] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[    30.617] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.617] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[    30.617] (**) Logitech USB Keyboard: always reports core events
[    30.617] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event2"
[    30.617] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
[    30.617] (--) evdev: Logitech USB Keyboard: Found keys
[    30.617] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[    30.617] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb7/7-1/7-1:1.0/input/input5/event2"
[    30.618] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 8)
[    30.618] (**) Option "xkb_rules" "evdev"
[    30.618] (**) Option "xkb_model" "pc105"
[    30.618] (**) Option "xkb_layout" "fr"
[    30.618] (**) Option "xkb_variant" "latin9"
[    30.618] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event3)
[    30.618] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.618] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[    30.618] (**) Logitech USB Keyboard: always reports core events
[    30.618] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event3"
[    30.618] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
[    30.618] (--) evdev: Logitech USB Keyboard: Found absolute axes
[    30.618] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
[    30.618] (--) evdev: Logitech USB Keyboard: Found keys
[    30.618] (II) evdev: Logitech USB Keyboard: Forcing relative x/y axes to exist.
[    30.618] (II) evdev: Logitech USB Keyboard: Configuring as mouse
[    30.618] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[    30.618] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb7/7-1/7-1:1.1/input/input6/event3"
[    30.618] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[    30.618] (**) Option "xkb_rules" "evdev"
[    30.618] (**) Option "xkb_model" "pc105"
[    30.618] (**) Option "xkb_layout" "fr"
[    30.618] (**) Option "xkb_variant" "latin9"
[    30.618] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
[    30.618] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[    30.618] (**) Logitech USB Keyboard: (accel) acceleration profile 0
[    30.618] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
[    30.618] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
[    30.618] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event5)
[    30.618] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    30.618] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    30.618] (**) Eee PC WMI hotkeys: always reports core events
[    30.618] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event5"
[    30.618] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    30.618] (--) evdev: Eee PC WMI hotkeys: Found keys
[    30.618] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    30.618] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input7/event5"
[    30.618] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 10)
[    30.618] (**) Option "xkb_rules" "evdev"
[    30.618] (**) Option "xkb_model" "pc105"
[    30.618] (**) Option "xkb_layout" "fr"
[    30.618] (**) Option "xkb_variant" "latin9"
[    30.619] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event4)
[    30.619] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    30.619] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[    30.619] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    30.619] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event4"
[    30.619] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
[    30.619] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[    30.619] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[    30.619] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
[    30.619] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[    30.619] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[    30.619] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[    30.619] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[    30.619] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.619] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[    30.619] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 11)
[    30.619] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[    30.619] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[    30.619] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[    30.619] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[    30.619] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[    30.619] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[    30.619] (II) No input driver specified, ignoring this device.
[    30.619] (II) This device may have been added with another device file.
[    37.389] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    37.389] (II) NVIDIA(GPU-0):     Vision stereo.
[    37.418] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    37.418] (II) NVIDIA(GPU-0):     stereo.
[    37.756] (II) NVIDIA(0): Setting mode "VGA-0: nvidia-auto-select @1440x900 +0+0 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}"
[    37.991] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1680x1050 +1440+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}, VGA-0: nvidia-auto-select @1440x900 +0+0 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}"
[    38.670] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    38.670] (II) NVIDIA(GPU-0):     Vision stereo.
[    38.700] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    38.700] (II) NVIDIA(GPU-0):     stereo.
[    51.218] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    51.218] (II) NVIDIA(GPU-0):     Vision stereo.
[    51.248] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    51.248] (II) NVIDIA(GPU-0):     stereo.
[    51.483] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1680x1050 +1440+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}, VGA-0: nvidia-auto-select @1440x900 +1680+0 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}"
[    51.527] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1680x1050 +0+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}, VGA-0: nvidia-auto-select @1440x900 +1680+0 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}"
[    51.744] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    52.667] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    52.667] (II) NVIDIA(GPU-0):     Vision stereo.
[    52.697] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    52.697] (II) NVIDIA(GPU-0):     stereo.
[    54.653] (II) XKB: reuse xkmfile /var/lib/xkb/server-FCE784E457E827DE63A60012DC8F25390069A73C.xkm
[    54.798] (II) XKB: reuse xkmfile /var/lib/xkb/server-FCE784E457E827DE63A60012DC8F25390069A73C.xkm
[    55.314] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    55.314] (II) NVIDIA(GPU-0):     Vision stereo.
[    55.344] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    55.344] (II) NVIDIA(GPU-0):     stereo.
[    55.599] (II) XKB: reuse xkmfile /var/lib/xkb/server-1BB3DE285E70FB9185F4D20DA8259C6A5B347C21.xkm
[    56.222] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    56.222] (II) NVIDIA(GPU-0):     Vision stereo.
[    56.251] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    56.252] (II) NVIDIA(GPU-0):     stereo.
[    63.279] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    63.279] (II) NVIDIA(GPU-0):     Vision stereo.
[    63.309] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    63.309] (II) NVIDIA(GPU-0):     stereo.
[    63.356] (II) NVIDIA(GPU-0): Display (DELL E198WFP (CRT-1)) does not support NVIDIA 3D
[    63.356] (II) NVIDIA(GPU-0):     Vision stereo.
[    63.386] (II) NVIDIA(GPU-0): Display (HP LA2205 (DFP-0)) does not support NVIDIA 3D Vision
[    63.386] (II) NVIDIA(GPU-0):     stereo.
[    78.307] (II) XKB: reuse xkmfile /var/lib/xkb/server-1BB3DE285E70FB9185F4D20DA8259C6A5B347C21.xkm
J'ai bien vu le rapport de bug, j'ai même rajouter un commentaire (n° 31), mais j'ai pas l'impression qu'ils soient particulierment réactif...
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17628
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Virtuabox] pas d'OpenGL

Message par benjarobin »

Pourquoi le display est en :1 et non en :0 ? Comment lances tu ton interface graphique ? As tu plusieurs sessions graphiques de lancées ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
pums974
newbie
Messages : 4
Inscription : mar. 16 juin 2015, 08:45

Re: [Virtuabox] pas d'OpenGL

Message par pums974 »

Je ne sais pas.
Je n'en ai qu'un seul, gdm+gnome-shell, qui démarrent avec le service de gdm
pums974
newbie
Messages : 4
Inscription : mar. 16 juin 2015, 08:45

Re: [Virtuabox] pas d'OpenGL

Message par pums974 »

sans passer par gdm, et en utilisant xinitrc pour lancer gnome-session,
j'ai bien le display :0

mais ca ne change rien...
Répondre