drfalkor
January 15th, 2006, 02:12 AM
I downloaded the glxquake, and put it in the folders etc ...
tryed to start quake like this:
./glquake
but then I got this:
Added packfile ./id1/pak0.pak (339 files)
Added packfile ./id1/pak1.pak (85 files)
PackFile: ./id1/pak1.pak : gfx/pop.lmp
Playing registered version.
PackFile: ./id1/pak0.pak : gfx.wad
Console initialized.
UDP Initialized
Exe: 15:26:37 Nov 12 2001
16.0 megabyte heap
PackFile: ./id1/pak0.pak : gfx/palette.lmp
PackFile: ./id1/pak0.pak : gfx/colormap.lmp
Using XFree86-VidModeExtension Version 2.2
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce FX 5200/AGP/SSE/3DNOW!
GL_VERSION: 2.0.0 NVIDIA 76.67
Error: memory overwrite in Sys_Printf
hmmm, I searched at google for memory overwrite in Sys_Printf "quake"
and then I found this answer:
This error means you need to edit file sys_linux.c, procedure Sys_Printf, at or near line 89, and change text[1024] to text[4096] and recompile.
ok, here is my question - how can I recompile a kernel I have installed via apt ? do I need to recompile the whole kernel just for that ? Isn't there a cool trick to do ? anyway, If I must recompile the whole kernel, I want ALL the settings from this kernel .
thnx :razz:
tryed to start quake like this:
./glquake
but then I got this:
Added packfile ./id1/pak0.pak (339 files)
Added packfile ./id1/pak1.pak (85 files)
PackFile: ./id1/pak1.pak : gfx/pop.lmp
Playing registered version.
PackFile: ./id1/pak0.pak : gfx.wad
Console initialized.
UDP Initialized
Exe: 15:26:37 Nov 12 2001
16.0 megabyte heap
PackFile: ./id1/pak0.pak : gfx/palette.lmp
PackFile: ./id1/pak0.pak : gfx/colormap.lmp
Using XFree86-VidModeExtension Version 2.2
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce FX 5200/AGP/SSE/3DNOW!
GL_VERSION: 2.0.0 NVIDIA 76.67
Error: memory overwrite in Sys_Printf
hmmm, I searched at google for memory overwrite in Sys_Printf "quake"
and then I found this answer:
This error means you need to edit file sys_linux.c, procedure Sys_Printf, at or near line 89, and change text[1024] to text[4096] and recompile.
ok, here is my question - how can I recompile a kernel I have installed via apt ? do I need to recompile the whole kernel just for that ? Isn't there a cool trick to do ? anyway, If I must recompile the whole kernel, I want ALL the settings from this kernel .
thnx :razz: