Announcement

Collapse
No announcement yet.

Unable to run Sanctuary benchmark

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unable to run Sanctuary benchmark

    I am unable to run the "Sanctuary" benchmark. It aborts with:

    Code:
    Loading "/tmp/sanctuary/bin/../data/unigine.cfg"...
    Engine::init(): clear video settings for "Mesa DRI R600 (RV770 9440) 20090101  TCL DRI2 1.5 Mesa 7.7.1"
    Loading "libGL.so.1"...
    Loading "libopenal.so.1"...
    ALExt::init(): can't open device
    Set 1024x768 windowed video mode
    Set 1.00 gamma value
    Unigine engine http://unigine.com/
    Binary: Linux 32bit GCC 4.3.2 Release May 20 2010
    App path:  /tmp/sanctuary/bin/
    Data path: /tmp/sanctuary/data/
    Save path: /home/realnc/.Unigine Sanctuary/
    
    ---- System ----
    System: Linux 2.6.35-gentoo-r1-ck1 x86_64
    CPU: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz 2699MHz MMX SSE SSE2 SSE3 SSSE3 HTT
    GPU: Mesa DRI R600 (RV770 9440) 20090101  TCL DRI2 1.5 Mesa 7.7.1
    System memory: 5973 Mb
    Video memory:  256 Mb
    
    ---- MathLib ----
    Set SSE3 simd processor
    
    ---- Sound ----
    NULL
    
    ---- Render ----
    GLRender::GLRender(): Unknown GPU
    OpenGL vendor:   Advanced Micro Devices, Inc.
    OpenGL renderer: Mesa DRI R600 (RV770 9440) 20090101  TCL DRI2
    OpenGL version:  1.5 Mesa 7.7.1
    
    Unigine fatal error
    Engine::init(): clear video settings for "Mesa DRI R600 (RV770 9440) 20090101  TCL DRI2 1.5 Mesa 7.7.1"
    ALExt::init(): can't open device
    GLRender::GLRender(): Unknown GPU
    GLRender::require_extension(): required extension GL_ARB_map_buffer_range is not supported
    Shutdown
    I'm on kernel 2.6.35, radeon DRI is in KMS mode. xf86-video-ati, libdrm and mesa are from Git (1 hour ago.) What I find particularly weird is the "OpenGL version: 1.5 Mesa 7.7.1" line; I remember reading here that Mesa now reports GL 2.1?

  • #2
    Gah, never mind. Typical; after half an hour searching for what's wrong, I find out 1 minute after posting :-/

    It's because Sanctuary is 32bit only, and damn, brain-dead Gentoo doesn't support multilib and only offers outdated 32bit mesa/etc libs.

    Comment


    • #3
      Originally posted by RealNC View Post
      I'm on kernel 2.6.35, radeon DRI is in KMS mode. xf86-video-ati, libdrm and mesa are from Git (1 hour ago.) What I find particularly weird is the "OpenGL version: 1.5 Mesa 7.7.1" line; I remember reading here that Mesa now reports GL 2.1?
      May be your have system 64bin, but benchmark uses 32bin and opengl from emul-linux-x86 ?

      Comment


      • #4
        Support, use overlay "multilib" and USE="lib32"

        Comment


        • #5
          You should have Mesa 7.8 and OpenGL 2.0, try updating your emul libs package, you might need to unkeyword them.

          Comment


          • #6
            Originally posted by pingufunkybeat View Post
            You should have Mesa 7.8 and OpenGL 2.0, try updating your emul libs package, you might need to unkeyword them.
            I'm on ~amd64, so that's not the problem.

            Comment

            Working...
            X