|
| From: | Dmitri A. Sergatskov |
| Subject: | [Octave-bug-tracker] [bug #52328] Multiple Plots with QT Backend Within A Loop Fails For Some Plots |
| Date: | Wed, 1 Nov 2017 18:50:49 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0 |
Follow-up Comment #1, bug #52328 (project octave):
Most likely problem is a faulty OpenGL driver for your graphics card.
What is the output of
"glxinfo -B"
(this is a shell command not the octave's) ?
Anyway, you can try to launch octave as:
LIBGL_DRI3_DISABLE=1 octave
and see if that helps; a more radical approach is
LIBGL_ALWAYS_SOFTWARE=1 octave
Please try that and post the results.
Dmitri.
--
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52328>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |