octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44467] libGL error: failed to load driver: sw


From: ederag
Subject: [Octave-bug-tracker] [bug #44467] libGL error: failed to load driver: swrast
Date: Sat, 07 Mar 2015 12:37:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

URL:
  <http://savannah.gnu.org/bugs/?44467>

                 Summary: libGL error: failed to load driver: swrast
                 Project: GNU Octave
            Submitted by: ederag
            Submitted on: Sat 07 Mar 2015 12:37:16 PM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0-rc1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

on openSUSE 13.2, Qt version 4.8.6, in the gui, when trying

plot(1:10)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast

The same errors happen once during make check, in 
libinterp/corefcn/graphics.cc-tst

According to this question on stackoverflow
<http://stackoverflow.com/q/27659516/3565696>, and this bug report
<https://bugreports.qt.io/browse/QTCREATORBUG-8727>, the problem is that
LD_LIBRARY_PATH is overridden somewhere.

Like in this reports, I'm using the proprietray nvidia drivers.
They add /etc/ld.so.conf.d/nvidia-gfxG03.conf which contains
/usr/X11R6/lib64
/usr/X11R6/lib
and indeed 
/usr/X11R6/lib64/libGL.so -> libGL.so.1
/usr/X11R6/lib64/libGL.so.1 -> libGL.so.340.76
/usr/X11R6/lib64/libGL.so.340.76
should be used.

But there are also
/usr/lib64/libGL.so -> libGL.so.1.2.0
/usr/lib64/libGL.so.1 -> libGL.so.1.2.0
/usr/lib64/libGL.so.1.2 -> libGL.so.1.2.0
/usr/lib64/libGL.so.1.2.0





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44467>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]