Commande linux

fpeg -  
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,
SVP j'ai un problème, avec mon système linux;Depuis j'essaie de tester l'installation des accélérateur 3D sous mon système linux(mandriva spring 2007)mais a chaque fois que je tape les commandes glxgears ou glxinfos j'ai tjrs le message d'erreur: "command not found"; pourtant en utilisant l'outil de configuration des package j'ai installé les drivers de la carte graphique ;
je suis un peu confus aider moi s'il vous plaît
A voir également:

10 réponses

jeanbi Messages postés 15119 Date d'inscription   Statut Contributeur Dernière intervention   2 184
 
bonjour,
as tu essayer en root
a+
0
fpeg
 
oui, et tjrs rien
0
Kharec Messages postés 4146 Date d'inscription   Statut Contributeur Dernière intervention   510
 
(mandriva spring 2007)

Salut!!

C'est en toute amitié que je te présente la dernière version Mandriva!


:-)
0
jeanbi Messages postés 15119 Date d'inscription   Statut Contributeur Dernière intervention   2 184
 
bonjour,
localhost Documents]$ whereis glxgears
glxgears: /usr/bin/glxgears

donc essaye si tu as une reponse dans se style

/usr/bin/glxgears
a+


0
fpeg
 
oui, en tapant whereis j'obtient: "glxgears: /usr/bin/glxgears"
0
jeanbi Messages postés 15119 Date d'inscription   Statut Contributeur Dernière intervention   2 184
 
et ben
tapes /usr/bin/glxinfo ou glxgears
ou
glxinfo | grep "direct rendering"
pour voir si celui ci fonctionne
a+
0
fpeg
 
voici ce que j'obtiens:
[root@localhost goupeyou]# /usr/bin/glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x39 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None

[root@localhost goupeyou]# /usr/bin/glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual

[root@localhost goupeyou]# glxinfo| grep "direct rendering"
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
jeanbi Messages postés 15119 Date d'inscription   Statut Contributeur Dernière intervention   2 184
 
re
glxinfo| grep "direct rendering"
pas bon
glxinfo | grep "direct rendering"
bon
a+
0
fpeg
 
ça donne le même resultat:

[root@localhost goupeyou]# glxinfo | grep "direct rendering"
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
[root@localhost goupeyou]#
0
jeanbi Messages postés 15119 Date d'inscription   Statut Contributeur Dernière intervention   2 184
 
bonjour,
sans vouloir te pousser , mais il serait peut etre interessant de passer à la derniere version , car la 2007 c'etait pas trop le top meme pour ma carte graphique intel j'etais oblige d'installer le drivers , alors que les autres distri l'incorporai .
tu fais une suavegarde de ton /home tu refait une installation propre et tu reincorpore le contenu de ton /home dans le nouveau /home /user tu aura bien sur lors de l'installation creer le meme user
a+
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
salut,

peut-être voir configuration carte graphique, càd le fichier xorg.conf !
sur mandriva 2008.1 :
[redfox@mandriva ~]$ cat /etc/X11/xorg.conf | grep glx
    Load "glx" # 3D layer
[redfox@mandriva ~]$
[redfox@mandriva ~]$
[redfox@mandriva ~]$ glxinfo | grep direct
direct rendering: Yes
[redfox@mandriva ~]$
[redfox@mandriva ~]$ glxgears --help
Usage:
  -display <displayname>  set the display to run on
  -stereo                 run in stereo mode
  -fullscreen             run in fullscreen mode
  -info                   display OpenGL renderer info
[redfox@mandriva ~]$
[redfox@mandriva ~]$
[redfox@mandriva ~]$ glxgears -info
GL_RENDERER   = GeForce 256/AGP/SSE2
GL_VERSION    = 1.5.3 NVIDIA 71.86.04
GL_VENDOR     = NVIDIA Corporation
GL_EXTENSIONS = GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shared_texture_palette GL_EXT_stencil_wrap GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_fence GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_packed_depth_stencil GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_register_combiners GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_NV_texture_rectangle GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_SGIS_generate_mipmap GL_SGIS_multitexture GL_SGIS_texture_lod GL_SUN_slice_accum
3457 frames in 5.0 seconds = 691.260 FPS
3786 frames in 5.0 seconds = 756.774 FPS


ok ! je sais, j'ai une vieille carte graphique ....

:-)
0
francpeg Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
 
salut
voici ce que j'obtient:

[root@localhost goupeyou]# cat /etc/X11/xorg.conf | grep glx
Load "glx" # 3D layer

[root@localhost goupeyou]#
[root@localhost goupeyou]# glxinfo | grep direct
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".

[root@localhost goupeyou]# glxgears --help
Usage:
-display <displayname> set the display to run on
-stereo run in stereo mode
-fullscreen run in fullscreen mode
-info display OpenGL renderer info
[root@localhost goupeyou]#
[root@localhost goupeyou]#

[root@localhost goupeyou]# glxgears -info
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
0
francpeg Messages postés 5 Date d'inscription   Statut Membre Dernière intervention   > francpeg Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
 
