rhel 7.1 octave gnuplot - resolving libGL error: failed to load driver: swrast
NickName:Nufosmatic Ask DateTime:2018-06-20T02:03:21

rhel 7.1 octave gnuplot - resolving libGL error: failed to load driver: swrast

I have recently gone through a drill to resolve getting octave on rhel 7.1 to plot using gnuplot. Basically, I was getting the following ugly messages and no plot:

    $ export LIBGL_DEBUG=verbose
    $ octave
    $ GNU Octave, version 3.8.2
    octave:1> x = -10:0.1:10; plot(x, sin(x))
    libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so 
    libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
    libGL: driver does not expose __driDriverGetExtensions_swrast(): 
    /usr/lib64/dri/swrast_dri.so: undefined symbol: __driDriverGetExtensions_swrast
    libGL: Can't open configuration file /home/jsaari/.drirc: No such file or directory.
    libGL: Can't open configuration file /home/jsaari/.drirc: No such file or directory.
    libGL error: failed to load driver: swrast
    function is no-op
    function is no-op        
    function is no-op
    . . .

Copyright Notice:Content Author:「Nufosmatic」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/50934492/rhel-7-1-octave-gnuplot-resolving-libgl-error-failed-to-load-driver-swrast

More about “rhel 7.1 octave gnuplot - resolving libGL error: failed to load driver: swrast” related questions

rhel 7.1 octave gnuplot - resolving libGL error: failed to load driver: swrast

I have recently gone through a drill to resolve getting octave on rhel 7.1 to plot using gnuplot. Basically, I was getting the following ugly messages and no plot: $ export LIBGL_DEBUG=verbose...

Show Detail

Spyder: libGL error: No matching fbConfigs or visuals found & failed to load driver: swrast

I'm trying to run spyder from anaconda 3.7 on CentOS7. I get the error; libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so libGL: Can't open configuration file /home/labs/training/stud...

Show Detail

libGL error: failed to load driver swrast in docker container

I have a docker container from which I am trying to run a pyqt app. Everything works well except a chunk of the GUI is not able to render. The docker logs throw this out: libGL error: failed to load

Show Detail

libGL error: unable to load driver: i965_dri.so in CentOS system

After I install the chimera. I failded to run the program with the error show below libGL: OpenDriver: trying /usr/lib64/dri/tls/i965_dri.so libGL: OpenDriver: trying /usr/lib64/dri/i965_dri.so li...

Show Detail

Unable to run an (Py)OpenGL application via SSH - failed to load driver swrast

I'm working on an OpenGL application written in Python, using PyOpenGL. It runs well on my Mac and also on other Linux system, however if I run it on our remote cluster via SSH and X-forwarding, I ...

Show Detail

Fedora 19 using rpmfussion's NVIDIA driver: libGL error: failed to load driver: swrast

When running an app that uses Qt 4.7 on my Fedora 19 box I am getting the following errors from the application: libGL: screen 0 does not appear to be DRI2 capable libGL: OpenDriver: trying /usr/l...

Show Detail

libGL error: MESA-LOADER: failed to open iris

when executing a python script, I get this after generating a figure: libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or direct...

Show Detail

In aosp can not lunch emulator with error emulator: WARNING: encryption is off libGL error: unable to load driver: vmwgfx_dri.so

**emulator: WARNING: encryption is off libGL error: unable to load driver: vmwgfx_dri.so libGL error: driver pointer missing libGL error: failed to load driver: vmwgfx libGL error: unable to load

Show Detail

Unable to load swrast for Anaconda spyder

I'm running Anaconda Spyder on Fedora 34. When I run spyder I get the following error No QCoreApplication instance found. Application patches not applied. You have to call load_stylesheet function ...

Show Detail

Configuring libGL, DRI, and swrast on ubuntu - Dell 2950 hardware

I'm trying to run https://github.com/schenc3/InteractiveROSETTA which is an X wrapper over pyRosetta. It launches and loads the initial splash screen, but quickly dies with the error: libGL: Open...

Show Detail