Results 1 to 2 of 2

Thread: swrast problems

  1. #1
    Join Date
    Mar 2013
    Beans
    164

    swrast problems

    I have Ubuntu 14.04 64x up to date. I need to use libGL for a project. Doesn't work
    When I type glxinfo I get:

    Code:
    libGL: driver does not expose __driDriverGetExtensions_swrast(): /usr/lib/fglrx/dri/swrast_dri.so: undefined symbol: __driDriverGetExtensions_swrast
    libGL: Can't open configuration file /home/nikos/.drirc: No such file or directory.
    libGL: Can't open configuration file /home/nikos/.drirc: No such file or directory.
    libGL error: failed to load driver: swrast
    Tried:
    Code:
    sudo apt-get install --reinstall libgl1-mesa-dri
    It installed a fresh swrast_dri.so, but I still get the same error. Anyone knows where can i get a patch for it?

    TIA,
    Nikos

  2. #2
    Join Date
    Mar 2013
    Beans
    164

    Re: swrast problems

    It turns out that this is a mesa problem ever since 10.1.1. Now at 10.1.3 still haven't fixed it . Not only Ubuntu 14.04, but a host of other Linux have also broken mesa implementations.
    Still need some ideas on how best to repair this. Are there any patches or updates without this problem, or do i have to compile from sources?

Tags for this Thread

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
  •