Results 1 to 2 of 2

Thread: 'No available video device failed' and 'could not load OpenGL subsystem'

Threaded View

  1. #1
    Join Date
    Aug 2008
    Beans
    51

    'No available video device failed' and 'could not load OpenGL subsystem'

    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:
    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
    FretsOnFire:
    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
    These games had been running fine until recently.

    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?
    Last edited by walawa; August 21st, 2008 at 01:26 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •