You are not logged in.

#1 2015-10-11 19:35:57

rh995
Member
Registered: 2012-03-09
Posts: 76

[SOLVED] Unable to open qtcreator

When I try to run qtcreator.sh, a window briefly appears before disappearing, and I get the following error message:

QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
QQuickWidget::resizeEvent() no OpenGL context
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
/usr/bin/qtcreator: line 2:  4723 Segmentation fault      (core dumped) QT_LOGGING_TO_CONSOLE=1 qtcreator-bin $@

The exact same thing happens when running qtcreator, or qtcreator-bin.

Does anyone know why this isn't working? Do I need to install some other package to make this run? Any assistance is very much appreciated.

Last edited by rh995 (2015-10-14 03:54:00)

Offline

#2 2015-10-13 05:43:02

zamzing
Member
From: Washington, DC
Registered: 2015-10-08
Posts: 24

Re: [SOLVED] Unable to open qtcreator

Guessing from the error message, you have not installed an OpenGL package for your graphics card, but I'd need more details about your environment to know.  Generally, if you have an ATI card, install mesa-libgl, for NVIDIA install the appropriate nvidia-xxxxx-libgl package.  See the linked wiki of those card drivers for details.

Offline

#3 2015-10-13 11:58:04

rh995
Member
Registered: 2012-03-09
Posts: 76

Re: [SOLVED] Unable to open qtcreator

Thanks for your reply. I have an NVIDIA chip in my machine, with nvidia-libgl installed as well, so this is not the issue.

Offline

#4 2015-10-13 22:51:48

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Unable to open qtcreator

What does

glxinfo

output?


Matt

"It is very difficult to educate the educated."

Offline

#5 2015-10-14 01:19:30

rh995
Member
Registered: 2012-03-09
Posts: 76

Re: [SOLVED] Unable to open qtcreator

glxinfo outputs

name of display: :0
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".

Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".

Offline

#6 2015-10-14 02:45:42

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,740

Re: [SOLVED] Unable to open qtcreator

You need to fix your OpenGL.  This is the  root of the problem; it has nothing to do with qtcreator.

You need glxinfo to do something resembling this

ewaller@turing ~ 1001 %glxinfo
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.0.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_performance_monitor, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_trinary_minmax, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_object_purgeable, GL_ARB_ES2_compatibility, 
    GL_ARB_ES3_compatibility, GL_ARB_base_instance, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
    GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, 
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_derivative_control, 
    GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, 
    GL_ARB_get_texture_sub_image, GL_ARB_gpu_shader5, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multi_draw_indirect, GL_ARB_occlusion_query2, 
    GL_ARB_pipeline_statistics_query, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_sprite, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sample_shading, 
    GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counters, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_packing, GL_ARB_sync, 
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map_array, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, 
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ATI_blend_equation_separate, GL_ATI_texture_float, GL_EXT_abgr, 
    GL_EXT_blend_equation_separate, GL_EXT_draw_buffers2, 
    GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_sRGB, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 
    GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_shader_integer_mix, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, 
    GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, 
    GL_INTEL_performance_query, GL_KHR_context_flush_control, GL_KHR_debug, 
    GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, 
    GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc

OpenGL version string: 3.0 Mesa 11.0.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_performance_monitor, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_trinary_minmax, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_object_purgeable, GL_APPLE_packed_pixels, 
    GL_APPLE_vertex_array_object, GL_ARB_ES2_compatibility, 
    GL_ARB_ES3_compatibility, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_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_copy_image, GL_ARB_debug_output, 
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
    GL_ARB_derivative_control, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, 
    GL_ARB_get_texture_sub_image, 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_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex, 
    GL_ARB_robustness, GL_ARB_sample_shading, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_image_size, GL_ARB_shader_objects, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, 
    GL_ARB_shadow, GL_ARB_sync, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, 
    GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, 
    GL_ARB_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_env_combine3, 
    GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_polygon_offset, GL_EXT_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_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, 
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_INTEL_performance_query, GL_KHR_context_flush_control, GL_KHR_debug, 
    GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_MESA_window_pos, 
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, 
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_blend_minmax, 
    GL_EXT_color_buffer_float, GL_EXT_discard_framebuffer, 
    GL_EXT_draw_buffers, GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, 
    GL_EXT_read_format_bgra, GL_EXT_separate_shader_objects, 
    GL_EXT_shader_integer_mix, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, 
    GL_EXT_texture_rg, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_unpack_subimage, GL_INTEL_performance_query, 
    GL_KHR_context_flush_control, GL_NV_draw_buffers, 
    GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_NV_read_depth, 
    GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image, 
    GL_OES_EGL_image_external, GL_OES_EGL_sync, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_depth24, GL_OES_depth_texture, 
    GL_OES_depth_texture_cube_map, GL_OES_element_index_uint, 
    GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer, 
    GL_OES_packed_depth_stencil, GL_OES_rgb8_rgba8, 
    GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context, 
    GL_OES_texture_3D, GL_OES_texture_float, GL_OES_texture_float_linear, 
    GL_OES_texture_half_float, GL_OES_texture_half_float_linear, 
    GL_OES_texture_npot, GL_OES_vertex_array_object

