I've included the output from glxinfo in the attached file.

The machines are using version 2.3.3.  I will upgrade them both to 2.4 beta
and see if that helps.

 I'll reread the background document and see if it sinks in better this
time.

$ /opt/VirtualGL/bin/glreadtest

GLreadtest v2.3.3 (Build 20131014)

/opt/VirtualGL/bin/glreadtest -h for advanced usage.
FB Config = 0x111
Pbuffer size = 701 x 701 pixels
Using 1-byte row alignment

>>>>>>>>>>  PIXEL FORMAT:  LUM  <<<<<<<<<<
glDrawPixels():   714.3 Mpixels/sec
glReadPixels():   1.044 Mpixels/sec (min = 1.025, max = 1.054, sdev =
0.01391)
glReadPixels() accounted for 99.98% of total readback time

>>>>>>>>>>  PIXEL FORMAT:  RED  <<<<<<<<<<
glDrawPixels():   303.2 Mpixels/sec
glReadPixels():   454.4 Mpixels/sec (min = 142.8, max = 471.1, sdev = 15.73)
glReadPixels() accounted for 99.98% of total readback time

>>>>>>>>>>  PIXEL FORMAT:  BGRA  <<<<<<<<<<
glDrawPixels():   304.5 Mpixels/sec
glReadPixels():   498.6 Mpixels/sec (min = 209.1, max = 505.0, sdev = 17.80)
glReadPixels() accounted for 99.98% of total readback time

>>>>>>>>>>  PIXEL FORMAT:  ABGR  <<<<<<<<<<
glDrawPixels():   304.6 Mpixels/sec
glReadPixels():   498.9 Mpixels/sec (min = 148.9, max = 504.5, sdev = 16.64)
glReadPixels() accounted for 99.98% of total readback time

>>>>>>>>>>  PIXEL FORMAT:  BGR  <<<<<<<<<<
glDrawPixels():   303.5 Mpixels/sec
glReadPixels():   464.7 Mpixels/sec (min = 145.0, max = 472.1, sdev = 15.52)
glReadPixels() accounted for 99.98% of total readback time

>>>>>>>>>>  PIXEL FORMAT:  RGBA  <<<<<<<<<<
glDrawPixels():   302.2 Mpixels/sec
glReadPixels():   395.0 Mpixels/sec (min = 195.2, max = 400.2, sdev = 12.70)
glReadPixels() accounted for 99.99% of total readback time

>>>>>>>>>>  PIXEL FORMAT:  RGB  <<<<<<<<<<
glDrawPixels():   301.2 Mpixels/sec
glReadPixels():   351.8 Mpixels/sec (min = 197.5, max = 355.5, sdev = 9.818)
glReadPixels() accounted for 99.99% of total readback time




On Thu, Sep 4, 2014 at 4:11 PM, DRC <dcomman...@users.sourceforge.net>
wrote:

