View previous topic :: View next topic |
Author |
Message |
incubator Guru
Joined: 05 Jun 2003 Posts: 584 Location: Belgium
|
Posted: Wed Apr 14, 2004 9:11 pm Post subject: [quake3] opengl error at startup |
|
|
I recently emerged the new xorg-x11 and followed the instructions to teh letter, everything works, the GLXGears example too so theoretically opengl should work too but whenever I try to run quake3 I get this error:
Code: |
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Using 8/8/8 Color bits, 16 depth, 0 stencil display.
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
|
I have an nVidia GF2 mx 100/200 and I tried to use this software rendering that is mentioned above but that gave horrible results. |
|
Back to top |
|
|
golloza Guru
Joined: 14 Mar 2004 Posts: 427
|
Posted: Thu Apr 15, 2004 1:46 pm Post subject: |
|
|
It is all said there, isn't it?
Quote: | ***********************************************************
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.
*********************************************************** |
|
|
Back to top |
|
|
goom Tux's lil' helper
Joined: 14 Nov 2003 Posts: 96 Location: Dortmund, Germany
|
Posted: Thu Apr 15, 2004 1:59 pm Post subject: |
|
|
golloza:
I don't think he's interested in playing Q3 with software-rendering...
Did you install the nvidia-driver ?
Which Kernel / nvidia-driver combination do you have ?
Give some more information, maybe we can help you. |
|
Back to top |
|
|
golloza Guru
Joined: 14 Mar 2004 Posts: 427
|
Posted: Thu Apr 15, 2004 2:01 pm Post subject: |
|
|
Didn't read the last sentence, sorry
But actually, the problem isn't about Q3 as the topic implies but about OpenGL and X.org. |
|
Back to top |
|
|
incubator Guru
Joined: 05 Jun 2003 Posts: 584 Location: Belgium
|
Posted: Thu Apr 15, 2004 2:05 pm Post subject: |
|
|
nvidia-glx and 2.6.0 kernel.
but because I used xorg-x11 I follwed the install and switched to its opengl interface.
But I then recalled I used to use nvidias opengl and not X's.
I swiched back to nvidia's opengl interface and apparently it seems to work |
|
Back to top |
|
|
goom Tux's lil' helper
Joined: 14 Nov 2003 Posts: 96 Location: Dortmund, Germany
|
Posted: Thu Apr 15, 2004 2:15 pm Post subject: |
|
|
Try
Code: |
ACCEPT_KEYWORDS="~x86" emerge nvidia-glx nvidia-kernel
|
This will install the 2.6 compatible nvidia-drivers.
Or install them manually [ Version 5336 ]. This should help. |
|
Back to top |
|
|
incubator Guru
Joined: 05 Jun 2003 Posts: 584 Location: Belgium
|
Posted: Thu Apr 15, 2004 5:41 pm Post subject: |
|
|
actually those made X crash
(refused to boot)
and yes I recompiled X (xorg-x11-6.7.0) |
|
Back to top |
|
|
|