Go Back   Champions of Regnum > Español > Soporte Técnico > Linux

Linux Problemas técnicos bajo la plataforma Linux

Reply
 
Thread Tools Display Modes
Old 06-15-2007, 09:22 PM   #1
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default drivers mesa

alguion consiguio instalar los drivers de mesa?

compilo sin problemas y he comprobado que funciona. El problema viena al hacer el make install, que no hace nada para una de las reglas:

Code:
make[1]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src'
make[2]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa'
make[3]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa'
make[4]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa/x86'
make[4]: No se hace nada para `default'.
make[4]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa/x86'
make[4]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa/x86-64'
make[4]: No se hace nada para `default'.
make[4]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa/x86-64'
make[3]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa'
../../bin/minstall -d /usr/local/include/GL
../../bin/minstall -d /usr/local/lib64
../../bin/minstall -m 644 ../../include/GL/*.h /usr/local/include/GL
make[2]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/mesa'
make[2]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/glu'
../../bin/minstall -d /usr/local/lib64
../../bin/minstall ../../lib64/libGLU.* /usr/local/lib64
make[2]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/glu'
make[2]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/glut/glx'
../../../bin/minstall -d /usr/local/include/GL
../../../bin/minstall -d /usr/local/lib64
../../../bin/minstall -m 644 ../../../include/GL/glut.h /usr/local/include/GL
../../../bin/minstall ../../../lib64/libglut* /usr/local/lib64
make[2]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/glut/glx'
make[2]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/glw'
../../bin/minstall -d /usr/local/include/GL
../../bin/minstall -d /usr/local/lib64
../../bin/minstall -m 644 *.h /usr/local/include/GL
../../bin/minstall ../../lib64/libGLw.* /usr/local/lib64
make[2]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src/glw'
make[1]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/src'
make[1]: se ingresa al directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/progs'
make[1]: No se hace nada para `install'.
make[1]: se sale del directorio `/home/alvaro/Documents/Mesa/Mesa-6.5.3/progs'
a alguien más le paso?
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 06-15-2007, 09:26 PM   #2
sunos
Count
 
sunos's Avatar
 
Join Date: Jan 2007
Location: Rosario
Posts: 1,440
sunos has a spectacular aura aboutsunos has a spectacular aura about
Default

Parece no ser muy "tradicional" la instalacion, aca te dice como hacerla, olvidate del make install te hace copiar a mano
http://dri.freedesktop.org/wiki/Building
__________________
Usuario GNU/linux registrado Nº450915
"Sólo hay un problema con el sentido común: que no es demasiado común" -- Milt Bryce
sunos no ha iniciado sesión   Reply With Quote
Old 06-16-2007, 12:02 AM   #3
leptom
Initiate
 
Join Date: Dec 2006
Posts: 124
leptom is on a distinguished road
Default Solución a tu problema

Una opción es como te dice sunos copiar los ficheros de la siguiente manera:

$ sudo cp lib/lib* /usr/lib

Y el resto de ficheros del directorio lib los copias a mano en /usr/lib/dri

Otra opción es mirarte el tutorial que acabo de escribir y te dice como modificar el fichero default para que al hacer make install funcione

http://www.regnumonline.com.ar/forum...5795#post95795
leptom no ha iniciado sesión   Reply With Quote
Old 06-19-2007, 08:16 PM   #4
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

wiiiiiii!!

Ya lo tengo. Lo consegui con el manual que me recomendo sunos.

Ahora mi glxinfo es este:

Code:
_= D of S =_~$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, 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 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_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group,
    GLX_EXT_texture_from_pixmap
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 20060815 TCL
OpenGL version string: 1.3 Mesa 6.5.3
OpenGL extensions:
    GL_ARB_fragment_program, GL_ARB_imaging, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_program, GL_ARB_window_pos,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_pixels, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_NV_vertex_program, GL_SGI_color_matrix,
    GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   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
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2e 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2f 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x31 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
pero no tengo direct rendering :S

Seguiré con esto
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:24 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved
 
Loading...