> > These are the assumptions I'm making from the above behavior.
> > There is an X Server running on machine 1.
> > When I log into machine 1, it gets attached to my DISPLAY.
> > When I log into machine 1 through TurboVNC from machine 2, the X Server
> > is not getting attached to that DISPLAY.
>
> Incorrect.  The X server on Machine 1 will *never* get "attached" when
> you are logging in remotely.  What you are probably observing is that,
> when you log in with SSH, the X11 traffic is forwarded from Machine 1 to
> Machine 2 through the SSH connection.  Thus, on the remote machine, the
> DISPLAY environment in the SSH session will be set to the remote end of
> the X11/SSH tunnel, which may be something like localhost:10.0 or
> whatever.  This is *not*, however, pointing to the 3D X server running
> on Machine 1.  In fact, it is pointing to the X server on Machine 2, and
> when you run an X11 application in that SSH session, the application
> will send all 2D and 3D rendering over the network through the SSH
> tunnel, and Machine 2's X server will do the rendering.  That isn't what
> you want, and I refer you to the extensive background article on
> VirtualGL to explain why.
>
>
> > I realize this is where my wording is falling short.  Why doesn't the X
> > Server get attached to the DISPLAY that is set up by the TurboVNC
> > vncviewer application?  Is this a setting in the TurboVNC
> > vncviewer/vncserver application?  The only reason that 'glxgears'
>
> As I said, you need VirtualGL to act as a bridge between the 2D X server
> and the 3D X server.  It appears that you are running VirtualGL
> correctly in your TurboVNC session, but it isn't working properly on
> your system for some reason.  To help me diagnose why, please run the
> following on Machine 1's X server and attach the output:
>
> /opt/VirtualGL/bin/glxinfo -c
> /opt/VirtualGL/bin/glreadtest
>
> Also specify what version of VirtualGL you are using.  If it's not 2.4
> beta, please try upgrading to 2.4 beta and see if that fixes the problem.
>
>
> On 9/4/14 2:56 PM, Ladislaus Dombrowski wrote:
> > Thanks, I appreciate you putting up with me.
> >
> > I agree, my wording is very inaccurate.  In general, I program
> > applications on top of systems, but I've been tasked to set up
> > TurboVNC/virtualgl so here goes.  Please forgive me for using incorrect
> > terms, I'll try my best.
> >
> > Machine 1 has TurboVNC and VirtualGL installed.
> >
> > Machine 2 has TurboVNC and VirtualGL installed.
> >
> >  From machine 2, I ssh -X and run 'opt/TurboVNC/bin/vncserver' on
> > machine 1 (my account)
> > I write down the number I get from that, let's say '5'
> >
> >  From machine 2, I run '/opt/TurboVNC/bin/vncviewer'
> > with the name of machine 1 + the number I received from the ssh command
> > in this case '5'
> >
> > In the TurboVNC desktop that shows up on machine 2, I open a terminal
> window
> > Typing 'printenv DISPLAY' yields :2.0
> >
> > I type 'glxgears' and get:
> >
> > Xlib:  extension "GLX" missing on display ":2.0".
> > Error: couldn't get and RGB, Double -buffered visual
> >
> > I type 'vglrun glxgears' and get:
> >
> > Running synchronized to the vertical refresh.  The framerate should be
> > approximately the same as the monitor refresh rate.
> > [VGL] ERROR: OpenGL error 0x0502
> > [VGL] ERROR: in readpixels---
> > [VGL]    439: Could not read pixels
> >
> > I log on to machine 1 (same user)
> > I run 'glxgears'
> > I get a small window with 3 rotating gears
> >
> > I run 'vglrun gears' and I get:
> >
> > Running synchronized to the vertical refresh.  The framerate should be
> > approximately the same as the monitor refresh rate.
> > [VGL] ERROR: OpenGL error 0x0502
> > [VGL] ERROR: in readpixels---
> > [VGL]    439: Could not read pixels
> >
> > On machine 1, I ask for the DISPLAY number - 'printenv DISPLAY'
> > I get :17.0
> >
> > On machine 2, I run 'vglrun glxgears'
> > I get:
> >
> > Running synchronized to the vertical refresh.  The framerate should be
> > approximately the same as the monitor refresh rate.
> > [VGL] ERROR: OpenGL error 0x0502
> > [VGL] ERROR: in readpixels---
> > [VGL]    439: Could not read pixels
> >
> >
> > On machine 2, I run 'vglrun -d :17.0 glxgears'
> > I get a small window with 3 rotating gears
> >
> > I log out of machine 1 and the small window with 3 rotating gears goes
> > away from machine 2
> >
> > On machine 2, I run vglrun glxgears
> > I get:
> >
> > Running synchronized to the vertical refresh.  The framerate should be
> > approximately the same as the monitor refresh rate.
> > [VGL] ERROR: OpenGL error 0x0502
> > [VGL] ERROR: in readpixels---
> > [VGL]    439: Could not read pixels
> >
> >
> > These are the assumptions I'm making from the above behavior.
> > There is an X Server running on machine 1.
> > When I log into machine 1, it gets attached to my DISPLAY.
> > When I log into machine 1 through TurboVNC from machine 2, the X Server
> > is not getting attached to that DISPLAY.
> >
> > I realize this is where my wording is falling short.  Why doesn't the X
> > Server get attached to the DISPLAY that is set up by the TurboVNC
> > vncviewer application?  Is this a setting in the TurboVNC
> > vncviewer/vncserver application?  The only reason that 'glxgears'
> > spinning gears window appears on machine 2 TurboVNC desktop is because
> > by using '-d :17.0', I'm connecting to the X Server associated with the
> > DISPLAY number I got from logging into machine 1.  When I logged out of
> > machine 1, the DISPLAY process associated with that login (:17.0) was
> > killed, hence the 'vglrun -d :17.0 glxgears' process no longer had
> > anything to connect to.
> >
> > Do I have this correct or am I still missing the boat.
> >
> > Lad
> >
> >
> > On Thu, Sep 4, 2014 at 2:58 PM, DRC <dcomman...@users.sourceforge.net
> > <mailto:dcomman...@users.sourceforge.net>> wrote:
> >
> >     Your question doesn't make sense, which means that either you aren't
> >     choosing your words correctly or you still don't understand how the
> >     system is supposed to work.  What do you mean by "running"?  The 3D X
> >     server is completely independent of TurboVNC.  They are different X
> >     servers.  VirtualGL is the bridge between the two.  The 3D X server
> has
> >     to be running if you are using VirtualGL.  It does not have to be
> >     running if you are using TurboVNC without VirtualGL.
> >
> >     On 9/4/14 11:41 AM, Ladislaus Dombrowski wrote:
> >     > I agree the 3D X server is always running.  That was why I was
> supprised
> >     > that remotely logging in I don't get the 3D X server
> functionality.  I
> >     > only used the -d option to hijack the 3D X server functionality
> from
> >     > another display.  What I can't figure out is why the 3D X server
> runs
> >     > when you log in directly to the machine, but doesn't run when you
> log in
> >     > remotely with TurboVNC.
> >
> >
>  
> ------------------------------------------------------------------------------
> >     Slashdot TV.
> >     Video for Nerds.  Stuff that matters.
> >     http://tv.slashdot.org/
> >     _______________________________________________
> >     VirtualGL-Users mailing list
> >     VirtualGL-Users@lists.sourceforge.net
> >     <mailto:VirtualGL-Users@lists.sourceforge.net>
> >     https://lists.sourceforge.net/lists/listinfo/virtualgl-users
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Slashdot TV.
> > Video for Nerds.  Stuff that matters.
> > http://tv.slashdot.org/
> >
> >
> >
> > _______________________________________________
> > VirtualGL-Users mailing list
> > VirtualGL-Users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/virtualgl-users
> >
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> VirtualGL-Users mailing list
> VirtualGL-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtualgl-users
>
name of display: :20.0
display: :20  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
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_multisample, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_swap_control, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_copy_image, GLX_NV_float_buffer, GLX_NV_multisample_coverage, 
    GLX_NV_swap_group, GLX_NV_video_capture, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
