nexuiz-linux-686-glx ?

Discuss anything to do with Nexuiz here.

Moderators: Nexuiz Moderators, Moderators

Sat Mar 04, 2006 9:19 am

  • In new version 1.5 of nexuiz, -glx version has disappeared. It is very sad for me, because it was the only one which worked for me.

    -dedicated simply fails to launch, and -sdl has malfunctioning mouse (I can't rotate looking around full 360 degrees - I simply cannot rotate more than aprox 120 degrees)

    I always played Nexiuz using -glx version, and now it has disapperaed :(

    I'm using debian sarge, quite standard configuration. I didn't tweak sdl, I tried to make mouse work with sdl, but without success. I'm using nvidia's twinview (not xinerama) - as I have two LCDs.

    I like nexuiz very much, and now I can't play it....

    please don't ignore me.
    User avatar
    cosurgi
    Newbie
     
    Posts: 2
    Joined: Sat Mar 04, 2006 9:04 am

Sat Mar 04, 2006 9:40 am

  • You can compile the glx binary yourself pretty easily. Just install make, gcc, libx11-dev, libvorbis-dev, libpng-dev and libjpeg-dev, unzip nexuizenginesource20060213.zip from your Nexuiz/ dir. Then open a xterm and do:
    Code: Select all
    cd /path/to/Nexuiz/darkplaces
    make cl-nexuiz

    that should do it... if it doesn't compile i forgot to mention some -dev packages, just post the last few lines with "error" in that case :)
    User avatar
    KadaverJack
    Site admin and forum addon
     
    Posts: 1102
    Joined: Tue Feb 28, 2006 9:42 pm

Sat Mar 04, 2006 9:58 am

  • It works great! thank you very much! :D
    User avatar
    cosurgi
    Newbie
     
    Posts: 2
    Joined: Sat Mar 04, 2006 9:04 am

Sat Mar 04, 2006 11:35 am

  • cosurgi wrote:-dedicated simply fails to launch

    Umm.. that one should not fail to start but its just the dedicated server so there is not gui and nothing.. only a console. But it might be possible that its not showing. Guess it does depend on how you start it (from desktop, an other console..)
    Last edited by esteel on Thu Aug 31, 2006 2:28 pm, edited 1 time in total.
    User avatar
    esteel
    Site admin and forum addon
     
    Posts: 3924
    Joined: Wed Mar 01, 2006 8:27 am

Sat Mar 04, 2006 5:08 pm

  • 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"
    User avatar
    jaakan
    Member
     
    Posts: 10
    Joined: Wed Mar 01, 2006 4:42 am
    Location: MD, USA

Sat Mar 04, 2006 7:54 pm

  • jaakan wrote: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"


    Of course there is:

    Code: Select all
    head -n 100 < log2.txt > newlog.txt
    1. Open Notepad
    2. Paste: ÿþMSMSMS
    3. Save
    4. Open the file in Notepad again

    You can vary the number of "MS", so you can clearly see it's MS which is causing it.
    User avatar
    divVerent
    Site admin and keyboard killer
     
    Posts: 3809
    Joined: Thu Mar 02, 2006 4:46 pm
    Location: BRLOGENSHFEGLE

Sat Mar 04, 2006 8:02 pm

  • head would be the opposite of tail :)
    the spice extend life!
    the spice expand conciousness!
    the spice is vital to space travel!
    sooooo.. tell me what you want, waht you really-really want
    I will proceed directly to the intravenous injection of hard drugs, please.
    User avatar
    tChr
    Forum addon
     
    Posts: 1501
    Joined: Tue Feb 28, 2006 9:11 pm
    Location: Trondheim, Norway

Sat Mar 04, 2006 10:59 pm

  • thx, looks like it craps out at the some point

    ^7Image_Resample: 3D resampling not supported
    User avatar
    jaakan
    Member
     
    Posts: 10
    Joined: Wed Mar 01, 2006 4:42 am
    Location: MD, USA

Sun Mar 05, 2006 2:02 pm

  • strange. I never had such a problem. Have you tried to compile the -sdl version yourself to see if it has the same problem? I know you get mouse problems with it but maybe this gives a clue about whats wrong..
    Last edited by esteel on Thu Aug 31, 2006 2:28 pm, edited 1 time in total.
    User avatar
    esteel
    Site admin and forum addon
     
    Posts: 3924
    Joined: Wed Mar 01, 2006 8:27 am

Sun Mar 05, 2006 5:00 pm

  • esteel wrote:strange. I never had such a problem. Have you tried to compile the -sdl version yourself to see if it has the same problem? I know you get mouse problems with it but maybe this gives a clue about whats wrong..


    i recompiled both without any compiling errors.

    both put out the same error
    ^7Image_Resample: 3D resampling not supported

    I retested sending the ouput to a log file
    the SDL version will make a log file that is over 1GB
    GLx verision just 10Mb

    Most of both is that same error

    something in the code changed from 1.2.1 to 1.5 that no longer works on my amd64
    User avatar
    jaakan
    Member
     
    Posts: 10
    Joined: Wed Mar 01, 2006 4:42 am
    Location: MD, USA

Sun Mar 05, 2006 5:14 pm

  • Uhm, it says on startup:
    ^7GL_VENDOR: Mesa project: www.mesa3d.org

    Are you sure your 3D acceleration is setup correctly? I'm not sure what driver your chip uses, but mesa is usually software rendering...
    Does "glxinfo|grep render" say "Yes"?
    User avatar
    KadaverJack
    Site admin and forum addon
     
    Posts: 1102
    Joined: Tue Feb 28, 2006 9:42 pm

Mon Mar 06, 2006 3:17 am

  • KadaverJack wrote:Uhm, it says on startup:
    ^7GL_VENDOR: Mesa project: www.mesa3d.org

    Are you sure your 3D acceleration is setup correctly? I'm not sure what driver your chip uses, but mesa is usually software rendering...
    Does "glxinfo|grep render" say "Yes"?


    i did the command, and got a no... F%$#.

    My guess is either 3D hardware acceleration got Fd with the last kernal update or it was never enabled and 1.5 now needs it to be active.
    Currently it's a VIA UniChrome Pro IGP.

    I'm planning to rebuild my x64 Linux box so I think I'm just going to buy a nVidia GF6600 GT 256MB AGP and using a bigger Harddrive.
    User avatar
    jaakan
    Member
     
    Posts: 10
    Joined: Wed Mar 01, 2006 4:42 am
    Location: MD, USA

Mon Mar 06, 2006 4:04 am

  • jaakan wrote:i did the command, and got a no... F%$#.

    My guess is either 3D hardware acceleration got Fd with the last kernal update or it was never enabled and 1.5 now needs it to be active.
    Currently it's a VIA UniChrome Pro IGP.

    Well, it must have worked at sometime, because without hardware 3D acceleration you would get less than 1 frame per second. I tried that once, you can't even use menu because the mouse pointer just moves once every 2 seconds or so...
    But reinstalling those drivers should help if they were messed up by a kernel update.
    User avatar
    KadaverJack
    Site admin and forum addon
     
    Posts: 1102
    Joined: Tue Feb 28, 2006 9:42 pm

Mon Mar 06, 2006 4:31 am

  • Well the good thing I got out of this is that my x64 linux box compiles fast as hell and still a great game/bot server.
    User avatar
    jaakan
    Member
     
    Posts: 10
    Joined: Wed Mar 01, 2006 4:42 am
    Location: MD, USA

Mon Mar 06, 2006 10:22 am

  • jaakan wrote:My guess is either 3D hardware acceleration got Fd with the last kernal update or it was never enabled and 1.5 now needs it to be active.
    Currently it's a VIA UniChrome Pro IGP.

    As far as i know all those graphic drivers from ati/nvidia use some kernel module to talk to the hardware.. and kernel modules are only loaded if they were compiled for the same kernel version.. maybe you just need to reinstall the drivers..
    User avatar
    esteel
    Site admin and forum addon
     
    Posts: 3924
    Joined: Wed Mar 01, 2006 8:27 am



Return to Nexuiz - General Discussion




Information
  • Who is online
  • Users browsing this forum: No registered users and 1 guest