40 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x020 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x021 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ae 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0af 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0b0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b1 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b2 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b4 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b5 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0b6 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b7 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0b8 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0b9 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0ba 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0bb 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x0bc 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0bd 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0be 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0bf 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None
0x0c0 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0c1 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0c2 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0c3 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0c4 24 dc  0  24  0 r  . .   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 24  8  0  0  0  0  0 0 None
0x0c6 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0c7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0c8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0c9 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ca 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0cb 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0cc 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0cd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0ce 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x0cf 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0d0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0d1 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0d2 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None
0x06d 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

64 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
----------------------------------------------------------------------------
0x06e  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06f  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x070  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x071  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x072  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x073  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x074 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x075 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x076 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x077 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x078 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x079 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
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  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07c  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x07d  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x07e 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x07f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x080 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x081 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x082  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 None
0x083  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 None
0x084  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  4 1 None
0x085  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  8 1 None
0x086 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x087 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x088 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x089 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x08a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x08b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x08c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x08d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None
0x08e  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x08f  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x090  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x091  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x092  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x093  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x094 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x095 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x096 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x097 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x098 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x099 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x09a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x09b 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x09c  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x09d  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x09e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0a0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0a1 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0a2  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0a3  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0a4  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  4 1 None
0x0a5  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  8 1 None
0x0a6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0a7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0a8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0a9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x0aa 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0ab 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0ac 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0ad 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None

ewaller@turing ~ 1002 %

Last edited by ewaller (2015-10-14 02:47:12)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2015-10-14 03:53:33

rh995
Member
Registered: 2012-03-09
Posts: 76

Re: [SOLVED] Unable to open qtcreator

Problem was solved by replacing nvidia-libgl with mesa-libgl on my machine. I still am unsure, however, about why this is the case. Shouldn't nvidia-libgl be superior to mesa because it knows more about my hardware? I'd appreciate understanding why this problem occurred in the first place.

Edit: interesting note, glxinfo still does not output something similar to what you pasted in. Here is what I get:

name of display: :0
Error: couldn't find RGB GLX visual or fbconfig

Last edited by rh995 (2015-10-14 03:57:55)

Offline

#8 2015-10-14 08:16:01

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Unable to open qtcreator

then you simply had nvidia-libgl without the corresponding nvidia and nvidia-utils package installed  go read the corresponding wiki entries linked earlier. that remaining error still points to something being broken... let's stop the guessing game:

  • what is your nvidia chip? (are you on a notebook? chances are you aren't going to be able to directly communicate with it look into bumblebee and optimus in the wiki)

  • contents of /var/log/Xorg.0.log

Offline

#9 2015-10-14 10:37:45

zamzing
Member
From: Washington, DC
Registered: 2015-10-08
Posts: 24

Re: [SOLVED] Unable to open qtcreator

rh995 wrote:

interesting note, glxinfo still does not output something similar...

I would clean out and reinstall the graphics drivers per the wiki.  First, know exactly what chip you have. You can use:

 $ hwinfo --gfxcard 

Then simply make sure you have the right drivers for that chip; verify on NVIDIA's site.

Offline

#10 2015-10-14 18:48:43

rh995
Member
Registered: 2012-03-09
Posts: 76

Re: [SOLVED] Unable to open qtcreator

After reboot, glxinfo outputs something reasonable. It's slightly odd that a reboot was required, but I'm willing to accept it.

These answers to questions might not matter anymore because it's fixed entirely, but here we go.
Contents of /var/log/Xorg.0.log:

[     8.401] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[     8.401] X Protocol Version 11, Revision 0
[     8.401] Build Operating System: Linux 4.0.4-2-ARCH x86_64 
[     8.401] Current Operating System: Linux rays-computer 4.2.2-1-ARCH #1 SMP PREEMPT Tue Sep 29 22:21:33 CEST 2015 x86_64
[     8.401] Kernel command line: \vmlinuz-linux rw root=UUID=4a1f2d54-1f3b-49fc-9058-c7ab42076682 initrd=intel-ucode.img initrd=initramfs-linux.img rootflags=rw,relatime,space_cache
[     8.401] Build Date: 17 July 2015  05:38:19PM
[     8.401]  
[     8.401] Current version of pixman: 0.32.8
[     8.401] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     8.401] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.401] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 14 10:34:56 2015
[     8.431] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.431] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.431] (==) No Layout section.  Using the first Screen section.
[     8.431] (==) No screen section available. Using defaults.
[     8.431] (**) |-->Screen "Default Screen Section" (0)
[     8.431] (**) |   |-->Monitor "<default monitor>"
[     8.431] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     8.431] (==) Automatically adding devices
[     8.431] (==) Automatically enabling devices
[     8.431] (==) Automatically adding GPU devices
[     8.525] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     8.525] 	Entry deleted from font path.
[     8.525] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     8.525] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     8.525] 	Entry deleted from font path.
[     8.525] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     8.525] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[     8.525] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.525] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.525] (II) Loader magic: 0x817d60
[     8.525] (II) Module ABI versions:
[     8.525] 	X.Org ANSI C Emulation: 0.4
[     8.525] 	X.Org Video Driver: 19.0
[     8.525] 	X.Org XInput driver : 21.1
[     8.525] 	X.Org Server Extension : 9.0
[     8.526] (EE) systemd-logind: failed to get session: PID 393 does not belong to any known session
[     8.526] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.527] (--) PCI:*(0:1:0:0) 10de:1187:3842:2765 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     8.527] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     8.527] (II) LoadModule: "glx"
[     8.534] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.969] (II) Module glx: vendor="X.Org Foundation"
[     8.969] 	compiled for 1.17.2, module version = 1.0.0
[     8.969] 	ABI class: X.Org Server Extension, version 9.0
[     8.969] (==) AIGLX enabled
[     8.969] (==) Matched nouveau as autoconfigured driver 0
[     8.969] (==) Matched nv as autoconfigured driver 1
[     8.969] (==) Matched nouveau as autoconfigured driver 2
[     8.969] (==) Matched nv as autoconfigured driver 3
[     8.969] (==) Matched modesetting as autoconfigured driver 4
[     8.969] (==) Matched fbdev as autoconfigured driver 5
[     8.969] (==) Matched vesa as autoconfigured driver 6
[     8.969] (==) Assigned the driver to the xf86ConfigLayout
[     8.969] (II) LoadModule: "nouveau"
[     8.969] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     9.036] (II) Module nouveau: vendor="X.Org Foundation"
[     9.036] 	compiled for 1.17.0, module version = 1.0.11
[     9.036] 	Module class: X.Org Video Driver
[     9.036] 	ABI class: X.Org Video Driver, version 19.0
[     9.036] (II) LoadModule: "nv"
[     9.052] (WW) Warning, couldn't open module nv
[     9.052] (II) UnloadModule: "nv"
[     9.052] (II) Unloading nv
[     9.052] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.052] (II) LoadModule: "modesetting"
[     9.052] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.104] (II) Module modesetting: vendor="X.Org Foundation"
[     9.104] 	compiled for 1.17.2, module version = 1.17.2
[     9.104] 	Module class: X.Org Video Driver
[     9.104] 	ABI class: X.Org Video Driver, version 19.0
[     9.104] (II) LoadModule: "fbdev"
[     9.104] (WW) Warning, couldn't open module fbdev
[     9.104] (II) UnloadModule: "fbdev"
[     9.105] (II) Unloading fbdev
[     9.105] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.105] (II) LoadModule: "vesa"
[     9.105] (WW) Warning, couldn't open module vesa
[     9.105] (II) UnloadModule: "vesa"
[     9.105] (II) Unloading vesa
[     9.105] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.105] (II) NOUVEAU driver 
[     9.105] (II) NOUVEAU driver for NVIDIA chipset families :
[     9.105] 	RIVA TNT        (NV04)
[     9.105] 	RIVA TNT2       (NV05)
[     9.105] 	GeForce 256     (NV10)
[     9.105] 	GeForce 2       (NV11, NV15)
[     9.105] 	GeForce 4MX     (NV17, NV18)
[     9.105] 	GeForce 3       (NV20)
[     9.105] 	GeForce 4Ti     (NV25, NV28)
[     9.105] 	GeForce FX      (NV3x)
[     9.105] 	GeForce 6       (NV4x)
[     9.105] 	GeForce 7       (G7x)
[     9.105] 	GeForce 8       (G8x)
[     9.105] 	GeForce GTX 200 (NVA0)
[     9.105] 	GeForce GTX 400 (NVC0)
[     9.105] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.105] (++) using VT number 1

[     9.105] (II) [drm] nouveau interface version: 1.2.2
[     9.105] (WW) Falling back to old probe method for modesetting
[     9.105] (II) Loading sub module "dri2"
[     9.105] (II) LoadModule: "dri2"
[     9.105] (II) Module "dri2" already built-in
[     9.105] (--) NOUVEAU(0): Chipset: "NVIDIA NVE4"
[     9.105] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.105] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[     9.105] (==) NOUVEAU(0): RGB weight 888
[     9.105] (==) NOUVEAU(0): Default visual is TrueColor
[     9.105] (==) NOUVEAU(0): Using HW cursor
[     9.105] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[     9.105] (==) NOUVEAU(0): Page flipping enabled
[     9.105] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[     9.105] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[     9.105] (II) NOUVEAU(0): Initializing outputs ...
[     9.135] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[     9.136] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[     9.137] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[     9.190] (II) NOUVEAU(0): Output DP-1 has no monitor section
[     9.190] (II) NOUVEAU(0): 4 crtcs needed for screen.
[     9.193] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[     9.193] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[     9.193] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[     9.193] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[     9.223] (II) NOUVEAU(0): EDID for output DVI-I-1
[     9.223] (II) NOUVEAU(0): Manufacturer: ACI  Model: 2494  Serial#: 16843009
[     9.223] (II) NOUVEAU(0): Year: 2012  Week: 24
[     9.223] (II) NOUVEAU(0): EDID Version: 1.3
[     9.223] (II) NOUVEAU(0): Digital Display Input
[     9.223] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[     9.223] (II) NOUVEAU(0): Gamma: 2.20
[     9.223] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[     9.223] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.223] (II) NOUVEAU(0): First detailed timing is preferred mode
[     9.223] (II) NOUVEAU(0): redX: 0.650 redY: 0.333   greenX: 0.332 greenY: 0.623
[     9.223] (II) NOUVEAU(0): blueX: 0.157 blueY: 0.053   whiteX: 0.313 whiteY: 0.329
[     9.223] (II) NOUVEAU(0): Supported established timings:
[     9.223] (II) NOUVEAU(0): 720x400@70Hz
[     9.223] (II) NOUVEAU(0): 640x480@60Hz
[     9.223] (II) NOUVEAU(0): 640x480@67Hz
[     9.223] (II) NOUVEAU(0): 640x480@72Hz
[     9.223] (II) NOUVEAU(0): 640x480@75Hz
[     9.223] (II) NOUVEAU(0): 800x600@56Hz
[     9.223] (II) NOUVEAU(0): 800x600@60Hz
[     9.223] (II) NOUVEAU(0): 800x600@72Hz
[     9.223] (II) NOUVEAU(0): 800x600@75Hz
[     9.223] (II) NOUVEAU(0): 832x624@75Hz
[     9.223] (II) NOUVEAU(0): 1024x768@60Hz
[     9.223] (II) NOUVEAU(0): 1024x768@70Hz
[     9.223] (II) NOUVEAU(0): 1024x768@75Hz
[     9.223] (II) NOUVEAU(0): 1280x1024@75Hz
[     9.223] (II) NOUVEAU(0): Manufacturer's mask: 0
[     9.223] (II) NOUVEAU(0): Supported standard timings:
[     9.223] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.223] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.223] (II) NOUVEAU(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     9.223] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     9.223] (II) NOUVEAU(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     9.223] (II) NOUVEAU(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     9.223] (II) NOUVEAU(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[     9.223] (II) NOUVEAU(0): Supported detailed timing:
[     9.223] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
[     9.223] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     9.223] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     9.223] (II) NOUVEAU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[     9.223] (II) NOUVEAU(0): Monitor name: VE248
[     9.223] (II) NOUVEAU(0): Serial No: C6LMQS043620
[     9.223] (II) NOUVEAU(0): EDID (in hex):
[     9.223] (II) NOUVEAU(0): 	00ffffffffffff000469942401010101
[     9.223] (II) NOUVEAU(0): 	1816010380351e78ea9265a655559f28
[     9.223] (II) NOUVEAU(0): 	0d5054bfef00714f818081409500a940
[     9.223] (II) NOUVEAU(0): 	b300d1c00101023a801871382d40582c
[     9.223] (II) NOUVEAU(0): 	4500132b2100001e000000fd00324c1e
[     9.223] (II) NOUVEAU(0): 	5311000a202020202020000000fc0056
[     9.223] (II) NOUVEAU(0): 	453234380a20202020202020000000ff
[     9.223] (II) NOUVEAU(0): 	0043364c4d51533034333632300a00bf
[     9.223] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[     9.223] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     9.223] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.223] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.224] (II) NOUVEAU(0): EDID for output DVI-D-1
[     9.225] (II) NOUVEAU(0): EDID for output HDMI-1
[     9.276] (II) NOUVEAU(0): EDID for output DP-1
[     9.276] (II) NOUVEAU(0): Output DVI-I-1 connected
[     9.276] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[     9.276] (II) NOUVEAU(0): Output HDMI-1 disconnected
[     9.276] (II) NOUVEAU(0): Output DP-1 disconnected
[     9.276] (II) NOUVEAU(0): Using exact sizes for initial modes
[     9.276] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
[     9.276] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     9.276] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[     9.276] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     9.276] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[     9.276] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
[     9.276] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[     9.276] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[     9.276] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[     9.276] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[     9.276] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[     9.276] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.276] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[     9.276] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.276] (==) NOUVEAU(0): DPI set to (96, 96)
[     9.276] (II) Loading sub module "fb"
[     9.276] (II) LoadModule: "fb"
[     9.276] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.283] (II) Module fb: vendor="X.Org Foundation"
[     9.283] 	compiled for 1.17.2, module version = 1.0.0
[     9.283] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.283] (II) Loading sub module "shadowfb"
[     9.283] (II) LoadModule: "shadowfb"
[     9.283] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[     9.318] (II) Module shadowfb: vendor="X.Org Foundation"
[     9.318] 	compiled for 1.17.2, module version = 1.0.0
[     9.318] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.318] (II) UnloadModule: "modesetting"
[     9.318] (II) Unloading modesetting
[     9.318] (--) Depth 24 pixmap format is 32 bpp
[     9.324] (II) NOUVEAU(0): Channel setup complete.
[     9.325] (II) NOUVEAU(0): [COPY] async initialised.
[     9.325] (II) NOUVEAU(0): [DRI2] Setup complete
[     9.325] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[     9.325] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[     9.325] (II) Loading sub module "exa"
[     9.325] (II) LoadModule: "exa"
[     9.325] (II) Loading /usr/lib/xorg/modules/libexa.so
[     9.326] (II) Module exa: vendor="X.Org Foundation"
[     9.326] 	compiled for 1.17.2, module version = 2.6.0
[     9.326] 	ABI class: X.Org Video Driver, version 19.0
[     9.326] (II) EXA(0): Driver allocated offscreen pixmaps
[     9.326] (II) EXA(0): Driver registered support for the following operations:
[     9.326] (II)         Solid
[     9.326] (II)         Copy
[     9.326] (II)         Composite (RENDER acceleration)
[     9.326] (II)         UploadToScreen
[     9.326] (II)         DownloadFromScreen
[     9.326] (==) NOUVEAU(0): Backing store enabled
[     9.326] (==) NOUVEAU(0): Silken mouse enabled
[     9.326] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[     9.326] (II) NOUVEAU(0): [XvMC] Extension initialized.
[     9.326] (==) NOUVEAU(0): DPMS enabled
[     9.326] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     9.326] (--) RandR disabled
[    10.514] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    10.514] (II) AIGLX: enabled GLX_ARB_create_context
[    10.514] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    10.514] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    10.514] (II) AIGLX: enabled GLX_INTEL_swap_event
[    10.514] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    10.514] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    10.514] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    10.514] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    10.515] (II) AIGLX: Loaded and initialized nouveau
[    10.515] (II) GLX: Initialized DRI2 GL provider for screen 0
[    10.516] (II) NOUVEAU(0): NVEnterVT is called.
[    10.533] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
[    10.533] resize called 1920 1080
[    10.927] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    10.927] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.927] (**) Power Button: Applying InputClass "system-keyboard"
[    10.927] (II) LoadModule: "evdev"
[    10.927] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.010] (II) Module evdev: vendor="X.Org Foundation"
[    11.010] 	compiled for 1.17.1, module version = 2.9.2
[    11.010] 	Module class: X.Org XInput Driver
[    11.010] 	ABI class: X.Org XInput driver, version 21.0
[    11.010] (II) Using input driver 'evdev' for 'Power Button'
[    11.010] (**) Power Button: always reports core events
[    11.010] (**) evdev: Power Button: Device: "/dev/input/event6"
[    11.010] (--) evdev: Power Button: Vendor 0 Product 0x1
[    11.010] (--) evdev: Power Button: Found keys
[    11.010] (II) evdev: Power Button: Configuring as keyboard
[    11.010] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[    11.010] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    11.010] (**) Option "xkb_rules" "evdev"
[    11.010] (**) Option "xkb_model" "pc104"
[    11.010] (**) Option "xkb_layout" "dvp"
[    11.027] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    11.027] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.027] (**) Power Button: Applying InputClass "system-keyboard"
[    11.027] (II) Using input driver 'evdev' for 'Power Button'
[    11.027] (**) Power Button: always reports core events
[    11.027] (**) evdev: Power Button: Device: "/dev/input/event5"
[    11.027] (--) evdev: Power Button: Vendor 0 Product 0x1
[    11.027] (--) evdev: Power Button: Found keys
[    11.027] (II) evdev: Power Button: Configuring as keyboard
[    11.027] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[    11.027] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    11.027] (**) Option "xkb_rules" "evdev"
[    11.027] (**) Option "xkb_model" "pc104"
[    11.027] (**) Option "xkb_layout" "dvp"
[    11.028] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    11.028] (II) No input driver specified, ignoring this device.
[    11.028] (II) This device may have been added with another device file.
[    11.028] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[    11.028] (II) No input driver specified, ignoring this device.
[    11.028] (II) This device may have been added with another device file.
[    11.028] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[    11.028] (II) No input driver specified, ignoring this device.
[    11.028] (II) This device may have been added with another device file.
[    11.028] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[    11.028] (II) No input driver specified, ignoring this device.
[    11.028] (II) This device may have been added with another device file.
[    11.028] (II) config/udev: Adding input device USB Sound Device         (/dev/input/event4)
[    11.028] (**) USB Sound Device        : Applying InputClass "evdev keyboard catchall"
[    11.028] (**) USB Sound Device        : Applying InputClass "system-keyboard"
[    11.028] (II) Using input driver 'evdev' for 'USB Sound Device        '
[    11.028] (**) USB Sound Device        : always reports core events
[    11.028] (**) evdev: USB Sound Device        : Device: "/dev/input/event4"
[    11.028] (--) evdev: USB Sound Device        : Vendor 0xd8c Product 0x102
[    11.028] (--) evdev: USB Sound Device        : Found keys
[    11.028] (II) evdev: USB Sound Device        : Configuring as keyboard
[    11.028] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.3/0003:0D8C:0102.0004/input/input4/event4"
[    11.028] (II) XINPUT: Adding extended input device "USB Sound Device        " (type: KEYBOARD, id 8)
[    11.028] (**) Option "xkb_rules" "evdev"
[    11.028] (**) Option "xkb_model" "pc104"
[    11.028] (**) Option "xkb_layout" "dvp"
[    11.029] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event1)
[    11.029] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev pointer catchall"
[    11.029] (**) Razer Razer DeathAdder 2013: Applying InputClass "My Mouse"
[    11.029] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder 2013'
[    11.029] (**) Razer Razer DeathAdder 2013: always reports core events
[    11.029] (**) evdev: Razer Razer DeathAdder 2013: Device: "/dev/input/event1"
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Vendor 0x1532 Product 0x37
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found 9 mouse buttons
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found scroll wheel(s)
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found relative axes
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found x and y relative axes
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: Configuring as mouse
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: Adding scrollwheel support
[    11.080] (**) evdev: Razer Razer DeathAdder 2013: YAxisMapping: buttons 4 and 5
[    11.080] (**) evdev: Razer Razer DeathAdder 2013: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:1532:0037.0007/input/input23/event1"
[    11.080] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 9)
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: initialized for relative axes.
[    11.080] (**) Option "AccelerationScheme" "none"
[    11.080] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
[    11.080] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[    11.080] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[    11.080] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/mouse0)
[    11.080] (**) Razer Razer DeathAdder 2013: Applying InputClass "My Mouse"
[    11.080] (II) No input driver specified, ignoring this device.
[    11.080] (II) This device may have been added with another device file.
[    11.080] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event2)
[    11.080] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev keyboard catchall"
[    11.080] (**) Razer Razer DeathAdder 2013: Applying InputClass "system-keyboard"
[    11.080] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder 2013'
[    11.080] (**) Razer Razer DeathAdder 2013: always reports core events
[    11.080] (**) evdev: Razer Razer DeathAdder 2013: Device: "/dev/input/event2"
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Vendor 0x1532 Product 0x37
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found 1 mouse buttons
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found scroll wheel(s)
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found relative axes
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: Forcing relative x/y axes to exist.
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found absolute axes
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found absolute multitouch axes
[    11.080] (--) evdev: Razer Razer DeathAdder 2013: Found keys
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: Configuring as mouse
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: Configuring as keyboard
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: Adding scrollwheel support
[    11.080] (**) evdev: Razer Razer DeathAdder 2013: YAxisMapping: buttons 4 and 5
[    11.080] (**) evdev: Razer Razer DeathAdder 2013: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:1532:0037.0002/input/input2/event2"
[    11.080] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 10)
[    11.080] (**) Option "xkb_rules" "evdev"
[    11.080] (**) Option "xkb_model" "pc104"
[    11.080] (**) Option "xkb_layout" "dvp"
[    11.080] (II) evdev: Razer Razer DeathAdder 2013: initialized for relative axes.
[    11.080] (WW) evdev: Razer Razer DeathAdder 2013: ignoring absolute axes.
[    11.080] (**) Razer Razer DeathAdder 2013: (accel) keeping acceleration scheme 1
[    11.080] (**) Razer Razer DeathAdder 2013: (accel) acceleration profile 0
[    11.080] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[    11.080] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[    11.081] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event3)
[    11.081] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev keyboard catchall"
[    11.081] (**) Razer Razer DeathAdder 2013: Applying InputClass "system-keyboard"
[    11.081] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder 2013'
[    11.081] (**) Razer Razer DeathAdder 2013: always reports core events
[    11.081] (**) evdev: Razer Razer DeathAdder 2013: Device: "/dev/input/event3"
[    11.081] (--) evdev: Razer Razer DeathAdder 2013: Vendor 0x1532 Product 0x37
[    11.081] (--) evdev: Razer Razer DeathAdder 2013: Found keys
[    11.081] (II) evdev: Razer Razer DeathAdder 2013: Configuring as keyboard
[    11.081] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:1532:0037.0003/input/input3/event3"
[    11.081] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 11)
[    11.081] (**) Option "xkb_rules" "evdev"
[    11.081] (**) Option "xkb_model" "pc104"
[    11.081] (**) Option "xkb_layout" "dvp"
[    11.081] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[    11.081] (II) No input driver specified, ignoring this device.
[    11.081] (II) This device may have been added with another device file.
[    11.081] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
[    11.081] (II) No input driver specified, ignoring this device.
[    11.081] (II) This device may have been added with another device file.
[    11.081] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
[    11.081] (II) No input driver specified, ignoring this device.
[    11.081] (II) This device may have been added with another device file.
[    11.081] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
[    11.081] (II) No input driver specified, ignoring this device.
[    11.081] (II) This device may have been added with another device file.
[    11.082] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event14)
[    11.082] (II) No input driver specified, ignoring this device.
[    11.082] (II) This device may have been added with another device file.
[    11.082] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[    11.082] (II) No input driver specified, ignoring this device.
[    11.082] (II) This device may have been added with another device file.
[    11.082] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    11.082] (II) No input driver specified, ignoring this device.
[    11.082] (II) This device may have been added with another device file.
[    11.082] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[    11.082] (II) No input driver specified, ignoring this device.
[    11.082] (II) This device may have been added with another device file.
[    11.082] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[    11.082] (II) No input driver specified, ignoring this device.
[    11.082] (II) This device may have been added with another device file.
[    11.082] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    11.082] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    11.082] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    11.082] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    11.082] (**) AT Translated Set 2 keyboard: always reports core events
[    11.082] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    11.082] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    11.082] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    11.082] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    11.082] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    11.082] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    11.082] (**) Option "xkb_rules" "evdev"
[    11.082] (**) Option "xkb_model" "pc104"
[    11.082] (**) Option "xkb_layout" "dvp"
[    11.083] (II) config/udev: Adding input device PC Speaker (/dev/input/event16)
[    11.083] (II) No input driver specified, ignoring this device.
[    11.083] (II) This device may have been added with another device file.
[    11.085] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/mouse0)
[    11.085] (**) Razer Razer DeathAdder 2013: Applying InputClass "My Mouse"
[    11.085] (II) No input driver specified, ignoring this device.
[    11.085] (II) This device may have been added with another device file.
[    11.085] (II) config/udev: removing device Razer Razer DeathAdder 2013
[    11.113] (II) evdev: Razer Razer DeathAdder 2013: Close
[    11.113] (II) UnloadModule: "evdev"
[    11.113] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event1)
[    11.113] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev pointer catchall"
[    11.113] (**) Razer Razer DeathAdder 2013: Applying InputClass "My Mouse"
[    11.113] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder 2013'
[    11.113] (**) Razer Razer DeathAdder 2013: always reports core events
[    11.113] (**) evdev: Razer Razer DeathAdder 2013: Device: "/dev/input/event1"
[    11.166] (--) evdev: Razer Razer DeathAdder 2013: Vendor 0x1532 Product 0x37
[    11.166] (--) evdev: Razer Razer DeathAdder 2013: Found 9 mouse buttons
[    11.166] (--) evdev: Razer Razer DeathAdder 2013: Found scroll wheel(s)
[    11.166] (--) evdev: Razer Razer DeathAdder 2013: Found relative axes
[    11.166] (--) evdev: Razer Razer DeathAdder 2013: Found x and y relative axes
[    11.166] (II) evdev: Razer Razer DeathAdder 2013: Configuring as mouse
[    11.166] (II) evdev: Razer Razer DeathAdder 2013: Adding scrollwheel support
[    11.166] (**) evdev: Razer Razer DeathAdder 2013: YAxisMapping: buttons 4 and 5
[    11.166] (**) evdev: Razer Razer DeathAdder 2013: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.166] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:1532:0037.0007/input/input23/event1"
[    11.166] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 9)
[    11.166] (II) evdev: Razer Razer DeathAdder 2013: initialized for relative axes.
[    11.166] (**) Option "AccelerationScheme" "none"
[    11.166] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
[    11.166] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[    11.166] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[    30.673] (II) NOUVEAU(0): EDID vendor "ACI", prod id 9364
[    30.673] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    30.673] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    30.673] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    30.673] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    30.673] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    30.673] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    36.547] (II) NOUVEAU(0): EDID vendor "ACI", prod id 9364
[    36.547] (II) NOUVEAU(0): Using hsync ranges from config file
[    36.547] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    36.547] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    36.547] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    36.547] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    36.547] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    36.629] (II) NOUVEAU(0): EDID vendor "ACI", prod id 9364
[    36.629] (II) NOUVEAU(0): Using hsync ranges from config file
[    36.630] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    36.630] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    36.630] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    36.630] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    36.630] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)

NVIDIA chip: GTX 760

By the way, I'm using nouveau rather than the proprietary nvidia drivers, and I'm guessing at this point that this is what was causing the problem. Perhaps nvidia-opengl only functions when installed with nvidia, rather than nouveau? I couldn't find this fact mentioned on the wiki, however, so it's a bit confusing.

Offline

#11 2015-10-14 19:10:47

zamzing
Member
From: Washington, DC
Registered: 2015-10-08
Posts: 24

Re: [SOLVED] Unable to open qtcreator

rh995 wrote:

I'm using nouveau rather than the proprietary nvidia drivers

Then you have what you need. Per Nouveau wiki: "For OpenGL support, also install mesa-libgl, and lib32-mesa-libgl when using multilib."
Enjoy.

Offline

#12 2015-10-14 19:12:07

rh995
Member
Registered: 2012-03-09
Posts: 76

Re: [SOLVED] Unable to open qtcreator

Thanks to everyone for the help.

Offline

Board footer

Powered by FluxBB