client glx vendor string: NVIDIA Corporation
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_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_swap_control, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_copy_image, GLX_NV_float_buffer, GLX_NV_multisample_coverage, 
    GLX_NV_present_video, GLX_NV_swap_group, GLX_NV_video_capture, 
    GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    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_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_NV_copy_image, GLX_NV_float_buffer, 
    GLX_NV_multisample_coverage, GLX_NV_swap_group, GLX_NV_video_capture, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_swap_control, 
    GLX_SGI_video_sync
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: Quadro 600/PCIe/SSE2
OpenGL core profile version string: 4.2.0 NVIDIA 295.20
OpenGL core profile extensions:
    GL_ARB_ES2_compatibility, GL_ARB_base_instance, 
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, 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_fragment_coord_conventions, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, GL_ARB_gpu_shader5, 
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_imaging, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sample_shading, 
    GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, GL_ARB_shader_subroutine, 
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing, 
    GL_ARB_shadow, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, 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_mirrored_repeat, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, 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_swizzle, 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_64bit, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_EXTX_framebuffer_mixed_formats, 
    GL_EXT_Cg_shader, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, 
    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_depth_bounds_test, 
    GL_EXT_direct_state_access, 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_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, 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_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color, 
    GL_EXT_shader_image_load_store, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    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_format_BGRA8888, GL_EXT_texture_integer, 
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_storage, 
    GL_EXT_texture_swizzle, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_timer_query, GL_EXT_transform_feedback2, GL_EXT_vertex_array, 
    GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit, 
    GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_NV_alpha_test, 
    GL_NV_blend_minmax, GL_NV_blend_square, GL_NV_complex_primitives, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_explicit_multisample, 
    GL_NV_fbo_color_attachments, GL_NV_fence, GL_NV_float_buffer, 
    GL_NV_fog_distance, GL_NV_fragdepth, GL_NV_fragment_program, 
    GL_NV_fragment_program2, GL_NV_fragment_program_option, 
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_gpu_program5, 
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_shader_atomic_counters, GL_NV_shader_buffer_load, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_lod_clamp, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit, 
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_OES_depth24, 
    GL_OES_depth32, GL_OES_depth_texture, 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_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, GL_OES_vertex_half_float, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

