Hello,
I'm running Ubuntu Hardy and my graphics card is a 256mb nVidia e-GeForce 7100 GS with with the nVidia proprietary driver. When I try to run certain games I get these errors:
UrbanTerror:
FretsOnFire:Code:ioQ3 1.35urt linux-i386 Jun 22 2008 ----- FS_Startup ----- Going through search path... ---------------------- 8032 files in pk3 files execing default.cfg execing q3config.cfg execing autoexec.cfg Hunk_Clear: reset the hunk ok ----- Client Initialization ----- Couldn't read q3history. ----- Initializing Renderer ---- ------------------------------- QKEY found. ----- Client Initialization Complete ----- ----- R_Init ----- ...loading libGL.so.1: Calling SDL_Init(SDL_INIT_VIDEO)... SDL_Init(SDL_INIT_VIDEO) failed: No available video device failed ----- CL_Shutdown ----- RE_Shutdown( 1 ) ----------------------- Sys_Error: GLimp_Init() - could not load OpenGL subsystem
These games had been running fine until recently.Code:Traceback (most recent call last): File "./FretsOnFire.py", line 64, in <module> engine = GameEngine(config) File "/usr/share/games/fretsonfire/game/GameEngine.py", line 155, in __init__ self.video.setMode((width, height), fullscreen = fullscreen, multisamples = multisamples) File "/usr/share/games/fretsonfire/game/Video.py", line 49, in setMode pygame.display.init() pygame.error: No available video device
After doing a little research I found this post: https://help.ubuntu.com/community/NvidiaTroubleshooting, that proposed to add '+set r_gldriver libGL.so.1' after the command to solve opengl problems but I still get the same opengl errors. I haven't found anything about the SDL error or the others.
Can anyone help me solve this?




Bookmarks