Changes between Version 17 and Version 18 of VirtualGL_UsageNote


Ignore:
Timestamp:
Jun 11, 2008, 6:04:34 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualGL_UsageNote

    v17 v18  
    382382rock@gpfs-server:~/intel_Q965/mesa$ install -m755 progs/xdemos/{glxinfo,glxgears} /opt/mesa/bin/  [[BR]]
    383383
     384=== Step3 Intel Q963/Q965 3D Acceleration check ===
     385
     386@Clinet [[BR]]
     387rider@350z:~$ /opt/TurboVNC/bin/vncviewer (Enter ServerIP & Passwd)  [[BR]]
     388
     389@Server [[BR]]
     390rock@gpfs-server:~$ glxinfo | more     (You should install mesa-utils first)  [[BR]]
     391
     392{{{
     393name of display: :0.0
     394display: :0  screen: 0
     395direct rendering: Yes
     396server glx vendor string: SGI
     397server glx version string: 1.2
     398server glx extensions:
     399    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
     400    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
     401    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
     402    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
     403client glx vendor string: SGI
     404client glx version string: 1.4
     405client glx extensions:
     406    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
     407    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
     408    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
     409    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
     410    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
     411    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
     412    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
     413GLX version: 1.2
     414GLX extensions:
     415    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
     416    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
     417    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
     418    GLX_SGI_make_current_read, GLX_SGI_video_sync, GLX_SGIS_multisample,
     419    GLX_SGIX_fbconfig
     420OpenGL vendor string: Tungsten Graphics, Inc
     421OpenGL renderer string: Mesa DRI Intel(R) 965Q 4.1.3002
     422OpenGL version string: 1.4 Mesa 6.5.1
     423OpenGL extensions:
     424    GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
     425    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters,
     426    GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
     427    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
     428    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
     429    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
     430    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
     431    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos,
     432    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
     433    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
     434    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
     435    GL_EXT_clip_volume_hint, GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array,
     436    GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
     437    GL_EXT_fog_coord, GL_EXT_histogram, GL_EXT_multi_draw_arrays,
     438    GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
     439    GL_EXT_rescale_normal, GL_EXT_secondary_color,
     440    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
     441    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
     442    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
     443    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
     444    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
     445    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
     446    GL_3DFX_texture_compression_FXT1, GL_APPLE_client_storage,
     447    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
     448    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
     449    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
     450    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
     451    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_OES_read_format,
     452    GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
     453    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
     454    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SUN_multi_draw_arrays
     455glu version: 1.3
     456glu extensions:
     457    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
     458}}}
     459
     460PS: Check your "direct rendering". If it says "Yes", then you can use vncviewer with 3D acceleration now. [[BR]]
     461
    384462=== Server ===
    385 rock@gpfs-server:~$ sudo /opt/VirtualGL/bin/vglserver_config
     463
     464rock@gpfs-server:~$ sudo /opt/VirtualGL/bin/vglserver_config [[BR]]
    386465
    387466{{{