OpenGL version string: 4.2.0 NVIDIA 295.20
OpenGL extensions:
    GL_ARB_ES2_compatibility, GL_ARB_base_instance, 
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, 
    GL_ARB_compatibility, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_depth_texture, 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_fragment_coord_conventions, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, 
    GL_ARB_get_program_binary, GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sample_shading, 
    GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, GL_ARB_shader_subroutine, 
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing, 
    GL_ARB_shadow, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, 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_mirrored_repeat, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, 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_swizzle, 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_64bit, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_EXTX_framebuffer_mixed_formats, 
    GL_EXT_Cg_shader, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, 
    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_depth_bounds_test, 
    GL_EXT_direct_state_access, 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_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, 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_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color, 
    GL_EXT_shader_image_load_store, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    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_format_BGRA8888, GL_EXT_texture_integer, 
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_storage, 
    GL_EXT_texture_swizzle, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_timer_query, GL_EXT_transform_feedback2, GL_EXT_vertex_array, 
    GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit, 
    GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_NV_alpha_test, 
    GL_NV_blend_minmax, GL_NV_blend_square, GL_NV_complex_primitives, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_explicit_multisample, 
    GL_NV_fbo_color_attachments, GL_NV_fence, GL_NV_float_buffer, 
    GL_NV_fog_distance, GL_NV_fragdepth, GL_NV_fragment_program, 
    GL_NV_fragment_program2, GL_NV_fragment_program_option, 
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_gpu_program5, 
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_shader_atomic_counters, GL_NV_shader_buffer_load, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_lod_clamp, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit, 
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_OES_depth24, 
    GL_OES_depth32, GL_OES_depth_texture, 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_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, GL_OES_vertex_half_float, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

311 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  ax dp st accumbuffer  ms  cav  drw
  id dep cl sp  sz l  ci b ro  r  g  b  a F bf th cl  r  g  b  a ns b eat  typ
------------------------------------------------------------------------------
0x105 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  0 0 None PXW
0x106 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  0 0 None PXW
0x107 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  0 0 None PXW
0x108 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  0 0 None PXW
0x109 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  0 0 None PXW
0x10a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  0 0 None PXW
0x10b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  0 0 None PXW
0x10c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  0 0 None PXW
0x10d 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  0 0 None PXW
0x10e 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  0 0 None PXW
0x10f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  0 0 None PXW
0x110 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  0 0 None PXW
0x111 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  0 0 None PXW
0x112 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  0 0 None PXW
0x113 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  0 0 None PXW
0x114 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  0 0 None PXW
0x115 24 tc  0  32  0 r  y  .  8  8  8  0 .  4  0  0 16 16 16 16  0 0 None PXW
0x116 24 dc  0  32  0 r  y  .  8  8  8  0 .  4  0  0 16 16 16 16  0 0 None PXW
0x117 24 tc  0  32  0 r  y  .  8  8  8  8 .  4  0  0 16 16 16 16  0 0 None PXW
0x118 24 dc  0  32  0 r  y  .  8  8  8  8 .  4  0  0 16 16 16 16  0 0 None PXW
0x119 24 tc  0  32  0 r  .  .  8  8  8  0 .  4  0  0 16 16 16 16  0 0 None PXW
0x11a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4  0  0 16 16 16 16  0 0 None PXW
0x11b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4  0  0 16 16 16 16  0 0 None PXW
0x11c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4  0  0 16 16 16 16  0 0 None PXW
0x11d 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x11e 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x11f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x120 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x121 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x122 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x123 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x124 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x125 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x126 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x127 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x128 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x129 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x12a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x12b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x12c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x12d 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x12e 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x12f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x130 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x131 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x132 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x133 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x134 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x135 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x136 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x137 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x138 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x139 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x13a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x13b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x13c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x13d 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x13e 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x13f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x140 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x141 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x142 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x143 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x144 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x145 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x146 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x147 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x148 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x149 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x14a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x14b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x14c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x14d 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x14e 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x14f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x150 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x151 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x152 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x153 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x154 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x155 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x156 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x157 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x158 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x159 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x15a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x15b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x15c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x15d 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x15e 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x15f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x160 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x161 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x162 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x163 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x164 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x165 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x166 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x167 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x168 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x169 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x16a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x16b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x16c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x16d 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x16e 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x16f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x170 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x171 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x172 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x173 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x174 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x175 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x176 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x177 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x178 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x179 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x17a 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x17b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x17c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x17d 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x17e 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x17f 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x180 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x181 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x182 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x183 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x184 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x185 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x186 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x187 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x188 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x189 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x18a 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x18b 24 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x18c 24 dc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x18d 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x18e 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x18f 24 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x190 24 dc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x191 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x192 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x193 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x194 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x195 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x196 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x197 24 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x198 24 dc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x199 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x19a 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x19b 24 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x19c 24 dc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x19d 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  0 0 None PXW
0x19e 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  0 0 None PXW
0x19f 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  0 0 None PXW
0x1a0 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  0 0 None PXW
0x1a1 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  0 0 None PXW
0x1a2 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  0 0 None PXW
0x1a3 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  0 0 None PXW
0x1a4 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  0 0 None PXW
0x1a5 32 tc  0  32  0 r  y  .  8  8  8  0 .  4  0  0 16 16 16 16  0 0 None PXW
0x1a6 32 tc  0  32  0 r  y  .  8  8  8  8 .  4  0  0 16 16 16 16  0 0 None PXW
0x1a7 32 tc  0  32  0 r  .  .  8  8  8  0 .  4  0  0 16 16 16 16  0 0 None PXW
0x1a8 32 tc  0  32  0 r  .  .  8  8  8  8 .  4  0  0 16 16 16 16  0 0 None PXW
0x1a9 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x1aa 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x1ab 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x1ac 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x1ad 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x1ae 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  2 1 Ncon P.W
0x1af 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x1b0 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  4 1 Ncon P.W
0x1b1 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x1b2 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x1b3 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x1b4 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x1b5 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x1b6 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  2 1 Ncon P.W
0x1b7 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x1b8 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  4 1 Ncon P.W
0x1b9 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1ba 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1bb 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1bc 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1bd 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1be 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1bf 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1c0 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1c1 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1c2 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1c3 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1c4 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1c5 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1c6 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1c7 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1c8 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1c9 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x1ca 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x1cb 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x1cc 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 32 1 Ncon P.W
0x1cd 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x1ce 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x1cf 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x1d0 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 32 1 Ncon P.W
0x1d1 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1d2 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1d3 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1d4 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1d5 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1d6 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1d7 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1d8 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16  8 1 Ncon P.W
0x1d9 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1da 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1db 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1dc 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  0 16 16 16 16 16 1 Ncon P.W
0x1dd 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1de 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1df 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e0 32 tc  0  32  0 r  y  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e1 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e2 32 tc  0  32  0 r  y  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e3 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1e4 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16  8 1 Ncon P.W
0x1e5 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e6 32 tc  0  32  0 r  .  .  8  8  8  0 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e7 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e8 32 tc  0  32  0 r  .  .  8  8  8  8 .  4 24  8 16 16 16 16 16 1 Ncon P.W
0x1e9  0 ??  0  16  0 r  y  .  5  6  5  0 .  4 16  0 16 16 16 16  0 0 None P..
0x1ea  0 ??  0  16  0 r  .  .  5  6  5  0 .  4 16  0 16 16 16 16  0 0 None P..
0x1eb  0 ??  0  16  0 r  y  .  5  6  5  0 .  4 24  0 16 16 16 16  0 0 None P..
0x1ec  0 ??  0  16  0 r  .  .  5  6  5  0 .  4 24  0 16 16 16 16  0 0 None P..
0x1ed  0 ??  0  16  0 r  y  .  5  6  5  0 .  4 24  8 16 16 16 16  0 0 None P..
0x1ee  0 ??  0  16  0 r  .  .  5  6  5  0 .  4 24  8 16 16 16 16  0 0 None P..
0x1ef  0 ??  0  16  0 r  y  .  5  6  5  0 .  4  0  0 16 16 16 16  0 0 None P..
0x1f0  0 ??  0  16  0 r  .  .  5  6  5  0 .  4  0  0 16 16 16 16  0 0 None P..
0x1f1  0 ??  0   0  0 r  .  .  0  0  0  0 .  4 16  0 16 16 16 16  0 0 None P..
0x1f2  0 ??  0   0  0 r  .  .  0  0  0  0 .  4 24  0 16 16 16 16  0 0 None P..
0x1f3  0 ??  0   0  0 r  .  .  0  0  0  0 .  4 24  8 16 16 16 16  0 0 None P..
0x1f4  0 ??  0  32  0 r  .  . 16 16  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1f5  0 ??  0  32  0    .  . 16 16  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1f6  0 ??  0  32  0 r  y  . 16 16  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1f7  0 ??  0  32  0    y  . 16 16  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1f8  0 ??  0  32  0 r  .  . 32  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1f9  0 ??  0  32  0    .  . 32  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1fa  0 ??  0  32  0 r  y  . 32  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1fb  0 ??  0  32  0    y  . 32  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x1fc  0 ??  0  64  0 r  .  . 16 16 16 16 f  4  0  0 16 16 16 16  0 0 None P..
0x1fd  0 ??  0  64  0    .  . 16 16 16 16 f  4  0  0 16 16 16 16  0 0 None P..
0x1fe  0 ??  0  64  0 r  y  . 16 16 16 16 f  4  0  0 16 16 16 16  0 0 None P..
0x1ff  0 ??  0  64  0    y  . 16 16 16 16 f  4  0  0 16 16 16 16  0 0 None P..
0x200  0 ??  0 128  0 r  .  . 32 32 32 32 f  4  0  0 16 16 16 16  0 0 None P..
0x201  0 ??  0 128  0    .  . 32 32 32 32 f  4  0  0 16 16 16 16  0 0 None P..
0x202  0 ??  0 128  0 r  y  . 32 32 32 32 f  4  0  0 16 16 16 16  0 0 None P..
0x203  0 ??  0 128  0    y  . 32 32 32 32 f  4  0  0 16 16 16 16  0 0 None P..
0x204  0 ??  0  32  0 r  .  . 16 16  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x205  0 ??  0  32  0    .  . 16 16  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x206  0 ??  0  32  0 r  y  . 16 16  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x207  0 ??  0  32  0    y  . 16 16  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x208  0 ??  0  32  0 r  .  . 16 16  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x209  0 ??  0  32  0    .  . 16 16  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x20a  0 ??  0  32  0 r  y  . 16 16  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x20b  0 ??  0  32  0    y  . 16 16  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x20c  0 ??  0  32  0 r  .  . 32  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x20d  0 ??  0  32  0    .  . 32  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x20e  0 ??  0  32  0 r  y  . 32  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x20f  0 ??  0  32  0    y  . 32  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x210  0 ??  0  32  0 r  .  . 32  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x211  0 ??  0  32  0    .  . 32  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x212  0 ??  0  32  0 r  y  . 32  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x213  0 ??  0  32  0    y  . 32  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x214  0 ??  0  64  0 r  .  . 16 16 16 16 f  4 24  0 16 16 16 16  0 0 None P..
0x215  0 ??  0  64  0    .  . 16 16 16 16 f  4 24  0 16 16 16 16  0 0 None P..
0x216  0 ??  0  64  0 r  y  . 16 16 16 16 f  4 24  0 16 16 16 16  0 0 None P..
0x217  0 ??  0  64  0    y  . 16 16 16 16 f  4 24  0 16 16 16 16  0 0 None P..
0x218  0 ??  0  64  0 r  .  . 16 16 16 16 f  4 24  8 16 16 16 16  0 0 None P..
0x219  0 ??  0  64  0    .  . 16 16 16 16 f  4 24  8 16 16 16 16  0 0 None P..
0x21a  0 ??  0  64  0 r  y  . 16 16 16 16 f  4 24  8 16 16 16 16  0 0 None P..
0x21b  0 ??  0  64  0    y  . 16 16 16 16 f  4 24  8 16 16 16 16  0 0 None P..
0x21c  0 ??  0 128  0 r  .  . 32 32 32 32 f  4 24  0 16 16 16 16  0 0 None P..
0x21d  0 ??  0 128  0    .  . 32 32 32 32 f  4 24  0 16 16 16 16  0 0 None P..
0x21e  0 ??  0 128  0 r  y  . 32 32 32 32 f  4 24  0 16 16 16 16  0 0 None P..
0x21f  0 ??  0 128  0    y  . 32 32 32 32 f  4 24  0 16 16 16 16  0 0 None P..
0x220  0 ??  0 128  0 r  .  . 32 32 32 32 f  4 24  8 16 16 16 16  0 0 None P..
0x221  0 ??  0 128  0    .  . 32 32 32 32 f  4 24  8 16 16 16 16  0 0 None P..
0x222  0 ??  0 128  0 r  y  . 32 32 32 32 f  4 24  8 16 16 16 16  0 0 None P..
0x223  0 ??  0 128  0    y  . 32 32 32 32 f  4 24  8 16 16 16 16  0 0 None P..
0x224  0 ??  0  16  0 r  .  . 16  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x225  0 ??  0  16  0    .  . 16  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x226  0 ??  0  16  0 r  y  . 16  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x227  0 ??  0  16  0    y  . 16  0  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x228  0 ??  0  64  0 r  .  . 32 32  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x229  0 ??  0  64  0    .  . 32 32  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x22a  0 ??  0  64  0 r  y  . 32 32  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x22b  0 ??  0  64  0    y  . 32 32  0  0 f  4  0  0 16 16 16 16  0 0 None P..
0x22c  0 ??  0  16  0 r  .  . 16  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x22d  0 ??  0  16  0    .  . 16  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x22e  0 ??  0  16  0 r  y  . 16  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x22f  0 ??  0  16  0    y  . 16  0  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x230  0 ??  0  16  0 r  .  . 16  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x231  0 ??  0  16  0    .  . 16  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x232  0 ??  0  16  0 r  y  . 16  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x233  0 ??  0  16  0    y  . 16  0  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x234  0 ??  0  64  0 r  .  . 32 32  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x235  0 ??  0  64  0    .  . 32 32  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x236  0 ??  0  64  0 r  y  . 32 32  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x237  0 ??  0  64  0    y  . 32 32  0  0 f  4 24  0 16 16 16 16  0 0 None P..
0x238  0 ??  0  64  0 r  .  . 32 32  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x239  0 ??  0  64  0    .  . 32 32  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x23a  0 ??  0  64  0 r  y  . 32 32  0  0 f  4 24  8 16 16 16 16  0 0 None P..
0x23b  0 ??  0  64  0    y  . 32 32  0  0 f  4 24  8 16 16 16 16  0 0 None P..

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to