sidorares / node-x11

X11 node.js network protocol client
MIT License
518 stars 72 forks source link

test1.js: gl.render is in lowercase and Error: GLX: Bad context tag #204

Open arteze opened 2 years ago

arteze commented 2 years ago

Error in test1.js because method render is in lowercase.

/root/initrd-expanded/js/nx11/examples/opengl/test1.js:63
            gl.render(ctx);
               ^

TypeError: gl.render is not a function
    at /root/initrd-expanded/js/nx11/examples/opengl/test1.js:63:16
    at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:497:39)
    at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/root/initrd-expanded/js/nx11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/root/initrd-expanded/js/nx11/lib/xcore.js:88:21)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)

The gl is:

gl {
  Render: [Function: render],
  Begin: [Function: Begin],
  End: [Function: End],
  Ortho: [Function: Ortho],
  Frustum: [Function: Frustum],
  PopMatrix: [Function: PopMatrix],
  PushMatrix: [Function: PushMatrix],
  LoadIdentity: [Function: LoadIdentity],
  Rotatef: [Function: Rotatef],
  CallList: [Function: CallList],
  Viewport: [Function: Viewport],
  Vertex3f: [Function: Vertex3f],
  Vertex3fv: [Function: Vertex3fv],
  Color3f: [Function: Color3f],
  Normal3f: [Function: Normal3f],
  Normal3fv: [Function: Normal3fv],
  Color4f: [Function: Color4f],
  Scalef: [Function: Scalef],
  Translatef: [Function: Translatef],
  ClearColor: [Function: ClearColor],
  MatrixMode: [Function: MatrixMode],
  Enable: [Function: Enable],
  Lightfv: [Function: Lightfv],
  Materialfv: [Function: Materialfv],
  Clear: [Function: Clear],
  ShadeModel: [Function: ShadeModel],
  BlendFunc: [Function: BlendFunc],
  PointSize: [Function: PointSize],
  Hint: [Function: Hint],
  BindTexture: [Function: BindTexture],
  TexEnvf: [Function: TexEnvf],
  TexParameterf: [Function: TexParameterf],
  TexParameterfv: [Function: TexParameterfv],
  TexParameteri: [Function: TexParameteri],
  TexImage2D: [Function: TexImage2D],
  ProgramString: [Function: ProgramString],
  BindProgram: [Function: BindProgram],
  TexCoord2f: [Function: TexCoord2f],
  VERSION_1_1: 1,
  VERSION_1_2: 1,
  VERSION_1_3: 1,
  FALSE: 0,
  TRUE: 1,
  BYTE: 5120,
  UNSIGNED_BYTE: 5121,
  SHORT: 5122,
  UNSIGNED_SHORT: 5123,
  INT: 5124,
  UNSIGNED_INT: 5125,
  FLOAT: 5126,
  '2_BYTES': 5127,
  '3_BYTES': 5128,
  '4_BYTES': 5129,
  DOUBLE: 5130,
  POINTS: 0,
  LINES: 1,
  LINE_LOOP: 2,
  LINE_STRIP: 3,
  TRIANGLES: 4,
  TRIANGLE_STRIP: 5,
  TRIANGLE_FAN: 6,
  QUADS: 7,
  QUAD_STRIP: 8,
  POLYGON: 9,
  VERTEX_ARRAY: 32884,
  NORMAL_ARRAY: 32885,
  COLOR_ARRAY: 32886,
  INDEX_ARRAY: 32887,
  TEXTURE_COORD_ARRAY: 32888,
  EDGE_FLAG_ARRAY: 32889,
  VERTEX_ARRAY_SIZE: 32890,
  VERTEX_ARRAY_TYPE: 32891,
  VERTEX_ARRAY_STRIDE: 32892,
  NORMAL_ARRAY_TYPE: 32894,
  NORMAL_ARRAY_STRIDE: 32895,
  COLOR_ARRAY_SIZE: 32897,
  COLOR_ARRAY_TYPE: 32898,
  COLOR_ARRAY_STRIDE: 32899,
  INDEX_ARRAY_TYPE: 32901,
  INDEX_ARRAY_STRIDE: 32902,
  TEXTURE_COORD_ARRAY_SIZE: 32904,
  TEXTURE_COORD_ARRAY_TYPE: 32905,
  TEXTURE_COORD_ARRAY_STRIDE: 32906,
  EDGE_FLAG_ARRAY_STRIDE: 32908,
  VERTEX_ARRAY_POINTER: 32910,
  NORMAL_ARRAY_POINTER: 32911,
  COLOR_ARRAY_POINTER: 32912,
  INDEX_ARRAY_POINTER: 32913,
  TEXTURE_COORD_ARRAY_POINTER: 32914,
  EDGE_FLAG_ARRAY_POINTER: 32915,
  V2F: 10784,
  V3F: 10785,
  C4UB_V2F: 10786,
  C4UB_V3F: 10787,
  C3F_V3F: 10788,
  N3F_V3F: 10789,
  C4F_N3F_V3F: 10790,
  T2F_V3F: 10791,
  T4F_V4F: 10792,
  T2F_C4UB_V3F: 10793,
  T2F_C3F_V3F: 10794,
  T2F_N3F_V3F: 10795,
  T2F_C4F_N3F_V3F: 10796,
  T4F_C4F_N3F_V4F: 10797,
  MATRIX_MODE: 2976,
  MODELVIEW: 5888,
  PROJECTION: 5889,
  TEXTURE: 5890,
  POINT_SMOOTH: 2832,
  POINT_SIZE: 2833,
  POINT_SIZE_GRANULARITY: 2835,
  POINT_SIZE_RANGE: 2834,
  LINE_SMOOTH: 2848,
  LINE_STIPPLE: 2852,
  LINE_STIPPLE_PATTERN: 2853,
  LINE_STIPPLE_REPEAT: 2854,
  LINE_WIDTH: 2849,
  LINE_WIDTH_GRANULARITY: 2851,
  LINE_WIDTH_RANGE: 2850,
  POINT: 6912,
  LINE: 6913,
  FILL: 6914,
  CW: 2304,
  CCW: 2305,
  FRONT: 1028,
  BACK: 1029,
  POLYGON_MODE: 2880,
  POLYGON_SMOOTH: 2881,
  POLYGON_STIPPLE: 2882,
  EDGE_FLAG: 2883,
  CULL_FACE: 2884,
  CULL_FACE_MODE: 2885,
  FRONT_FACE: 2886,
  POLYGON_OFFSET_FACTOR: 32824,
  POLYGON_OFFSET_UNITS: 10752,
  POLYGON_OFFSET_POINT: 10753,
  POLYGON_OFFSET_LINE: 10754,
  POLYGON_OFFSET_FILL: 32823,
  COMPILE: 4864,
  COMPILE_AND_EXECUTE: 4865,
  LIST_BASE: 2866,
  LIST_INDEX: 2867,
  LIST_MODE: 2864,
  NEVER: 512,
  LESS: 513,
  EQUAL: 514,
  LEQUAL: 515,
  GREATER: 516,
  NOTEQUAL: 517,
  GEQUAL: 518,
  ALWAYS: 519,
  DEPTH_TEST: 2929,
  DEPTH_BITS: 3414,
  DEPTH_CLEAR_VALUE: 2931,
  DEPTH_FUNC: 2932,
  DEPTH_RANGE: 2928,
  DEPTH_WRITEMASK: 2930,
  DEPTH_COMPONENT: 6402,
  LIGHTING: 2896,
  LIGHT0: 16384,
  LIGHT1: 16385,
  LIGHT2: 16386,
  LIGHT3: 16387,
  LIGHT4: 16388,
  LIGHT5: 16389,
  LIGHT6: 16390,
  LIGHT7: 16391,
  SPOT_EXPONENT: 4613,
  SPOT_CUTOFF: 4614,
  CONSTANT_ATTENUATION: 4615,
  LINEAR_ATTENUATION: 4616,
  QUADRATIC_ATTENUATION: 4617,
  AMBIENT: 4608,
  DIFFUSE: 4609,
  SPECULAR: 4610,
  SHININESS: 5633,
  EMISSION: 5632,
  POSITION: 4611,
  SPOT_DIRECTION: 4612,
  AMBIENT_AND_DIFFUSE: 5634,
  COLOR_INDEXES: 5635,
  LIGHT_MODEL_TWO_SIDE: 2898,
  LIGHT_MODEL_LOCAL_VIEWER: 2897,
  LIGHT_MODEL_AMBIENT: 2899,
  FRONT_AND_BACK: 1032,
  SHADE_MODEL: 2900,
  FLAT: 7424,
  SMOOTH: 7425,
  COLOR_MATERIAL: 2903,
  COLOR_MATERIAL_FACE: 2901,
  COLOR_MATERIAL_PARAMETER: 2902,
  NORMALIZE: 2977,
  CLIP_PLANE0: 12288,
  CLIP_PLANE1: 12289,
  CLIP_PLANE2: 12290,
  CLIP_PLANE3: 12291,
  CLIP_PLANE4: 12292,
  CLIP_PLANE5: 12293,
  ACCUM_RED_BITS: 3416,
  ACCUM_GREEN_BITS: 3417,
  ACCUM_BLUE_BITS: 3418,
  ACCUM_ALPHA_BITS: 3419,
  ACCUM_CLEAR_VALUE: 2944,
  ACCUM: 256,
  ADD: 260,
  LOAD: 257,
  MULT: 259,
  RETURN: 258,
  ALPHA_TEST: 3008,
  ALPHA_TEST_REF: 3010,
  ALPHA_TEST_FUNC: 3009,
  BLEND: 3042,
  BLEND_SRC: 3041,
  BLEND_DST: 3040,
  ZERO: 0,
  ONE: 1,
  SRC_COLOR: 768,
  ONE_MINUS_SRC_COLOR: 769,
  SRC_ALPHA: 770,
  ONE_MINUS_SRC_ALPHA: 771,
  DST_ALPHA: 772,
  ONE_MINUS_DST_ALPHA: 773,
  DST_COLOR: 774,
  ONE_MINUS_DST_COLOR: 775,
  SRC_ALPHA_SATURATE: 776,
  FEEDBACK: 7169,
  RENDER: 7168,
  SELECT: 7170,
  '2D': 1536,
  '3D': 1537,
  '3D_COLOR': 1538,
  '3D_COLOR_TEXTURE': 1539,
  '4D_COLOR_TEXTURE': 1540,
  POINT_TOKEN: 1793,
  LINE_TOKEN: 1794,
  LINE_RESET_TOKEN: 1799,
  POLYGON_TOKEN: 1795,
  BITMAP_TOKEN: 1796,
  DRAW_PIXEL_TOKEN: 1797,
  COPY_PIXEL_TOKEN: 1798,
  PASS_THROUGH_TOKEN: 1792,
  FEEDBACK_BUFFER_POINTER: 3568,
  FEEDBACK_BUFFER_SIZE: 3569,
  FEEDBACK_BUFFER_TYPE: 3570,
  SELECTION_BUFFER_POINTER: 3571,
  SELECTION_BUFFER_SIZE: 3572,
  FOG: 2912,
  FOG_MODE: 2917,
  FOG_DENSITY: 2914,
  FOG_COLOR: 2918,
  FOG_INDEX: 2913,
  FOG_START: 2915,
  FOG_END: 2916,
  LINEAR: 9729,
  EXP: 2048,
  EXP2: 2049,
  LOGIC_OP: 3057,
  INDEX_LOGIC_OP: 3057,
  COLOR_LOGIC_OP: 3058,
  LOGIC_OP_MODE: 3056,
  CLEAR: 5376,
  SET: 5391,
  COPY: 5379,
  COPY_INVERTED: 5388,
  NOOP: 5381,
  INVERT: 5386,
  AND: 5377,
  NAND: 5390,
  OR: 5383,
  NOR: 5384,
  XOR: 5382,
  EQUIV: 5385,
  AND_REVERSE: 5378,
  AND_INVERTED: 5380,
  OR_REVERSE: 5387,
  OR_INVERTED: 5389,
  STENCIL_BITS: 3415,
  STENCIL_TEST: 2960,
  STENCIL_CLEAR_VALUE: 2961,
  STENCIL_FUNC: 2962,
  STENCIL_VALUE_MASK: 2963,
  STENCIL_FAIL: 2964,
  STENCIL_PASS_DEPTH_FAIL: 2965,
  STENCIL_PASS_DEPTH_PASS: 2966,
  STENCIL_REF: 2967,
  STENCIL_WRITEMASK: 2968,
  STENCIL_INDEX: 6401,
  KEEP: 7680,
  REPLACE: 7681,
  INCR: 7682,
  DECR: 7683,
  NONE: 0,
  LEFT: 1030,
  RIGHT: 1031,
  FRONT_LEFT: 1024,
  FRONT_RIGHT: 1025,
  BACK_LEFT: 1026,
  BACK_RIGHT: 1027,
  AUX0: 1033,
  AUX1: 1034,
  AUX2: 1035,
  AUX3: 1036,
  COLOR_INDEX: 6400,
  RED: 6403,
  GREEN: 6404,
  BLUE: 6405,
  ALPHA: 6406,
  LUMINANCE: 6409,
  LUMINANCE_ALPHA: 6410,
  ALPHA_BITS: 3413,
  RED_BITS: 3410,
  GREEN_BITS: 3411,
  BLUE_BITS: 3412,
  INDEX_BITS: 3409,
  SUBPIXEL_BITS: 3408,
  AUX_BUFFERS: 3072,
  READ_BUFFER: 3074,
  DRAW_BUFFER: 3073,
  DOUBLEBUFFER: 3122,
  STEREO: 3123,
  BITMAP: 6656,
  COLOR: 6144,
  DEPTH: 6145,
  STENCIL: 6146,
  DITHER: 3024,
  RGB: 6407,
  RGBA: 6408,
  MAX_LIST_NESTING: 2865,
  MAX_EVAL_ORDER: 3376,
  MAX_LIGHTS: 3377,
  MAX_CLIP_PLANES: 3378,
  MAX_TEXTURE_SIZE: 3379,
  MAX_PIXEL_MAP_TABLE: 3380,
  MAX_ATTRIB_STACK_DEPTH: 3381,
  MAX_MODELVIEW_STACK_DEPTH: 3382,
  MAX_NAME_STACK_DEPTH: 3383,
  MAX_PROJECTION_STACK_DEPTH: 3384,
  MAX_TEXTURE_STACK_DEPTH: 3385,
  MAX_VIEWPORT_DIMS: 3386,
  MAX_CLIENT_ATTRIB_STACK_DEPTH: 3387,
  ATTRIB_STACK_DEPTH: 2992,
  CLIENT_ATTRIB_STACK_DEPTH: 2993,
  COLOR_CLEAR_VALUE: 3106,
  COLOR_WRITEMASK: 3107,
  CURRENT_INDEX: 2817,
  CURRENT_COLOR: 2816,
  CURRENT_NORMAL: 2818,
  CURRENT_RASTER_COLOR: 2820,
  CURRENT_RASTER_DISTANCE: 2825,
  CURRENT_RASTER_INDEX: 2821,
  CURRENT_RASTER_POSITION: 2823,
  CURRENT_RASTER_TEXTURE_COORDS: 2822,
  CURRENT_RASTER_POSITION_VALID: 2824,
  CURRENT_TEXTURE_COORDS: 2819,
  INDEX_CLEAR_VALUE: 3104,
  INDEX_MODE: 3120,
  INDEX_WRITEMASK: 3105,
  MODELVIEW_MATRIX: 2982,
  MODELVIEW_STACK_DEPTH: 2979,
  NAME_STACK_DEPTH: 3440,
  PROJECTION_MATRIX: 2983,
  PROJECTION_STACK_DEPTH: 2980,
  RENDER_MODE: 3136,
  RGBA_MODE: 3121,
  TEXTURE_MATRIX: 2984,
  TEXTURE_STACK_DEPTH: 2981,
  VIEWPORT: 2978,
  AUTO_NORMAL: 3456,
  MAP1_COLOR_4: 3472,
  MAP1_INDEX: 3473,
  MAP1_NORMAL: 3474,
  MAP1_TEXTURE_COORD_1: 3475,
  MAP1_TEXTURE_COORD_2: 3476,
  MAP1_TEXTURE_COORD_3: 3477,
  MAP1_TEXTURE_COORD_4: 3478,
  MAP1_VERTEX_3: 3479,
  MAP1_VERTEX_4: 3480,
  MAP2_COLOR_4: 3504,
  MAP2_INDEX: 3505,
  MAP2_NORMAL: 3506,
  MAP2_TEXTURE_COORD_1: 3507,
  MAP2_TEXTURE_COORD_2: 3508,
  MAP2_TEXTURE_COORD_3: 3509,
  MAP2_TEXTURE_COORD_4: 3510,
  MAP2_VERTEX_3: 3511,
  MAP2_VERTEX_4: 3512,
  MAP1_GRID_DOMAIN: 3536,
  MAP1_GRID_SEGMENTS: 3537,
  MAP2_GRID_DOMAIN: 3538,
  MAP2_GRID_SEGMENTS: 3539,
  COEFF: 2560,
  ORDER: 2561,
  DOMAIN: 2562,
  PERSPECTIVE_CORRECTION_HINT: 3152,
  POINT_SMOOTH_HINT: 3153,
  LINE_SMOOTH_HINT: 3154,
  POLYGON_SMOOTH_HINT: 3155,
  FOG_HINT: 3156,
  DONT_CARE: 4352,
  FASTEST: 4353,
  NICEST: 4354,
  SCISSOR_BOX: 3088,
  SCISSOR_TEST: 3089,
  MAP_COLOR: 3344,
  MAP_STENCIL: 3345,
  INDEX_SHIFT: 3346,
  INDEX_OFFSET: 3347,
  RED_SCALE: 3348,
  RED_BIAS: 3349,
  GREEN_SCALE: 3352,
  GREEN_BIAS: 3353,
  BLUE_SCALE: 3354,
  BLUE_BIAS: 3355,
  ALPHA_SCALE: 3356,
  ALPHA_BIAS: 3357,
  DEPTH_SCALE: 3358,
  DEPTH_BIAS: 3359,
  PIXEL_MAP_S_TO_S_SIZE: 3249,
  PIXEL_MAP_I_TO_I_SIZE: 3248,
  PIXEL_MAP_I_TO_R_SIZE: 3250,
  PIXEL_MAP_I_TO_G_SIZE: 3251,
  PIXEL_MAP_I_TO_B_SIZE: 3252,
  PIXEL_MAP_I_TO_A_SIZE: 3253,
  PIXEL_MAP_R_TO_R_SIZE: 3254,
  PIXEL_MAP_G_TO_G_SIZE: 3255,
  PIXEL_MAP_B_TO_B_SIZE: 3256,
  PIXEL_MAP_A_TO_A_SIZE: 3257,
  PIXEL_MAP_S_TO_S: 3185,
  PIXEL_MAP_I_TO_I: 3184,
  PIXEL_MAP_I_TO_R: 3186,
  PIXEL_MAP_I_TO_G: 3187,
  PIXEL_MAP_I_TO_B: 3188,
  PIXEL_MAP_I_TO_A: 3189,
  PIXEL_MAP_R_TO_R: 3190,
  PIXEL_MAP_G_TO_G: 3191,
  PIXEL_MAP_B_TO_B: 3192,
  PIXEL_MAP_A_TO_A: 3193,
  PACK_ALIGNMENT: 3333,
  PACK_LSB_FIRST: 3329,
  PACK_ROW_LENGTH: 3330,
  PACK_SKIP_PIXELS: 3332,
  PACK_SKIP_ROWS: 3331,
  PACK_SWAP_BYTES: 3328,
  UNPACK_ALIGNMENT: 3317,
  UNPACK_LSB_FIRST: 3313,
  UNPACK_ROW_LENGTH: 3314,
  UNPACK_SKIP_PIXELS: 3316,
  UNPACK_SKIP_ROWS: 3315,
  UNPACK_SWAP_BYTES: 3312,
  ZOOM_X: 3350,
  ZOOM_Y: 3351,
  TEXTURE_ENV: 8960,
  TEXTURE_ENV_MODE: 8704,
  TEXTURE_1D: 3552,
  TEXTURE_2D: 3553,
  TEXTURE_WRAP_S: 10242,
  TEXTURE_WRAP_T: 10243,
  TEXTURE_MAG_FILTER: 10240,
  TEXTURE_MIN_FILTER: 10241,
  TEXTURE_ENV_COLOR: 8705,
  TEXTURE_GEN_S: 3168,
  TEXTURE_GEN_T: 3169,
  TEXTURE_GEN_R: 3170,
  TEXTURE_GEN_Q: 3171,
  TEXTURE_GEN_MODE: 9472,
  TEXTURE_BORDER_COLOR: 4100,
  TEXTURE_WIDTH: 4096,
  TEXTURE_HEIGHT: 4097,
  TEXTURE_BORDER: 4101,
  TEXTURE_COMPONENTS: 4099,
  TEXTURE_RED_SIZE: 32860,
  TEXTURE_GREEN_SIZE: 32861,
  TEXTURE_BLUE_SIZE: 32862,
  TEXTURE_ALPHA_SIZE: 32863,
  TEXTURE_LUMINANCE_SIZE: 32864,
  TEXTURE_INTENSITY_SIZE: 32865,
  NEAREST_MIPMAP_NEAREST: 9984,
  NEAREST_MIPMAP_LINEAR: 9986,
  LINEAR_MIPMAP_NEAREST: 9985,
  LINEAR_MIPMAP_LINEAR: 9987,
  OBJECT_LINEAR: 9217,
  OBJECT_PLANE: 9473,
  EYE_LINEAR: 9216,
  EYE_PLANE: 9474,
  SPHERE_MAP: 9218,
  DECAL: 8449,
  MODULATE: 8448,
  NEAREST: 9728,
  REPEAT: 10497,
  CLAMP: 10496,
  VENDOR: 7936,
  RENDERER: 7937,
  VERSION: 7938,
  EXTENSIONS: 7939,
  NO_ERROR: 0,
  INVALID_ENUM: 1280,
  INVALID_VALUE: 1281,
  INVALID_OPERATION: 1282,
  STACK_OVERFLOW: 1283,
  STACK_UNDERFLOW: 1284,
  OUT_OF_MEMORY: 1285,
  CURRENT_BIT: 1,
  POINT_BIT: 2,
  LINE_BIT: 4,
  POLYGON_BIT: 8,
  POLYGON_STIPPLE_BIT: 16,
  PIXEL_MODE_BIT: 32,
  LIGHTING_BIT: 64,
  FOG_BIT: 128,
  DEPTH_BUFFER_BIT: 256,
  ACCUM_BUFFER_BIT: 512,
  STENCIL_BUFFER_BIT: 1024,
  VIEWPORT_BIT: 2048,
  TRANSFORM_BIT: 4096,
  ENABLE_BIT: 8192,
  COLOR_BUFFER_BIT: 16384,
  HINT_BIT: 32768,
  EVAL_BIT: 65536,
  LIST_BIT: 131072,
  TEXTURE_BIT: 262144,
  SCISSOR_BIT: 524288,
  ALL_ATTRIB_BITS: 1048575,
  PROXY_TEXTURE_1D: 32867,
  PROXY_TEXTURE_2D: 32868,
  TEXTURE_PRIORITY: 32870,
  TEXTURE_RESIDENT: 32871,
  TEXTURE_BINDING_1D: 32872,
  TEXTURE_BINDING_2D: 32873,
  TEXTURE_INTERNAL_FORMAT: 4099,
  ALPHA4: 32827,
  ALPHA8: 32828,
  ALPHA12: 32829,
  ALPHA16: 32830,
  LUMINANCE4: 32831,
  LUMINANCE8: 32832,
  LUMINANCE12: 32833,
  LUMINANCE16: 32834,
  LUMINANCE4_ALPHA4: 32835,
  LUMINANCE6_ALPHA2: 32836,
  LUMINANCE8_ALPHA8: 32837,
  LUMINANCE12_ALPHA4: 32838,
  LUMINANCE12_ALPHA12: 32839,
  LUMINANCE16_ALPHA16: 32840,
  INTENSITY: 32841,
  INTENSITY4: 32842,
  INTENSITY8: 32843,
  INTENSITY12: 32844,
  INTENSITY16: 32845,
  R3_G3_B2: 10768,
  RGB4: 32847,
  RGB5: 32848,
  RGB8: 32849,
  RGB10: 32850,
  RGB12: 32851,
  RGB16: 32852,
  RGBA2: 32853,
  RGBA4: 32854,
  RGB5_A1: 32855,
  RGBA8: 32856,
  RGB10_A2: 32857,
  RGBA12: 32858,
  RGBA16: 32859,
  CLIENT_PIXEL_STORE_BIT: 1,
  CLIENT_VERTEX_ARRAY_BIT: 2,
  ALL_CLIENT_ATTRIB_BITS: 4294967295,
  CLIENT_ALL_ATTRIB_BITS: 4294967295,
  RESCALE_NORMAL: 32826,
  CLAMP_TO_EDGE: 33071,
  MAX_ELEMENTS_VERTICES: 33000,
  MAX_ELEMENTS_INDICES: 33001,
  BGR: 32992,
  BGRA: 32993,
  UNSIGNED_BYTE_3_3_2: 32818,
  UNSIGNED_BYTE_2_3_3_REV: 33634,
  UNSIGNED_SHORT_5_6_5: 33635,
  UNSIGNED_SHORT_5_6_5_REV: 33636,
  UNSIGNED_SHORT_4_4_4_4: 32819,
  UNSIGNED_SHORT_4_4_4_4_REV: 33637,
  UNSIGNED_SHORT_5_5_5_1: 32820,
  UNSIGNED_SHORT_1_5_5_5_REV: 33638,
  UNSIGNED_INT_8_8_8_8: 32821,
  UNSIGNED_INT_8_8_8_8_REV: 33639,
  UNSIGNED_INT_10_10_10_2: 32822,
  UNSIGNED_INT_2_10_10_10_REV: 33640,
  LIGHT_MODEL_COLOR_CONTROL: 33272,
  SINGLE_COLOR: 33273,
  SEPARATE_SPECULAR_COLOR: 33274,
  TEXTURE_MIN_LOD: 33082,
  TEXTURE_MAX_LOD: 33083,
  TEXTURE_BASE_LEVEL: 33084,
  TEXTURE_MAX_LEVEL: 33085,
  SMOOTH_POINT_SIZE_RANGE: 2834,
  SMOOTH_POINT_SIZE_GRANULARITY: 2835,
  SMOOTH_LINE_WIDTH_RANGE: 2850,
  SMOOTH_LINE_WIDTH_GRANULARITY: 2851,
  ALIASED_POINT_SIZE_RANGE: 33901,
  ALIASED_LINE_WIDTH_RANGE: 33902,
  PACK_SKIP_IMAGES: 32875,
  PACK_IMAGE_HEIGHT: 32876,
  UNPACK_SKIP_IMAGES: 32877,
  UNPACK_IMAGE_HEIGHT: 32878,
  TEXTURE_3D: 32879,
  PROXY_TEXTURE_3D: 32880,
  TEXTURE_DEPTH: 32881,
  TEXTURE_WRAP_R: 32882,
  MAX_3D_TEXTURE_SIZE: 32883,
  TEXTURE_BINDING_3D: 32874,
  CONSTANT_COLOR: 32769,
  ONE_MINUS_CONSTANT_COLOR: 32770,
  CONSTANT_ALPHA: 32771,
  ONE_MINUS_CONSTANT_ALPHA: 32772,
  COLOR_TABLE: 32976,
  POST_CONVOLUTION_COLOR_TABLE: 32977,
  POST_COLOR_MATRIX_COLOR_TABLE: 32978,
  PROXY_COLOR_TABLE: 32979,
  PROXY_POST_CONVOLUTION_COLOR_TABLE: 32980,
  PROXY_POST_COLOR_MATRIX_COLOR_TABLE: 32981,
  COLOR_TABLE_SCALE: 32982,
  COLOR_TABLE_BIAS: 32983,
  COLOR_TABLE_FORMAT: 32984,
  COLOR_TABLE_WIDTH: 32985,
  COLOR_TABLE_RED_SIZE: 32986,
  COLOR_TABLE_GREEN_SIZE: 32987,
  COLOR_TABLE_BLUE_SIZE: 32988,
  COLOR_TABLE_ALPHA_SIZE: 32989,
  COLOR_TABLE_LUMINANCE_SIZE: 32990,
  COLOR_TABLE_INTENSITY_SIZE: 32991,
  CONVOLUTION_1D: 32784,
  CONVOLUTION_2D: 32785,
  SEPARABLE_2D: 32786,
  CONVOLUTION_BORDER_MODE: 32787,
  CONVOLUTION_FILTER_SCALE: 32788,
  CONVOLUTION_FILTER_BIAS: 32789,
  REDUCE: 32790,
  CONVOLUTION_FORMAT: 32791,
  CONVOLUTION_WIDTH: 32792,
  CONVOLUTION_HEIGHT: 32793,
  MAX_CONVOLUTION_WIDTH: 32794,
  MAX_CONVOLUTION_HEIGHT: 32795,
  POST_CONVOLUTION_RED_SCALE: 32796,
  POST_CONVOLUTION_GREEN_SCALE: 32797,
  POST_CONVOLUTION_BLUE_SCALE: 32798,
  POST_CONVOLUTION_ALPHA_SCALE: 32799,
  POST_CONVOLUTION_RED_BIAS: 32800,
  POST_CONVOLUTION_GREEN_BIAS: 32801,
  POST_CONVOLUTION_BLUE_BIAS: 32802,
  POST_CONVOLUTION_ALPHA_BIAS: 32803,
  CONSTANT_BORDER: 33105,
  REPLICATE_BORDER: 33107,
  CONVOLUTION_BORDER_COLOR: 33108,
  COLOR_MATRIX: 32945,
  COLOR_MATRIX_STACK_DEPTH: 32946,
  MAX_COLOR_MATRIX_STACK_DEPTH: 32947,
  POST_COLOR_MATRIX_RED_SCALE: 32948,
  POST_COLOR_MATRIX_GREEN_SCALE: 32949,
  POST_COLOR_MATRIX_BLUE_SCALE: 32950,
  POST_COLOR_MATRIX_ALPHA_SCALE: 32951,
  POST_COLOR_MATRIX_RED_BIAS: 32952,
  POST_COLOR_MATRIX_GREEN_BIAS: 32953,
  POST_COLOR_MATRIX_BLUE_BIAS: 32954,
  POST_COLOR_MATRIX_ALPHA_BIAS: 32955,
  HISTOGRAM: 32804,
  PROXY_HISTOGRAM: 32805,
  HISTOGRAM_WIDTH: 32806,
  HISTOGRAM_FORMAT: 32807,
  HISTOGRAM_RED_SIZE: 32808,
  HISTOGRAM_GREEN_SIZE: 32809,
  HISTOGRAM_BLUE_SIZE: 32810,
  HISTOGRAM_ALPHA_SIZE: 32811,
  HISTOGRAM_LUMINANCE_SIZE: 32812,
  HISTOGRAM_SINK: 32813,
  MINMAX: 32814,
  MINMAX_FORMAT: 32815,
  MINMAX_SINK: 32816,
  TABLE_TOO_LARGE: 32817,
  BLEND_EQUATION: 32777,
  MIN: 32775,
  MAX: 32776,
  FUNC_ADD: 32774,
  FUNC_SUBTRACT: 32778,
  FUNC_REVERSE_SUBTRACT: 32779,
  BLEND_COLOR: 32773,
  TEXTURE0: 33984,
  TEXTURE1: 33985,
  TEXTURE2: 33986,
  TEXTURE3: 33987,
  TEXTURE4: 33988,
  TEXTURE5: 33989,
  TEXTURE6: 33990,
  TEXTURE7: 33991,
  TEXTURE8: 33992,
  TEXTURE9: 33993,
  TEXTURE10: 33994,
  TEXTURE11: 33995,
  TEXTURE12: 33996,
  TEXTURE13: 33997,
  TEXTURE14: 33998,
  TEXTURE15: 33999,
  TEXTURE16: 34000,
  TEXTURE17: 34001,
  TEXTURE18: 34002,
  TEXTURE19: 34003,
  TEXTURE20: 34004,
  TEXTURE21: 34005,
  TEXTURE22: 34006,
  TEXTURE23: 34007,
  TEXTURE24: 34008,
  TEXTURE25: 34009,
  TEXTURE26: 34010,
  TEXTURE27: 34011,
  TEXTURE28: 34012,
  TEXTURE29: 34013,
  TEXTURE30: 34014,
  TEXTURE31: 34015,
  ACTIVE_TEXTURE: 34016,
  CLIENT_ACTIVE_TEXTURE: 34017,
  MAX_TEXTURE_UNITS: 34018,
  NORMAL_MAP: 34065,
  REFLECTION_MAP: 34066,
  TEXTURE_CUBE_MAP: 34067,
  TEXTURE_BINDING_CUBE_MAP: 34068,
  TEXTURE_CUBE_MAP_POSITIVE_X: 34069,
  TEXTURE_CUBE_MAP_NEGATIVE_X: 34070,
  TEXTURE_CUBE_MAP_POSITIVE_Y: 34071,
  TEXTURE_CUBE_MAP_NEGATIVE_Y: 34072,
  TEXTURE_CUBE_MAP_POSITIVE_Z: 34073,
  TEXTURE_CUBE_MAP_NEGATIVE_Z: 34074,
  PROXY_TEXTURE_CUBE_MAP: 34075,
  MAX_CUBE_MAP_TEXTURE_SIZE: 34076,
  COMPRESSED_ALPHA: 34025,
  COMPRESSED_LUMINANCE: 34026,
  COMPRESSED_LUMINANCE_ALPHA: 34027,
  COMPRESSED_INTENSITY: 34028,
  COMPRESSED_RGB: 34029,
  COMPRESSED_RGBA: 34030,
  TEXTURE_COMPRESSION_HINT: 34031,
  TEXTURE_COMPRESSED_IMAGE_SIZE: 34464,
  TEXTURE_COMPRESSED: 34465,
  NUM_COMPRESSED_TEXTURE_FORMATS: 34466,
  COMPRESSED_TEXTURE_FORMATS: 34467,
  MULTISAMPLE: 32925,
  SAMPLE_ALPHA_TO_COVERAGE: 32926,
  SAMPLE_ALPHA_TO_ONE: 32927,
  SAMPLE_COVERAGE: 32928,
  SAMPLE_BUFFERS: 32936,
  SAMPLES: 32937,
  SAMPLE_COVERAGE_VALUE: 32938,
  SAMPLE_COVERAGE_INVERT: 32939,
  MULTISAMPLE_BIT: 536870912,
  TRANSPOSE_MODELVIEW_MATRIX: 34019,
  TRANSPOSE_PROJECTION_MATRIX: 34020,
  TRANSPOSE_TEXTURE_MATRIX: 34021,
  TRANSPOSE_COLOR_MATRIX: 34022,
  COMBINE: 34160,
  COMBINE_RGB: 34161,
  COMBINE_ALPHA: 34162,
  SOURCE0_RGB: 34176,
  SOURCE1_RGB: 34177,
  SOURCE2_RGB: 34178,
  SOURCE0_ALPHA: 34184,
  SOURCE1_ALPHA: 34185,
  SOURCE2_ALPHA: 34186,
  OPERAND0_RGB: 34192,
  OPERAND1_RGB: 34193,
  OPERAND2_RGB: 34194,
  OPERAND0_ALPHA: 34200,
  OPERAND1_ALPHA: 34201,
  OPERAND2_ALPHA: 34202,
  RGB_SCALE: 34163,
  ADD_SIGNED: 34164,
  INTERPOLATE: 34165,
  SUBTRACT: 34023,
  CONSTANT: 34166,
  PRIMARY_COLOR: 34167,
  PREVIOUS: 34168,
  DOT3_RGB: 34478,
  DOT3_RGBA: 34479,
  CLAMP_TO_BORDER: 33069,
  TEXTURE0_ARB: 33984,
  TEXTURE1_ARB: 33985,
  TEXTURE2_ARB: 33986,
  TEXTURE3_ARB: 33987,
  TEXTURE4_ARB: 33988,
  TEXTURE5_ARB: 33989,
  TEXTURE6_ARB: 33990,
  TEXTURE7_ARB: 33991,
  TEXTURE8_ARB: 33992,
  TEXTURE9_ARB: 33993,
  TEXTURE10_ARB: 33994,
  TEXTURE11_ARB: 33995,
  TEXTURE12_ARB: 33996,
  TEXTURE13_ARB: 33997,
  TEXTURE14_ARB: 33998,
  TEXTURE15_ARB: 33999,
  TEXTURE16_ARB: 34000,
  TEXTURE17_ARB: 34001,
  TEXTURE18_ARB: 34002,
  TEXTURE19_ARB: 34003,
  TEXTURE20_ARB: 34004,
  TEXTURE21_ARB: 34005,
  TEXTURE22_ARB: 34006,
  TEXTURE23_ARB: 34007,
  TEXTURE24_ARB: 34008,
  TEXTURE25_ARB: 34009,
  TEXTURE26_ARB: 34010,
  TEXTURE27_ARB: 34011,
  TEXTURE28_ARB: 34012,
  TEXTURE29_ARB: 34013,
  TEXTURE30_ARB: 34014,
  TEXTURE31_ARB: 34015,
  ACTIVE_TEXTURE_ARB: 34016,
  CLIENT_ACTIVE_TEXTURE_ARB: 34017,
  MAX_TEXTURE_UNITS_ARB: 34018,
  DEBUG_OBJECT_MESA: 34649,
  DEBUG_PRINT_MESA: 34650,
  DEBUG_ASSERT_MESA: 34651,
  DEPTH_STENCIL_MESA: 34640,
  UNSIGNED_INT_24_8_MESA: 34641,
  UNSIGNED_INT_8_24_REV_MESA: 34642,
  UNSIGNED_SHORT_15_1_MESA: 34643,
  UNSIGNED_SHORT_1_15_REV_MESA: 34644,
  FRAGMENT_PROGRAM_POSITION_MESA: 35760,
  FRAGMENT_PROGRAM_CALLBACK_MESA: 35761,
  FRAGMENT_PROGRAM_CALLBACK_FUNC_MESA: 35762,
  FRAGMENT_PROGRAM_CALLBACK_DATA_MESA: 35763,
  VERTEX_PROGRAM_POSITION_MESA: 35764,
  VERTEX_PROGRAM_CALLBACK_MESA: 35765,
  VERTEX_PROGRAM_CALLBACK_FUNC_MESA: 35766,
  VERTEX_PROGRAM_CALLBACK_DATA_MESA: 35767,
  TEXTURE_1D_ARRAY_EXT: 35864,
  PROXY_TEXTURE_1D_ARRAY_EXT: 35865,
  TEXTURE_2D_ARRAY_EXT: 35866,
  PROXY_TEXTURE_2D_ARRAY_EXT: 35867,
  TEXTURE_BINDING_1D_ARRAY_EXT: 35868,
  TEXTURE_BINDING_2D_ARRAY_EXT: 35869,
  MAX_ARRAY_TEXTURE_LAYERS_EXT: 35071,
  FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT: 36052,
  ALPHA_BLEND_EQUATION_ATI: 34877,
  NewList: [Function (anonymous)],
  EndList: [Function (anonymous)],
  GenLists: [Function (anonymous)],
  GenTextures: [Function (anonymous)],
  IsTexture: [Function (anonymous)],
  SwapBuffers: [Function (anonymous)],
  Finish: [Function (anonymous)]
}

If I change gl.render to gl.Render, I get error, Error: GLX: Bad context tag:

Error: GLX: Bad context tag
    at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:472:29)
    at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/root/initrd-expanded/js/nx11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/root/initrd-expanded/js/nx11/lib/xcore.js:88:21)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  error: 160,
  seq: 8,
  badParam: 31457281,
  minorOpcode: 104,
  majorOpcode: 150
}
Error: GLX: Bad context tag
    at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:472:29)
    at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/root/initrd-expanded/js/nx11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/root/initrd-expanded/js/nx11/lib/xcore.js:88:21)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  error: 160,
  seq: 9,
  badParam: 31457281,
  minorOpcode: 101,
  majorOpcode: 150
}
Error: GLX: Bad context tag
    at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:472:29)
    at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/root/initrd-expanded/js/nx11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/root/initrd-expanded/js/nx11/lib/xcore.js:88:21)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  error: 160,
  seq: 10,
  badParam: 31457282,
  minorOpcode: 1,
  majorOpcode: 150
}
Error: GLX: Bad context tag
    at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:472:29)
    at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/root/initrd-expanded/js/nx11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/root/initrd-expanded/js/nx11/lib/xcore.js:88:21)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  error: 160,
  seq: 11,
  badParam: 31457282,
  minorOpcode: 102,
  majorOpcode: 150
}
Error: GLX: Bad context tag
    at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:472:29)
    at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/root/initrd-expanded/js/nx11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/root/initrd-expanded/js/nx11/lib/xcore.js:88:21)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  error: 160,
  seq: 12,
  badParam: 31457282,
  minorOpcode: 1,
  majorOpcode: 150
}
Error: GLX: Bad context tag
    at ReadFixedRequest.callback (/root/initrd-expanded/js/nx11/lib/xcore.js:472:29)
    at ReadFixedRequest.execute (/root/initrd-expanded/js/nx11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/root/initrd-expanded/js/nx11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/root/initrd-expanded/js/nx11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/root/initrd-expanded/js/nx11/lib/xcore.js:88:21)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  error: 160,
  seq: 13,
  badParam: 31457282,
  minorOpcode: 11,
  majorOpcode: 150
}
arteze commented 2 years ago

The number 31457281 is curiously 30*1024**2+1, and 31457282 is 30*1024**2+2.

sidorares commented 2 years ago

thanks for trying @arteze , it's been a while I've used node-x11 and I'm on mac most of the time ( though have xquartz installed )

arteze commented 2 years ago

Oh, I understand, I have in Linux, if it serves something, I leave the result of glxinfo:

> glxinfo -v -t | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 18.0.0-rc5

> glxinfo -b
887

Full:

> glxinfo -v -t
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_no_config_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_SGI_make_current_read
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, 
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: VMware, Inc. (0xffffffff)
    Device: llvmpipe (LLVM 6.0, 128 bits) (0xffffffff)
    Version: 18.0.0
    Accelerated: no
    Video memory: 920MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 3.3
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 6.0, 128 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 18.0.0-rc5
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, 
    GL_AMD_shader_trinary_minmax, GL_AMD_vertex_shader_layer, 
    GL_AMD_vertex_shader_viewport_index, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_ARB_ES2_compatibility, 
    GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_base_instance, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
    GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_direct_state_access, 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_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, 
    GL_ARB_get_texture_sub_image, GL_ARB_gpu_shader_fp64, 
    GL_ARB_gpu_shader_int64, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_objects, GL_ARB_shader_stencil_export, 
    GL_ARB_shader_subroutine, GL_ARB_shader_texture_lod, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map_array, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, 
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, 
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, 
    GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, 
    GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, 
    GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ATI_blend_equation_separate, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_EXT_abgr, GL_EXT_blend_equation_separate, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_sRGB, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 
    GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_shader_integer_mix, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_integer, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_KHR_context_flush_control, GL_KHR_debug, 
    GL_KHR_no_error, GL_MESA_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_MESA_ycbcr_texture, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, 
    GL_OES_EGL_image, GL_S3_s3tc

OpenGL version string: 3.0 Mesa 18.0.0-rc5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
    GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, 
    GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_color_buffer_float, 
    GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, 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_instanced, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_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_get_program_binary, GL_ARB_get_texture_sub_image, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_objects, GL_ARB_shader_stencil_export, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, 
    GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression, 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_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, 
    GL_ATI_fragment_shader, GL_ATI_separate_stencil, 
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 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_compiled_vertex_array, GL_EXT_copy_texture, 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_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, 
    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_polygon_offset, 
    GL_EXT_polygon_offset_clamp, GL_EXT_provoking_vertex, 
    GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
    GL_EXT_texture_array, 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_integer, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, 
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_MESA_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_MESA_ycbcr_texture, 
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, 
    GL_NV_fog_distance, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 3.0 Mesa 18.0.0-rc5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_base_instance, 
    GL_EXT_blend_func_extended, GL_EXT_blend_minmax, 
    GL_EXT_clip_cull_distance, GL_EXT_color_buffer_float, 
    GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_copy_image, 
    GL_EXT_discard_framebuffer, GL_EXT_draw_buffers, 
    GL_EXT_draw_buffers_indexed, GL_EXT_draw_elements_base_vertex, 
    GL_EXT_frag_depth, GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, 
    GL_EXT_occlusion_query_boolean, GL_EXT_polygon_offset_clamp, 
    GL_EXT_read_format_bgra, GL_EXT_separate_shader_objects, 
    GL_EXT_shader_integer_mix, GL_EXT_texture_border_clamp, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_format_BGRA8888, 
    GL_EXT_texture_rg, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_type_2_10_10_10_REV, GL_EXT_unpack_subimage, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_MESA_shader_integer_functions, GL_NV_draw_buffers, 
    GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_NV_read_depth, 
    GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image, 
    GL_OES_EGL_image_external, GL_OES_EGL_sync, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, GL_OES_depth24, 
    GL_OES_depth_texture, GL_OES_depth_texture_cube_map, 
    GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex, 
    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_required_internalformat, GL_OES_rgb8_rgba8, 
    GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context, 
    GL_OES_texture_3D, GL_OES_texture_border_clamp, 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_texture_stencil8, GL_OES_vertex_array_object, 
    GL_OES_vertex_half_float

240 GLX Visuals
Vis   Vis   Visual Trans  buff lev render DB ste  r   g   b   a      s  aux dep ste  accum buffer   MS   MS         
 ID  Depth   Type  parent size el   type     reo sz  sz  sz  sz flt rgb buf th  ncl  r   g   b   a  num bufs caveats
--------------------------------------------------------------------------------------------------------------------
0x 21 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x28c 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x28d 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x28e 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x28f 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x290 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x291 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x292 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x293 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x294 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x295 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x296 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x297 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x298 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x299 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x29a 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x29b 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x29c 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x29d 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x29e 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x29f 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x2a0 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x2a1 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x2a2 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x2a3 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x2a4 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x2a5 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x2a6 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x2a7 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x2a8 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x2a9 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x2aa 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x2ab 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x2ac 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x2ad 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x2ae 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x2af 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x2b0 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x2b1 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x2b2 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x2b3 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x2b4 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x2b5 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x2b6 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x2b7 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x2b8 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x2b9 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x2ba 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x2bb 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x2bc 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x2bd 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x2be 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x2bf 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x2c0 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x2c1 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x2c2 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x2c3 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x2c4 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x2c5 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x2c6 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x2c7 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x2c8 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x2c9 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x2ca 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x2cb 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x2cc 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x2cd 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x2ce 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x2cf 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x2d0 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x2d1 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x2d2 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x2d3 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x2d4 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x2d5 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x2d6 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x2d7 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x2d8 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x2d9 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x2da 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x2db 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x2dc 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x2dd 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x2de 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x2df 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x2e0 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x2e1 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x2e2 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x2e3 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x2e4 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x2e5 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x2e6 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x2e7 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x2e8 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x2e9 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x2ea 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x2eb 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x2ec 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x2ed 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x2ee 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x2ef 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x2f0 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x2f1 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x2f2 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x2f3 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x2f4 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x2f5 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x2f6 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x2f7 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x2f8 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x2f9 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x2fa 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x2fb 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x2fc 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x2fd 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x2fe 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x2ff 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x300 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x301 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x302 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x303 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x304 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x305 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x306 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x307 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x308 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x309 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x30a 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x30b 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x30c 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x30d 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x30e 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x30f 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x310 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x311 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x312 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x313 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x314 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x315 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x316 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x317 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x318 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x319 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x31a 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x31b 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x31c 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x31d 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x31e 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x31f 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x320 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x321 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x322 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x323 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x324 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x325 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x326 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x327 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x328 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x329 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x32a 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x32b 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x32c 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x32d 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x32e 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x32f 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x330 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x331 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x332 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x333 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x334 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x335 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x336 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x337 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x338 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x339 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x33a 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x33b 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x33c 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x33d 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x33e 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x33f 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x340 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x341 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x342 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x343 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x344 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x345 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x346 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x347 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x348 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x349 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x34a 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x34b 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x34c 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x34d 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x34e 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x34f 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x350 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x351 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x352 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x353 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x354 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x355 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x356 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x357 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x358 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x359 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x35a 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x35b 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x35c 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x35d 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x35e 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x35f 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x360 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x361 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x362 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x363 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x364 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x365 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x366 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x367 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x368 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x369 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x36a 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x36b 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x36c 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x36d 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x36e 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x36f 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x370 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x371 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x372 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x373 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x374 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x375 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x376 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x377 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x378 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x379 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x37a 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow

