Re: [AD] al_update_display_region

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Fri, 2009-02-27 at 09:30 +0200, Milan Mimica wrote:
> 
> It's not impossible, that's RGBX, for example. Why request a pixel
> format which is apparently not available on all platforms (or there is
> a bug in pixel format selection)?
> 

Well, I get the below. ex_expose has this for some reason:

al_set_new_display_format(ALLEGRO_PIXEL_FORMAT_ANY_32_NO_ALPHA);

If that is wrong, what should it be instead?
ALLEGRO_PIXEL_FORMAT_ANY_NO_ALPHA? ALLEGRO_PIXEL_FORMAT_ANY_32?
ALLEGRO_PIXEL_FORMAT_ANY_24? Or should I just remove the call
completely?

I guess it would be better to have a requested format only fail if
absolutely necessary. In this case, all the 24 bit formats with alpha 0
are what the user intended - they are RGBX after all, just GLX doesn't
report that "X" separately as bits.

xdisplay: GLX 1.3.
xglx-config INFO: get_visuals_new: 140 formats.
-- 
xglx-config INFO: Decoding visual no. 0...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 1...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 2...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 3...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 4...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 5...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 6...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 7...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 8...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 9...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 10...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 11...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 12...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 13...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 14...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 15...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 16...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 17...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 18...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 19...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 20...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 21...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 22...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 23...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 24...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 25...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 26...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 27...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 28...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 29...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 30...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 31...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 32...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 33...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 34...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 35...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 36...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 37...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 38...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 39...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 40...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 41...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 42...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 43...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 44...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 45...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 46...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 47...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 48...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 49...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 50...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 51...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 52...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 53...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 54...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 55...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 56...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 57...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 58...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 59...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 60...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 61...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 62...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 63...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 64...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 65...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 66...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 67...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 68...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 69...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 70...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 71...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 72...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 73...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 74...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 75...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 76...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 77...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 78...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 79...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 80...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 81...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 82...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 83...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 84...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 85...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 86...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 87...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 88...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 89...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 90...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 91...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 92...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 93...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 94...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 95...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 96...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 97...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 98...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 99...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 100...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 101...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 102...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 103...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 104...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 105...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 106...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 107...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 108...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 109...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 110...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 111...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 112...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 113...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 114...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 115...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 116...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 117...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 118...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 119...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 120...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 121...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 122...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 123...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 124...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 125...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 126...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 127...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 128...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 129...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 130...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 131...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 132...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 133...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 134...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 135...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 136...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 137...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 138...
xglx-config INFO: read_fbconfig: Cannot render to a window.
-- 
xglx-config INFO: Decoding visual no. 139...
xglx-config INFO: read_fbconfig: Cannot render to a window.
xglx-config INFO: get_visuals_new(): 0 visuals are good enough.
xglx-config INFO: get_visuals_new: 84 formats.
-- 
xglx-config INFO: Decoding visual no. 0...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 1...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 2...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 3...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 4...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 5...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 6...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 7...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 8...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 9...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 10...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 11...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 12...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 13...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 14...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 15...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 16...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 17...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 18...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 19...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 20...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 21...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 22...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 23...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 24...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 25...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 26...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 27...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 28...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 29...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 30...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 31...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 32...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 33...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 34...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 35...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 36...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 37...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 38...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 39...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 40...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 41...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 42...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 43...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 44...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 45...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 46...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 47...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 48...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 49...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 50...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 51...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 52...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 53...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 54...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 55...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 56...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 57...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 58...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 59...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 60...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 61...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 62...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 63...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 64...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 65...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 66...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 67...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 0 bits
xglx-config INFO: Sample buffers: no
xglx-config INFO: Samples: 0
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 68...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 69...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 70...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 71...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 72...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 73...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 74...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 75...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 76...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 77...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 78...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 79...
xglx-config INFO: Single-buffer: no
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 80...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 81...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 2
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
-- 
xglx-config INFO: Decoding visual no. 82...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a0, 24 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Color depth requirement not met.
-- 
xglx-config INFO: Decoding visual no. 83...
xglx-config INFO: Single-buffer: yes
xglx-config INFO: Swap method: undefined
xglx-config INFO: Color format: r8 g8 b8 a8, 32 bit
xglx-config INFO: Depth buffer: 24 bits
xglx-config INFO: Sample buffers: yes
xglx-config INFO: Samples: 4
display_settings INFO: Alpha depth requirement not met (8 instead of 0).
xglx-config INFO: get_visuals_new(): 0 visuals are good enough.
xglx-config ERROR: _al_xglx_config_select_visual(): Failed to get any visual info.
FIXME: Need better visual selection.
xdisplay: No matching visual found.
Error creating display
shutting down.


-- 
Elias Pschernig <elias@xxxxxxxxxx>





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/