project-navigation
Personal tools

Author Topic: 2.2-dev: Cursor real slow  (Read 2851 times)

HaJo

  • Guest
2.2-dev: Cursor real slow
« on: June 02, 2007, 04:37:40 pm »
I compiled version 2.2-dev SVN 8854 on my debian-based linux-box,
(1.7 GHz), and the game is really slow:
The "loading"-splash screen takes about 2min40sec,
it takes 8-16 seconds from the moment I move the mouse a bit
until the cursor moves.
Even when pressing the "~"-key,  it takes more than 10 seconds
until the console appears.

When I switch on the FPS-display with cl_fps,
it shows  3-14 FPS in the menu, 8-14 in geoscape,
when the cursor has this big lag.

The credits-animation plays a bit slow+choppy,
but still as an animation (7-9 FPS), so its not all bad...

Edit: same effect with SVN 8879.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
2.2-dev: Cursor real slow
« Reply #1 on: June 02, 2007, 05:45:57 pm »
direct rendering active? which gfx card? open source drivers?

HaJo

  • Guest
2.2-dev: Cursor real slow
« Reply #2 on: June 02, 2007, 07:32:11 pm »
Quote from: "Mattn"
direct rendering active? which gfx card? open source drivers?


nVidia NV6

From the logfile:
>>>
------- Loading ref_glx.so -------
LoadLibrary ("./ref_glx.so")
ref_gl version: GL 0.12
LoadLibrary ("libGL.so.1")
Initializing OpenGL display
...setting fullscreen mode 6: 1024 768
...using XFree86-VidModeExtension Version 2.2
I: got 8 bits of stencil
I: got 8 bits of red
I: got 8 bits of blue
I: got 8 bits of green
I: got 16 bits of depth
I: got 0 bits of alpha
...using hardware gamma
GL_VENDOR: Mesa project: www.mesa3d.org
GL_RENDERER: Mesa GLX Indirect
GL_VERSION: 1.4 (1.5 Mesa 6.5.2)

GL_EXTENSIONS: GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_compression 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_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate 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_framebuffer_object GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_paletted_texture 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_shared_texture_palette 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_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_draw_buffers 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_fragment_program GL_NV_light_max_exponent GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_NV_vertex_program GL_NV_vertex_program1_1 GL_SGI_color_matrix GL_SGI_color_table 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
...GL_EXT_compiled_vertex_array not found
...using GL_EXT_point_parameters
...using GL_ARB_multitexture
...using GL_EXT_texture_env_combine
...GL_SGIS_multitexture not found
...ignoring GL_ARB_texture_compression
...GL_EXT_texture_filter_anisotropic not found
...using GL_EXT_texture_lod_bias
...using GL_EXT_stencil_wrap
...using GL_EXT_fog_coord
...using GL_ARB_fragment_program
...GL_ARB_shading_language_100 not found
...GL_ATI_separate_stencil not found
...GL_EXT_stencil_two_side not found
...max texture size:
......cannot detect !
...SDL_ttf version 2.0.8 - we need at least 2.0.7
...SDL_ttf inited
<<<

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
2.2-dev: Cursor real slow
« Reply #3 on: June 02, 2007, 08:08:39 pm »
Quote
GL_RENDERER: Mesa GLX Indirect


Mesa is not hardware accelerated - but software mode

HaJo

  • Guest
2.2-dev: Cursor real slow
« Reply #4 on: June 02, 2007, 08:21:43 pm »
Quote from: "Mattn"
Quote
GL_RENDERER: Mesa GLX Indirect

Mesa is not hardware accelerated - but software mode

Ok - but I don't see how just tracking the mousepointer  
in a quiet 'scene' (like the menu) could be _that_ slow.

What can you suggest ?

Offline Zenerka

  • Sergeant
  • *****
  • Posts: 301
    • View Profile
2.2-dev: Cursor real slow
« Reply #5 on: June 03, 2007, 06:39:49 pm »
I would suggest to use 3D drivers for your 3D card, not MESA. MESA as a renderer is just not useable with UFO:AI, no matter at what stage of the game.