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

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

[Octave-bug-tracker] [bug #43920] Unable to contour plot with Octave on


From: Jon Ahlquist
Subject: [Octave-bug-tracker] [bug #43920] Unable to contour plot with Octave on 32-bit Fedora 21 on old Toshiba laptop
Date: Sat, 03 Jan 2015 05:10:58 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0

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

                 Summary: Unable to contour plot with Octave on 32-bit Fedora
21 on old Toshiba laptop
                 Project: GNU Octave
            Submitted by: jonahlquist
            Submitted on: Sat 03 Jan 2015 05:10:57 AM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Jon Ahlquist
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I am running version 3.8.2 of Octave via 32-bit Fedora 21 on my old Toshiba
laptop (Satellite A105-S4284, Intel Core Duo T2050 / 1.66GHz, 1GB of RAM).
When I tried to run the Octave command contour (X, Y, pdf), Octave responded
with the following two lines:
+vertbatim+
libGL error: Version 4 or later of flush extension not found
libGL error: failed to load driver: i915


A Google search on the first line reveals the same error in another context:
http://www.spinics.net/lists/fedora-testing/msg121653.html

I should add that a simple line plot works fine:

x = [0 1];
y = [0 2];
plot(x,y);






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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