Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: Removing llvmpipe

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2012
    Posts
    2

    Removing llvmpipe

    I recently installed Fedora16 on our servers and some of our software has stopped working properly with what looks like random graphics being displayed in the window.

    The software developer has looked at it and has said the most likely reason is the use of the Galium llvmpipe accelerator which is not supported. How do I change to use the old software rasterizer? i.e. I want glxinfo to revert to:

    GL_RENDERER = Software Rasterizer

    The server does very basic graphics. Hardware acceleration is completely overkill for this application.

    Andrew

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: Removing llvmpipe

    According to this :
    http://www.mesa3d.org/llvmpipe.html
    try to use a different libGL.so
    what does this print :
    locate libGL.so

  3. #3
    Junior Member Newbie
    Join Date
    Feb 2012
    Posts
    2

    Re: Removing llvmpipe

    Returns a pretty much standard:

    /usr/lib64/libGL.so.1
    /usr/lib64/libGL.so.1.2

    In the end I removed Fedora16 from the machine and went back to Fedora13. I'm told that the full feature of OpenGL won't be supported by llvmpipe until F17. So I guess the application was in that category.

Posting Permissions

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