Results 1 to 2 of 2
I just did a fresh netinstall of debian
i also just installed my quake 3 native and was trying to run it, but i've come to this issue..
I'm running ...
- 04-28-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 4
No direct rendering
I just did a fresh netinstall of debian

i also just installed my quake 3 native and was trying to run it, but i've come to this issue..
I'm running on a nvidia geforce ti 4200
From what i've read, when you do glxinfo| grep render, it should say yes. but i get this...Code:GL_RENDERER: Mesa GLX Indirect *********************************************************** You are using software Mesa (no hardware acceleration)! Driver DLL used: libGL.so.1 If this is intentional, add "+set r_allowSoftwareGL 1" to the command line when starting the game. *********************************************************** ...WARNING: could not set the given mode (3) ----- CL_Shutdown ----- RE_Shutdown( 1 ) ----------------------- ----- CL_Shutdown ----- ----------------------- Sys_Error: GLimp_Init() - could not load OpenGL subsystem
Code:droogie@debian:~$ glxinfo| grep render direct rendering: No OpenGL renderer string: Mesa GLX Indirect
Could someone show me how to get this working? Thanks
- 04-28-2008 #2
Look in /etc/X11/xorg.conf for a line similar to the one below
Change it toCode:# Load "dri"
Code:Load "dri"


Reply With Quote
