[visionegg] VisionEgg on Debian
- From: "Matthias H. Hennig" <hennig@xxxxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Thu, 20 Mar 2003 16:34:12 +0000
Hi all,
I tried to get VisionEgg running on Debian woody/i386. Basically the pyOpenGL
module seems to make problems I was not ablte to solve. Below is the output
of check-config.py and opengl_info.py. This particular output s from version
0.9.3, bu I tried the latest and the CVS as well. It was generated with the
required deb packages installed from the woody/stable tree, but I also tried
different versions of tkinter/pyopengl/pyimaging in a local installation as
well as python 2.1 and 2.2 and the problems are always similar.
One problem always seems to be the glGetTexLevelParameteriv call.
Has anybody managed to get it running under Debian?
Tanks,
Matthias
~############################~
./check-config.py
check-config.py for Vision Egg 0.9.3.
[2002/07/24 09:29:38 CVS revision 1.8]
Beginning configuration check.
VisionEgg version 0.9.3
Config file found at /home/mhh1/tmp/py/VisionEgg/VisionEgg.cfg
SYNCMASTER_PRESENT = 0
VISIONEGG_CONFIG_FILE = /home/mhh1/tmp/py/VisionEgg/VisionEgg.cfg
VISIONEGG_FRAMELESS_WINDOW = 0
VISIONEGG_FULLSCREEN = 0
VISIONEGG_GUI_INIT = 1
VISIONEGG_GUI_ON_ERROR = 1
VISIONEGG_HIDE_MOUSE = 1
VISIONEGG_LOG_FILE = VisionEgg.log
VISIONEGG_MAXPRIORITY = 0
VISIONEGG_MESSAGE_LEVEL = 1
VISIONEGG_MONITOR_REFRESH_HZ = 60.0
VISIONEGG_PREFERRED_BPP = 32
VISIONEGG_RECORD_TIMES = 1
VISIONEGG_REQUEST_ALPHA_BITS = 0
VISIONEGG_REQUEST_BLUE_BITS = 8
VISIONEGG_REQUEST_GREEN_BITS = 8
VISIONEGG_REQUEST_RED_BITS = 8
VISIONEGG_SCREEN_H = 480
VISIONEGG_SCREEN_W = 640
VISIONEGG_SYNC_SWAP = 1
VISIONEGG_SYSTEM_DIR = /usr/VisionEgg
VISIONEGG_TKINTER_OK = 1
VISIONEGG_USER_DIR = /home/mhh1/VisionEgg
The demo files should be in /usr/VisionEgg/demos
Version checklist:
Python version 2.1.3 (OK)
extra Python info: (#1, Sep 7 2002, 15:29:56) [GCC 2.95.4 20011002 (Debian
prerelease)]
Numeric version 21.0 (OK)
PyOpenGL (package "OpenGL") version 1.5.6b1 (Untested)
pygame version 1.5 (OK)
Python Imaging Library (package "Image") version 1.1.3 (OK)
Numeric version 21.0 (OK)
Optional module(s):
Pyro failed
~############################~
./test/opengl_info.py
Initializing graphics at 640 x 480 ( 0 bpp ).
OpenGL information returned from OpenGL drivers:
GL_VENDOR = VA Linux Systems, Inc.
GL_RENDERER = Mesa GLX Indirect
GL_VERSION = 1.2 Mesa 3.4.2
GL_EXTENSIONS =
GL_ARB_multitexture
GL_EXT_abgr
GL_EXT_blend_color
GL_EXT_blend_minmax
GL_EXT_blend_subtract
Buffer information
GL_AUX_BUFFERS = 0
GL_RGBA_MODE = 1.0
GL_DOUBLEBUFFER = 1.0
GL_STEREO = 0.0
GL_RED_BITS = 5
GL_GREEN_BITS = 6
GL_BLUE_BITS = 5
GL_ALPHA_BITS = 0
GL_ACCUM_RED_BITS = 0
GL_ACCUM_GREEN_BITS = 0
GL_ACCUM_BLUE_BITS = 0
GL_ACCUM_ALPHA_BITS = 0
Testing PyOpenGL extension support
GL_ARB_matrix_palette: Failed (exception raised): No module named
ARB.matrix_palette
GL_ARB_multisample: Failed (exception raised): No module named
ARB.multisample
GL_ARB_multitexture: Failed (exception raised): No module named
ARB.multitexture
GL_ARB_point_parameters: Failed (exception raised): No module named
ARB.point_parameters
GL_ARB_texture_border_clamp: Failed (exception raised): No module named
ARB.texture_border_clamp
GL_ARB_texture_compression: Failed (exception raised): No module named
ARB.texture_compression
GL_ARB_texture_cube_map: Failed (exception raised): No module named
ARB.texture_cube_map
GL_ARB_texture_env_add: Failed (exception raised): No module named
ARB.texture_env_add
GL_ARB_texture_env_combine: Failed (exception raised): No module named
ARB.texture_env_combine
GL_ARB_texture_env_crossbar: Failed (exception raised): No module named
ARB.texture_env_crossbar
GL_ARB_texture_env_dot3: Failed (exception raised): No module named
ARB.texture_env_dot3
GL_ARB_transpose_matrix: Failed (exception raised): No module named
ARB.transpose_matrix
GL_ARB_vertex_blend: Failed (exception raised): No module named
ARB.vertex_blend
GL_EXT_abgr: Failed (exception raised): No module named EXT.abgr
GL_EXT_bgra: Failed (exception raised): No module named EXT.bgra
GL_EXT_blend_color: Failed (exception raised): No module named
EXT.blend_color
GL_EXT_blend_minmax: Failed (exception raised): No module named
EXT.blend_minmax
GL_EXT_blend_subtract: Failed (exception raised): No module named
EXT.blend_subtract
GL_EXT_clip_volume_hint: Failed (exception raised): No module named
EXT.clip_volume_hint
GL_EXT_compiled_vertex_array: Failed (exception raised): No module named
EXT.compiled_vertex_array
GL_EXT_draw_range_elements: Failed (exception raised): No module named
EXT.draw_range_elements
GL_EXT_fog_coord: Failed (exception raised): No module named EXT.fog_coord
GL_EXT_multi_draw_arrays: Failed (exception raised): No module named
EXT.multi_draw_arrays
GL_EXT_packed_pixels: Failed (exception raised): No module named
EXT.packed_pixels
GL_EXT_paletted_texture: Failed (exception raised): No module named
EXT.paletted_texture
GL_EXT_point_parameters: Failed (exception raised): No module named
EXT.point_parameters
GL_EXT_rescale_normal: Failed (exception raised): No module named
EXT.rescale_normal
GL_EXT_secondary_color: Failed (exception raised): No module named
EXT.secondary_color
GL_EXT_separate_specular_color: Failed (exception raised): No module named
EXT.separate_specular_color
GL_EXT_shared_texture_palette: Failed (exception raised): No module named
EXT.shared_texture_palette
GL_EXT_stencil_wrap: Failed (exception raised): No module named
EXT.stencil_wrap
GL_EXT_texture_compression_s3tc: Failed (exception raised): No module named
EXT.texture_compression_s3tc
GL_EXT_texture3D: Failed (exception raised): No module named EXT.texture3D
GL_EXT_texture_cube_map: Failed (exception raised): No module named
EXT.texture_cube_map
GL_EXT_texture_edge_clamp: Failed (exception raised): No module named
EXT.texture_edge_clamp
GL_EXT_texture_env_add: Failed (exception raised): No module named
EXT.texture_env_add
GL_EXT_texture_env_combine: Failed (exception raised): No module named
EXT.texture_env_combine
GL_EXT_texture_env_dot3: Failed (exception raised): No module named
EXT.texture_env_dot3
GL_EXT_texture_filter_anisotropic: Failed (exception raised): No module named
EXT.texture_filter_anisotropic
GL_EXT_texture_lod_bias: Failed (exception raised): No module named
EXT.texture_lod_bias
GL_EXT_texture_object: Failed (exception raised): No module named
EXT.texture_object
GL_EXT_vertex_array: Failed (exception raised): No module named
EXT.vertex_array
GL_EXT_vertex_weighting: Failed (exception raised): No module named
EXT.vertex_weighting
Texture information
GL_MAX_TEXTURE_SIZE is 2048
GL_PROXY_TEXTURE_2D trying (128 x 128):
Traceback (most recent call last):
File "./test/opengl_info.py", line 200, in ?
if glGetTexLevelParameteriv(GL_PROXY_TEXTURE_2D,0,GL_TEXTURE_WIDTH) != 0:
NameError: name 'glGetTexLevelParameteriv' is not defined
Exit 1
--
------------------------------
http://www.cn.stir.ac.uk/~mhh1
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- Follow-Ups:
- [visionegg] Re: VisionEgg on Debian
- From: Andrew Straw
Other related posts:
- » [visionegg] VisionEgg on Debian
- » [visionegg] Re: VisionEgg on Debian
- [visionegg] Re: VisionEgg on Debian
- From: Andrew Straw