330 GLXFBConfigs:
Vis   Vis   Visual Trans  buff lev render DB ste  r   g   b   a      s  aux dep ste  accum buffer   MS   MS         
 ID  Depth   Type  parent size el   type     reo sz  sz  sz  sz flt rgb buf th  ncl  r   g   b   a  num bufs caveats
--------------------------------------------------------------------------------------------------------------------
0x ca 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x cb 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x cc 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x cd 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x ce 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x cf 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x d0 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x d1 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x d2 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x d3 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x d4 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x d5 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x d6 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x d7 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x d8 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x d9 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x da 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x db 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x dc 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x dd 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x de 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x df 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x e0 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x e1 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x e2 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x e3 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x e4 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x e5 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x e6 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x e7 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x e8 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x e9 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x ea 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x eb 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x ec 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x ed 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x ee 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x ef 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x f0 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x f1 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x f2 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x f3 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x f4 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x f5 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x f6 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x f7 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x f8 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x f9 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x fa 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x fb 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x fc 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x fd 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x fe 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x ff 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x100 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x101 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x102 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x103 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x104 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x105 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x106 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x107 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x108 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x109 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x10a 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x10b 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x10c 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x10d 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x10e 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x10f 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x110 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x111 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x112 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x113 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x114 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x115 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x116 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x117 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x118 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x119 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x11a 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x11b 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x11c 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x11d 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x11e 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x11f 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x120 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x121 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x122 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x123 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x124 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x125 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x126 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x127 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x128 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x129 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x12a 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x12b 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x12c 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x12d 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x12e 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x12f 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x130 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x131 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x132 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x133 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x134 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x135 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x136 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x137 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x138 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x139 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x13a 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x13b 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x13c 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x13d 24 TrueColor    0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x13e 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x13f 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x140 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x141 24 TrueColor    0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x142  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0    0  0   0   0   0   0   0   0   None
0x143  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x144  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0   0   0   0   0   0   0   None
0x145  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x146  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0   0   0   0   0   0   0   None
0x147  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x148  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   16  0   0   0   0   0   0   0   None
0x149  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x14a  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0   0   0   0   0   0   0   None
0x14b  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x14c  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0   0   0   0   0   0   0   None
0x14d  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x14e  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  0   0   0   0   0   0   0   None
0x14f  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x150  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0   0   0   0   0   0   0   None
0x151  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x152  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0   0   0   0   0   0   0   None
0x153  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x154  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  8   0   0   0   0   0   0   None
0x155  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x156  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8   0   0   0   0   0   0   None
0x157  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x158  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8   0   0   0   0   0   0   None
0x159  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x15a  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   32  0   0   0   0   0   0   0   None
0x15b  0 TrueColor    0     16  0  rgba   0   0   5   6   5   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x15c  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0   0   0   0   0   0   0   None
0x15d  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x15e  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0   0   0   0   0   0   0   None
0x15f  0 TrueColor    0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x1d8 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x1d9 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x1da 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x1db 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x1dc 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x1dd 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0  16  16  16  16   0   0   Slow
0x1de 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x1df 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x1e0 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x1e1 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x1e2 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x1e3 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0  16  16  16  16   0   0   Slow
0x1e4 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x1e5 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x1e6 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x1e7 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x1e8 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x1e9 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0  16  16  16  16   0   0   Slow
0x1ea 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x1eb 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x1ec 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x1ed 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x1ee 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x1ef 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8  16  16  16  16   0   0   Slow
0x1f0 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x1f1 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x1f2 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x1f3 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x1f4 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x1f5 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0  16  16  16  16   0   0   Slow
0x1f6 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x1f7 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x1f8 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x1f9 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x1fa 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0   0   0   0   0   0   0   None
0x1fb 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x1fc 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x1fd 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x1fe 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x1ff 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x200 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0   0   0   0   0   0   0   None
0x201 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x202 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x203 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x204 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x205 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x206 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0   0   0   0   0   0   0   None
0x207 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x208 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x209 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x20a 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x20b 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x20c 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8   0   0   0   0   0   0   None
0x20d 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x20e 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x20f 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x210 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x211 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x212 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0   0   0   0   0   0   0   None
0x213 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x214 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x215 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x216 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x217 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x218 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x219 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0  16  16  16  16   0   0   Slow
0x21a 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x21b 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x21c 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x21d 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x21e 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x21f 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0  16  16  16  16   0   0   Slow
0x220 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x221 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x222 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x223 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x224 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x225 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0  16  16  16  16   0   0   Slow
0x226 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x227 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x228 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x229 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x22a 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x22b 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8  16  16  16  16   0   0   Slow
0x22c 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x22d 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x22e 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x22f 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x230 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x231 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0  16  16  16  16   0   0   Slow
0x232 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x233 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x234 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x235 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x236 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0   0   0   0   0   0   0   None
0x237 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0    0  0  16  16  16   0   0   0   Slow
0x238 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x239 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x23a 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x23b 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x23c 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0   0   0   0   0   0   0   None
0x23d 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   16  0  16  16  16   0   0   0   Slow
0x23e 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x23f 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x240 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x241 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x242 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0   0   0   0   0   0   0   None
0x243 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  0  16  16  16   0   0   0   Slow
0x244 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x245 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x246 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x247 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x248 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8   0   0   0   0   0   0   None
0x249 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   24  8  16  16  16   0   0   0   Slow
0x24a 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x24b 24 DirectColor  0     24  0  rgba   0   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x24c 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x24d 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x24e 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0   0   0   0   0   0   0   None
0x24f 24 DirectColor  0     24  0  rgba   1   0   8   8   8   0  .   s   0   32  0  16  16  16   0   0   0   Slow
0x250  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0    0  0   0   0   0   0   0   0   None
0x251  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x252  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0   0   0   0   0   0   0   None
0x253  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x254  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0   0   0   0   0   0   0   None
0x255  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0    0  0  16  16  16   0   0   0   Slow
0x256  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   16  0   0   0   0   0   0   0   None
0x257  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x258  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0   0   0   0   0   0   0   None
0x259  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x25a  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0   0   0   0   0   0   0   None
0x25b  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   16  0  16  16  16   0   0   0   Slow
0x25c  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  0   0   0   0   0   0   0   None
0x25d  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x25e  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0   0   0   0   0   0   0   None
0x25f  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x260  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0   0   0   0   0   0   0   None
0x261  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  0  16  16  16   0   0   0   Slow
0x262  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  8   0   0   0   0   0   0   None
0x263  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x264  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8   0   0   0   0   0   0   None
0x265  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x266  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8   0   0   0   0   0   0   None
0x267  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   24  8  16  16  16   0   0   0   Slow
0x268  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   32  0   0   0   0   0   0   0   None
0x269  0 DirectColor  0     16  0  rgba   0   0   5   6   5   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x26a  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0   0   0   0   0   0   0   None
0x26b  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x26c  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0   0   0   0   0   0   0   None
0x26d  0 DirectColor  0     16  0  rgba   1   0   5   6   5   0  .   .   0   32  0  16  16  16   0   0   0   Slow
0x26e  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x26f  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x270  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0    0  0   0   0   0   0   0   0   None
0x271  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x272  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x273  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   16  0   0   0   0   0   0   0   None
0x274  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x275  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x276  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  0   0   0   0   0   0   0   None
0x277  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x278  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x279  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   24  8   0   0   0   0   0   0   None
0x27a  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x27b  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x27c  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   .   0   32  0   0   0   0   0   0   0   None
0x27d  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x27e  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x27f  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0    0  0   0   0   0   0   0   0   None
0x280  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x281  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x282  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   16  0   0   0   0   0   0   0   None
0x283  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x284  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x285  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  0   0   0   0   0   0   0   None
0x286  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x287  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x288  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   24  8   0   0   0   0   0   0   None
0x289  0 TrueColor    0     32  0  rgba   0   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x28a  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None
0x28b  0 TrueColor    0     32  0  rgba   1   0   8   8   8   8  .   s   0   32  0   0   0   0   0   0   0   None