I finally got to time to compile the glx version
( more like I found the missing dev-lib-build tool i needed to install )
make clean
make cl-nexuiz
./nexuiz-glx >log.txt
Ctrl+C and it made a 10Mb log file in a few seconds
^7Nexuiz Linux 11:15:52 Mar 4 2006
^7Trying to load library... "libz.so.1" - loaded.
^7Compressed files support enabled
^7Added packfile data/data20060214.pk3 (2537 files)
^7Console initialized.
^7Playing registered version.
^7Initializing client
^7Trying to load library... "libvorbis.so.0" - loaded.
^7Trying to load library... "libvorbisfile.so.3" - loaded.
^7Ogg Vorbis support enabled
^7couldn't exec autoexec.cfg
^70 demo(s) in loop
^7No demos listed with startdemos
^7Starting video system
^7Video: fullscreen 1024x768x16x60hz
^7Loading OpenGL driver libGL.so.1
^7checking for GLX_ARB_get_proc_address... enabled
^7checking for GLX_SGI_swap_control... not detected
^7checking for OpenGL 1.1.0... enabled
^7GL_VENDOR: Mesa project:
www.mesa3d.org
^7GL_RENDERER: Mesa GLX Indirect
^7GL_VERSION: 1.2 (1.5 Mesa 6.2.1)
^7GL_EXTENSIONS: GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color 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_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays
^7GLX_EXTENSIONS: GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_OML_swap_method GLX_SGI_make_current_read GLX_SGIS_multisample GLX_SGIX_fbconfig
^7Checking OpenGL extensions...
^7checking for glDrawRangeElements... enabled
^7checking for GL_ARB_multitexture... enabled
^7checking for GL_ARB_texture_env_combine... enabled
^7checking for GL_ARB_texture_env_dot3... enabled
^7checking for GL_EXT_texture3D... enabled
^7checking for GL_ARB_texture_cube_map... enabled
^7checking for GL_EXT_compiled_vertex_array... not detected
^7checking for GL_EXT_texture_edge_clamp... enabled
^7checking for GL_EXT_texture_filter_anisotropic... not detected
^7checking for GL_NV_texture_shader... not detected
^7checking for GL_EXT_stencil_two_side... enabled
^7checking for GL_ARB_shader_objects... not detected
^7checking for GL_NV_half_float... not detected
^7OpenGL Backend starting...
^7glDrawRangeElements detected (max vertices -1, max indices -1)
^7multitexture detected: texture units = 8
^7OpenGL backend started.
^7Trying to load library... "libjpeg.so.62" - loaded.
^7JPEG support enabled
^7Trying to load library... "libpng12.so.0" - loaded.
^7PNG support enabled
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
etc.... ( black screen with pointer )
Received signal 2, exiting...
^7OpenGL Backend shutting down
make clean
make sdl-nexuiz
./nexuiz-sdl >log2.txt
( black screen with pointer )
it made a 1.3Gb log file
Ctrl+C didn't work and I had to use Ctrl+Alt+Backspace
My system AMD64, ubuntu 5.10 x64, 512MB ram, yea VIA built-in gfx.
is there a way to get the first 100 lines of this 1.3Gb log file in Linux?
Something like "readline 0 to 100 > newlog.txt"