Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 30/10/2011, à 09:36

Destroyers

Problème, extention GLX [RESOLU]

NOTE: le problème à été résolu au post 13, mais un nouveau problèmes est lancé au post 14.

Bonjour à tous.
Dans la section programmation, on m'a dit que je trouverai des réponses ici.
donc je poste mon problème: (Lien vers l'autre discution).

quand je lance un programme graphique de ma création (qui se contente d'ouvrir une fenêtre noire et de compter ses fps), et qui marchais très bien avec Ubuntu 10.04, ne fonctionne plus sous oneric ocelot,
voici ce que j'obtiens:

denis@colibri:~/programmation/C++/bordel$ ./fps
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".
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".
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".
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
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".
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".
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".
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  8 (X_MapWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  8
  Current serial number in output stream:  9
fps: /usr/include/boost/thread/pthread/mutex.hpp:45: boost::mutex::~mutex(): Assertion `!pthread_mutex_destroy(&m)' failed.
Abandon

on m'a dit que c'était sûrement un problème d'accélération, mais ils n'ont pas su m'en dire plus dans la section programmation.
j'ai essayé les deux pilotes à ma disposition, aucun changement. j'ai une NVidia GT540M  2Go.

apparemment il me manque "simplement" l’extension GLX, mais si on pouvais me dire comment l'installer, sa serait sympa big_smile
Merci beaucoup

Dernière modification par Destroyers (Le 12/01/2013, à 11:53)

Hors ligne

#2 Le 30/10/2011, à 09:43

Bousky

Re : Problème, extention GLX [RESOLU]

Tu l'as compilé sous quelle version ?


Linux qui plante complètement ? Plus rien ne répond ? On peut toujours le redémarrer proprement :
Alt + SysRq + REISUB (Retourne En Islande Sur Un Bateau !)

Hors ligne

#3 Le 30/10/2011, à 09:45

Destroyers

Re : Problème, extention GLX [RESOLU]

oneric ocelot, avec la ligne suivante:

 g++ -Wall -Wextra -pedantic -Wshadow -m64 -s -O2 fps.cpp -o fps -lboost_thread -lsfml-system -lsfml-window

(Pourquoi j'ai mis les linking option à la fin ?)

Hors ligne

#4 Le 31/10/2011, à 09:31

Destroyers

Re : Problème, extention GLX [RESOLU]

personne ne peut m'aider ??

Hors ligne

#5 Le 12/11/2011, à 15:54

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

J'étais absent, mais je peux sûrement t'aider.

Que donne :

lspci | grep VGA

Hors ligne

#6 Le 12/11/2011, à 19:06

Destroyers

Re : Problème, extention GLX [RESOLU]

salut,
j'ai vu un autre topique qui disais que le problème était aussi une extension GLX, et avait comme solution faire un truc avec les pilotes pour optimus. (bravo et merci pour le développement de ces software)

j'ai donc essayé de supprimé la version  que j'avais:

wget https://raw.github.com/Bumblebee-Project/Bumblebee/master/cleanup
chmod +x cleanup
sudo ./cleanup
sudo apt-add-repository ppa:bumblebee/stable
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

je l'ai fais alors que j'avais oneiric (j'avais pas vu la parenthèse)

et enfin:

sudo apt-get update
sudo apt-get install bumblebee

j'ai redémarré et pouf j'ai un écran noir (du coups j'ai plus d'ubuntu)
je ne peux même pas accéder aux terminales depuis alt+ctrl+1 2 3 4 5...

bref je vais le réinstaller (même si il y a d'autres solutions, je veux le réinstaller, sa fera du ménage)

Donc je ne peux pas tester ta ligne de commande pour le moment wink

en revanche, j'aimerai quand même qu'on m'explique pourquoi il y a besoin d'un pilote optimus pour lancer mon programme, je ne devrais pas en avoir besoin si j'ai une faible fréquence de rafraichissement (j'ai testé mon programme avec 20 et 200 fps, mêmes résultats)

merci.

Dernière modification par Destroyers (Le 12/11/2011, à 19:07)

Hors ligne

#7 Le 12/11/2011, à 23:00

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Pas besoin d'Optimus en réalité.

Le problème ici c'est que tu as du essayé d'installer soit :
1) IronHide
2) Bumblebee, ancienne ou nouvelle version
3) Les drivers nvidia

Du coup, les librairies GLX d'Intel nécessaire à ton programme ont été remplacée par celle de nVidia.

La réinstallation résoudra ton problème, cependant, si tu essayes d'installer les drivers nVidia le même problème adviendra.

Hors ligne

#8 Le 16/11/2011, à 17:27

Destroyers

Re : Problème, extention GLX [RESOLU]

après réinstallation, cela ne marche toujours pas.

denis@cheval:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GT 555M] (rev a1)

Hors ligne

#9 Le 16/11/2011, à 20:09

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Que donnent :

lspci -v -s 00:02.0
lspci -v -s 01:00.0

Hors ligne

#10 Le 17/11/2011, à 17:06

Destroyers

Re : Problème, extention GLX [RESOLU]

denis@cheval:~$ lspci -v -s 00:02.0
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 15f2
    Flags: bus master, fast devsel, latency 0, IRQ 43
    Memory at dd400000 (64-bit, non-prefetchable) [size=4M]
    Memory at b0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at e000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915
denis@cheval:~$ lspci -v -s 01:00.0
01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GT 555M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 15f2
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at dc000000 (32-bit, non-prefetchable) [size=16M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at d000 [size=128]
    Expansion ROM at dd000000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nvidia
    Kernel modules: nvidia_current, nouveau, nvidiafb

Hors ligne

#11 Le 17/11/2011, à 18:35

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Tu as installé les drivers nvidia après l'installation, il ne faut surtout PAS le faire...

Tente ceci :

sudo apt-get purge nvidia-current

Hors ligne

#12 Le 18/11/2011, à 14:07

Destroyers

Re : Problème, extention GLX [RESOLU]

hey j'ai rien installé moi, sa a du se faire tout seul lors des mises a jours.
et je ne comprend pas, un pilote graphique est bien fais pour faire fonctionner l'affichage non ? roll
en tout cas maintenant je n'ai plus mes problèmes d’extension GLX wink
Merci
en revanche, il me dis "erreur de segmentation" mais là sa doit être mon programme que j'ai mal fait wink
merci

Hors ligne

#13 Le 18/11/2011, à 14:27

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Oui l'installation est malheureusement semi-automatique.

Un pilote est bien fait pour l'affichage, oui, mais là, c'est un problème plus compliqué. Ton ordinateur est équipé de la technologie Optimus, je te recommande la lecture du premier post de ce topic.

Hors ligne

#14 Le 11/01/2013, à 19:29

Destroyers

Re : Problème, extention GLX [RESOLU]

Encore bonjour à tous.

Je déterre un peu le sujet, mais j'ai mis à niveau mon Ubuntu en 12.04, et j'ai à nouveau le même problème.

j'ai donc supprimé les pilotes NVidia installés, donc je n'ai plus les problèmes du type:

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

Cependant, un nouveau problème apparaît:

denis@denis:~/programmation/C++/snake$ ./snake
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  8 (X_MapWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  67
  Current serial number in output stream:  68

Je ne sais pas quoi faire, j'ai beau chercher ...
Mon programme fonctionne si je le lance avec Optirun

denis@denis:~/programmation/C++/snake$ optirun ./snake

Mais j'aimerais ne pas en arriver là pour lancer un si petit programme aussi simple qu'un snake...

Merci de votre aide smile .

Hors ligne

#15 Le 11/01/2013, à 22:44

Destroyers

Re : Problème, extention GLX [RESOLU]

Je viens également de me rendre compte que:

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  8 (X_MapWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  67
  Current serial number in output stream:  68

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Erreur de segmentation (core dumped)

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Erreur de segmentation (core dumped)

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Erreur de segmentation (core dumped)

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Erreur de segmentation (core dumped)

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Erreur de segmentation (core dumped)

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Erreur de segmentation (core dumped)

denis@denis:~/programmation/C++/alpha/hero$ ./hero
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  8 (X_MapWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  67
  Current serial number in output stream:  68

Cela ce fait avec tout mes programmes graphiques.
(Qui fonctionnaient avant la mise à niveau).

Dernière modification par Destroyers (Le 12/01/2013, à 10:52)

Hors ligne

#16 Le 11/01/2013, à 22:53

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Que donne glxinfo ?

Hors ligne

#17 Le 12/01/2013, à 10:24

Destroyers

Re : Problème, extention GLX [RESOLU]

Je tiens a préciser qu'en fait, optirun lançait mes programmes graphiques quand il y AVAIT le pilote. Depuis que je l'ai retiré, optirun me dis qu'il ne peut pas se connecter au second GPU...

denis@denis:~$ glxinfo
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_INTEL_swap_event
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_get_proc_address, 
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_create_context_es2_profile, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control, 
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
GLX version: 1.4
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control, 
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_EXT_texture_from_pixmap
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile 
OpenGL version string: 3.0 Mesa 9.0
OpenGL shading language version string: 1.30
OpenGL extensions:
    GL_ARB_multisample, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_copy_texture, 
    GL_EXT_polygon_offset, GL_EXT_subtexture, GL_EXT_texture_object, 
    GL_EXT_vertex_array, GL_EXT_compiled_vertex_array, GL_EXT_texture, 
    GL_EXT_texture3D, GL_IBM_rasterpos_clip, GL_ARB_point_parameters, 
    GL_EXT_draw_range_elements, GL_EXT_packed_pixels, GL_EXT_point_parameters, 
    GL_EXT_rescale_normal, GL_EXT_separate_specular_color, 
    GL_EXT_texture_edge_clamp, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_ARB_framebuffer_sRGB, GL_ARB_multitexture, 
    GL_EXT_framebuffer_sRGB, GL_IBM_multimode_draw_arrays, 
    GL_IBM_texture_mirrored_repeat, GL_3DFX_texture_compression_FXT1, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_transpose_matrix, 
    GL_EXT_blend_func_separate, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, 
    GL_EXT_secondary_color, GL_EXT_texture_env_add, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, 
    GL_INGR_blend_func_separate, GL_NV_blend_square, GL_NV_light_max_exponent, 
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4, GL_S3_s3tc, 
    GL_SUN_multi_draw_arrays, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_EXT_framebuffer_object, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_MESA_window_pos, GL_NV_packed_depth_stencil, 
    GL_NV_texture_rectangle, GL_NV_vertex_program, GL_ARB_depth_texture, 
    GL_ARB_occlusion_query, GL_ARB_shadow, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_window_pos, GL_ATI_envmap_bumpmap, 
    GL_EXT_stencil_two_side, GL_EXT_texture_cube_map, GL_NV_depth_clamp, 
    GL_NV_vertex_program1_1, GL_APPLE_packed_pixels, 
    GL_APPLE_vertex_array_object, GL_ARB_draw_buffers, 
    GL_ARB_fragment_program, GL_ARB_fragment_shader, GL_ARB_shader_objects, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ATI_draw_buffers, 
    GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_wrap, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, 
    GL_NV_primitive_restart, GL_ARB_depth_clamp, 
    GL_ARB_fragment_program_shadow, GL_ARB_half_float_pixel, 
    GL_ARB_occlusion_query2, GL_ARB_point_sprite, GL_ARB_shading_language_100, 
    GL_ARB_sync, GL_ARB_texture_non_power_of_two, GL_ARB_vertex_buffer_object, 
    GL_ATI_blend_equation_separate, GL_EXT_blend_equation_separate, 
    GL_OES_read_format, GL_ARB_color_buffer_float, GL_ARB_pixel_buffer_object, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_float, 
    GL_ARB_texture_rectangle, GL_EXT_packed_float, GL_EXT_pixel_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
    GL_EXT_texture_shared_exponent, GL_ARB_framebuffer_object, 
    GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_packed_depth_stencil, GL_APPLE_object_purgeable, 
    GL_ARB_vertex_array_object, GL_ATI_separate_stencil, GL_EXT_draw_buffers2, 
    GL_EXT_draw_instanced, GL_EXT_gpu_program_parameters, 
    GL_EXT_texture_array, GL_EXT_texture_integer, GL_EXT_texture_sRGB_decode, 
    GL_EXT_timer_query, GL_OES_EGL_image, GL_MESA_texture_array, 
    GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, GL_ARB_draw_instanced, 
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, 
    GL_ARB_map_buffer_range, GL_ARB_texture_rg, GL_ARB_texture_swizzle, 
    GL_ARB_vertex_array_bgra, GL_EXT_separate_shader_objects, 
    GL_EXT_texture_swizzle, GL_EXT_vertex_array_bgra, 
    GL_NV_conditional_render, GL_AMD_draw_buffers_blend, 
    GL_ARB_ES2_compatibility, GL_ARB_blend_func_extended, GL_ARB_debug_output, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, 
    GL_ARB_provoking_vertex, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_shader_texture_lod, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_uniform_buffer_object, GL_EXT_provoking_vertex, 
    GL_EXT_texture_snorm, GL_MESA_texture_signed_rgba, GL_ARB_robustness, 
    GL_ARB_shader_bit_encoding, GL_ARB_texture_storage, 
    GL_EXT_transform_feedback, GL_ARB_invalidate_subdata

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
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x022 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0aa 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ab 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ac 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ad 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ae 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0af 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0b1 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0b2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0b3 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b4 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b5 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0b6 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b7 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0b8 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0b9 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0ba 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  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  4 1 None
0x0bc 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0bd 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0be 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0bf 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0c0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0c1 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0c2 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0c3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0c4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0c5 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0c6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0c7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0c8 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0c9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ca 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0cb 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0cc 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0cd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  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  4 1 None
0x06d 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

60 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  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06f  0 tc  0  16  0 r  y .   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  0  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 16  0  0  0  0  0  0 0 None
0x073  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x074 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x075 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x076 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x077 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x078 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x079 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07a 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x07b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x07c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x07d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x07e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x07f 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x080  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x081  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x082 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x083 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x084 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x085 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x086  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 None
0x087  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  4 1 None
0x088 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x089 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x08a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x08b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x08c  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x08d  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 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 16  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  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x092 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x093 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x094 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x095 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x096 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x097 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x098 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x099 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x09a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x09b 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09e  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x09f  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  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 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0a3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0a4  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  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  4 1 None
0x0a6 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0a7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0a8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  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  4 1 None

En fait, j'ai du installer:

denis@denis:~$ glxinfo
Le programme 'glxinfo' n'est pas encore installé.  Vous pouvez l'installer en tapant :
sudo apt-get install mesa-utils

denis@denis:~$ sudo apt-get install mesa-utils

Et depuis, mes programmes se lancent très bien.
Merci beaucoup wink

(j'ai installé quoi en fait ?)

Hors ligne

#18 Le 12/01/2013, à 10:32

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Euh juste quelque chose permettant d'avoir des informations sur ton matériel. Rien qui ai pu régler ton problème tout seul. Il y a forcément eu autre chose en même temps...

Hors ligne

#19 Le 12/01/2013, à 10:36

Destroyers

Re : Problème, extention GLX [RESOLU]

ok ...

Bon le problème maintenant, c'est que moi je suis un très grand fan de Minecraft, et que sans pilotes, je peux pas le lancer avec optirun.
Et je peux pas jouer sans optirun sinon le jeu crash. Je suis donc obligé:
1) de remettre les pilotes et de dire adieux a mes programmes (impensable)
2)de laisser comme ça et de dire adieux a Minecraft (encore plus impensable)
3)attendre une solution miracle de votre part smile

merci.

Hors ligne

#20 Le 12/01/2013, à 10:40

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Mais pourquoi ça marcherait pas d'installer Bumblebee et le pilote nvidia ? Il n'y a normalement aucune raison que tu "dises adieux à tous tes programmes".

Fais juste ceci :

sudo apt-add-repository ppa:bumblebee/stable
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates 
sudo apt-get clean autoclean
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get install linux-headers-generic
sudo apt-get install bumblebee

Hors ligne

#21 Le 12/01/2013, à 10:58

Destroyers

Re : Problème, extention GLX [RESOLU]

Même problème:

mes programmes se lancent bien, mais:

denis@denis:~/JEUX/MineCraft$ optirun java -jar Minecraft.exe
27 achievements
210 recipes
LWJGL Version: 2.4.2
Error: nConfigOptions (15) does not match the actual number of options in
       __driConfigOptions (10).
org.lwjgl.LWJGLException: Could not find GLX 1.3 config from peer info
	at org.lwjgl.opengl.LinuxDisplay.nCreateWindow(Native Method)
	at org.lwjgl.opengl.LinuxDisplay.createWindow(LinuxDisplay.java:413)
	at org.lwjgl.opengl.Display.createWindow(Display.java:311)
	at org.lwjgl.opengl.Display.create(Display.java:856)
	at org.lwjgl.opengl.Display.create(Display.java:784)
	at net.minecraft.client.Minecraft.a(SourceFile:223)
	at asq.a(SourceFile:56)
	at net.minecraft.client.Minecraft.run(SourceFile:515)
	at java.lang.Thread.run(Thread.java:722)
org.lwjgl.LWJGLException: Could not find GLX 1.3 config from peer info
	at org.lwjgl.opengl.LinuxDisplay.nCreateWindow(Native Method)
	at org.lwjgl.opengl.LinuxDisplay.createWindow(LinuxDisplay.java:413)
	at org.lwjgl.opengl.Display.createWindow(Display.java:311)
	at org.lwjgl.opengl.Display.create(Display.java:856)
	at org.lwjgl.opengl.Display.create(Display.java:784)
	at org.lwjgl.opengl.Display.create(Display.java:765)
	at net.minecraft.client.Minecraft.a(SourceFile:232)
	at asq.a(SourceFile:56)
	at net.minecraft.client.Minecraft.run(SourceFile:515)
	at java.lang.Thread.run(Thread.java:722)

Bref, le jeu crash
et dès que je réinstalle le pilote, ça marche, mais mes programmes ne fonctionnent plus (le problème de l'extention GLX apparait).

Dernière modification par Destroyers (Le 12/01/2013, à 11:01)

Hors ligne

#22 Le 12/01/2013, à 11:17

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

Il y a un truc que je ne comprend pas... D'abord, dans ton exemple ci-dessus, il semble clair que c'est le pilote libre nouveau qui se lance, d'où le problème. Ensuite, tu dis que quand tu réinstalles le pilote, ça marche. Ce que j'aimerais comprendre c'est pourquoi il n'est pas installé dans le cas précédent ? En installant Bumblebee, normalement ça se fait automatiquement.

Est-ce que par hasard lorsque tu installes les paquets ça n'installe que les dépendances obligatoires et pas les recommandées ? Est-ce que tu peux essayer ceci :

sudo apt-get install --reinstall bumblebee bumblebee-nvidia nvidia-current

Dernière modification par ArchangeGabriel (Le 12/01/2013, à 12:02)

Hors ligne

#23 Le 12/01/2013, à 11:51

Destroyers

Re : Problème, extention GLX [RESOLU]

Je ne te remercierais jamais assez pour tes services.

denis@denis:~/JEUX/MineCraft$ optirun java -jar Minecraft.exe
27 achievements
210 recipes
Setting user: collierman, XXXXXXXXXXXXXXXXXXX
LWJGL Version: 2.4.2

Starting up SoundSystem...
Initializing LWJGL OpenAL
    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
OpenAL initialized.

Le jeux marche très bien, par conséquent, optirun aussi, et mes programmes fonctionnent.
Merci beaucoup.

Dernière modification par Destroyers (Le 12/01/2013, à 11:52)

Hors ligne

#24 Le 12/01/2013, à 12:02

ArchangeGabriel

Re : Problème, extention GLX [RESOLU]

De rien !

Hors ligne