Moderator: Moderators




r_coronas_occlusionquery 0
vid_restartC.Brutail wrote:Just to let you two know, Nexuiz doesn't use DirectX, it uses OpenGL, so that inso here is useless.
Also, reading on the video card further, I've found that's an integrated card, that has a rather poor performance. I'm sorry to say that, but that card barely hits the minimum system requirements.
I'm not sure if it helps, but you might try this: http://forums.alientrap.local/viewtopic.php?t=4508
http://www.libsdl.org/ wrote:Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
vid_sdl.c wrote:int VID_InitMode(int fullscreen, int *width, int *height, int bpp, int refreshrate, int stereobuffer, int samples)
{
int i;
static int notfirstvideomode = false;
int flags = SDL_OPENGL;
...
-safe