juste pour preciser que fpeg et francpeg designe la même personne; Je me suis inscrit entre temps comme membre.
Merci de votre aide
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
ok ! quelle CG tu as : nvidia ? ati ?

si nvidia,alors donner le résultat de la commande suivante : rpm -qa | grep nvidia

[redfox@mandriva ~]$ rpm -qa | grep nvidia
x11-driver-video-nvidia71xx-71.86.04-4mdv2008.1
nvidia71xx-kernel-desktop586-latest-71.86.04-1.20081031.4mdv2008.1
nvidia71xx-kernel-2.6.24.7-desktop586-2mnb-71.86.04-4mdv2008.1
nvidia71xx-kernel-2.6.24.7-desktop586-1mnb-71.86.04-4mdv2008.1
dkms-nvidia71xx-71.86.04-4mdv2008.1
[redfox@mandriva ~]$
0
francpeg Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
 
ma carte est nvidia:
le result est:

[root@localhost goupeyou]# rpm -qa | grep nvidia
nvidia71xx-kernel-2.6.17-13mdvlegacy-7184-1mdk
nvidia96xx-kernel-2.6.17-15mdv-9631-1mdk
nvidia96xx-kernel-2.6.17-13mdvlegacy-9631-1mdk
nvidia71xx-kernel-2.6.17-14mdvlegacy-7184-1mdk
nvidia71xx-1.0-7184.6mdv2007.1
nvidia_legacy-kernel-2.6.20.0.rc5-2mdvsmp-7184-1mdk
nvidia71xx-kernel-2.6.17-15mdventerprise-7184-1mdk
nvidia96xx-kernel-2.6.17-15mdventerprise-9631-1mdk
x11-server-xnvidia-1.2.0-9.5mdv2007.1
nvidia97xx-kernel-2.6.17-13mdv-9755-1mdk
nvidia71xx-kernel-2.6.17-15mdvlegacy-7184-1mdk
nvidia96xx-kernel-2.6.17-14mdv-9631-1mdk
nvidia96xx-kernel-2.6.17-15mdvlegacy-9631-1mdk
nvidia71xx-kernel-2.6.17-13mdventerprise-7184-1mdk
nvidia_legacy-kernel-2.6.19.1-2mdvsmp-7184-1mdk
nvidia71xx-kernel-2.6.17-14mdventerprise-7184-1mdk
nvidia71xx-kernel-2.6.17-14mdv-7184-1mdk
nvidia71xx-kernel-2.6.17-13mdv-7184-1mdk
nvidia97xx-kernel-2.6.17-13mdvlegacy-9755-1mdk
nvidia96xx-kernel-2.6.17-14mdventerprise-9631-1mdk
nvidia71xx-kernel-2.6.17-15mdv-7184-1mdk
nvidia97xx-1.0-9755.1mdv2007.1
dkms-nvidia96xx-1.0-9631.3mdv2007.1
nvidia96xx-kernel-2.6.17-13mdv-9631-1mdk
nvidia_legacy-kernel-2.6.20-1mdvsmp-7184-1mdk
nvidia97xx-kernel-2.6.17-15mdvlegacy-9755-1mdk
nvidia97xx-kernel-2.6.17-14mdvlegacy-9755-1mdk
dkms-nvidia97xx-1.0-9755.1mdv2007.1
nvidia_legacy-kernel-2.6.20-1mdv-7184-1mdk
nvidia97xx-kernel-2.6.17-15mdv-9755-1mdk
nvidia96xx-1.0-9631.3mdv2007.1
nvidia97xx-kernel-2.6.17-15mdventerprise-9755-1mdk
nvidia96xx-kernel-2.6.17-14mdvlegacy-9631-1mdk
dkms-nvidia71xx-1.0-7184.6mdv2007.1
nvidia96xx-kernel-2.6.17-13mdventerprise-9631-1mdk
nvidia97xx-kernel-2.6.17-14mdventerprise-9755-1mdk
nvidia97xx-kernel-2.6.17-13mdventerprise-9755-1mdk
nvidia97xx-kernel-2.6.17-14mdv-9755-1mdk
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
ok les numérotations 71 et 96 ce sont pour des CG anciennes voir très anciennes (comme la mienne, tu noteras ceci sur mes résultats de commandes).

d'après le forum Ubuntu :Pour les dernières cartes graphiques (type GeForce 7xxx) le pilote proposé dans synaptic est trop ancien
http://forum.ubuntu-fr.org/viewtopic.php?id=40283

comme un linux restera avant tout un linux, cela s'applique également à mandriva et pour résumer : si ta CG est récente, alors tu as les mauvais drivers ! Il faut donc installer les drivers correspondant à ta CG !
0
francpeg Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
 
s'il te plaît où pourrai-je l'avoir?
0
francpeg Messages postés 5 Date d'inscription   Statut Membre Dernière intervention   > francpeg Messages postés 5 Date d'inscription   Statut Membre Dernière intervention  
 
j'utilise justement un nvidia GEFORCE 8400 M GS
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
si tu es en 32 bits, et si je ne me suis pas planté, cela devrait être ici :
https://www.nvidia.fr/object/linux_display_ia32_180.29_fr.html

bonne lecture et bonne install ...
0