When I start nexuiz, or nexuiz-sdl, all I get is a black screen with a mouse pointer. The following is my console output:
^7Nexuiz Linux 16:42:52 May 26 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 config.cfg
^7couldn't exec autoexec.cfg
^70 demo(s) in loop
^7No demos listed with startdemos
^7Starting video system
^7Video: fullscreen 800x600x32x60hz
^7Linked against SDL version 1.2.9
^7Using SDL library version 1.2.9
^7Failed to set video mode to 800x600: <% [!
^7Desired video mode fail, trying fallbacks...
^7Video: fullscreen 800x600x32x60hz
^7Linked against SDL version 1.2.9
^7Using SDL library version 1.2.9
^7Failed to set video mode to 800x600: <% [!
^7Video: fullscreen 800x600x16x60hz
^7Linked against SDL version 1.2.9
^7Using SDL library version 1.2.9
^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.4.2)
^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_HP_occlusion_test 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
^7SDL_EXTENSIONS:
^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
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
.... much more of this error ...
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
^7Image_Resample: 3D resampling not supported
Killed
I killed it from a text console. This works but my resolution in X becomes 800x600. xrandr thinks it is still 1600x1200. Doing xrandr -s 0 to reset it works.