OpenSUSE Hardware :: Scilab Crashes On Plot

May 17, 2010

I have openSUSE 11.1, DELL vostro 1500 with NVIDIA card (Which type?). I am runnnig SCilab 5.1.1 which crashes on plot. The same scilab runs on the same computer through Windows Vista (I have dual boot). I suppose this is a linux problem.

View 1 Replies


ADVERTISEMENT

General :: Plot Stem-and-leaf Plot Using Perl?

Nov 11, 2010

I'm curious if anyone know how to plot stem-and-leaf plot using perl? Basically, what I was wanting to do is read a bunch of numbers from a text file into an array, sort from smallest to biggest, and plot the following (last digit serves as the "leaf", so for example, for the following graph, going down from top to bottom is 7, 7, 12, 13, 18, 18, 23, 25, 27, 27, 27, 27, 27, 27, 28, 28, 29, 59, 30, 31, 31 etc.):

[Code]....

View 1 Replies View Related

OpenSUSE :: Cannot Compile Scilab?

May 16, 2010

I had a difficulty with scilab, it would not plot! an would give me error 21. and crash.!I could not figure it out. I tried to install from source. and this is where real trouble came ./configure crashed with the following errorchecking Symlink for /usr/lib/jvm/java-1.5.0-gcj/bin/javac... Filename changed... Keeping the one found beforeJava base directory (probably) available here : /usr/lib/jvm/java-1.5.0-gcjchecking for zip or jar files to include on CLASSPATH... checking to see if the java compiler works... configure: error: Could not compile simple Java program with '/usr/lib/jvm/java-1.5.0-gcj/bin/javac'. Try with the Sun JDK (1.5 or 6). I changed to the directory to find this

alon@linux-6xrt:~/Downloads> cd /usr/lib/jvm/java-1.5.0-gcj/bin/
alon@linux-6xrt:/usr/lib/jvm/java-1.5.0-gcj/bin> ls
appletviewer jarsigner javac javah rmic

[code]....

View 2 Replies View Related

Fedora :: Can Install Scilab In 12 Through Yum

Sep 29, 2010

Is there any way I can install scilab in fedora 12 through yum. I tried to compile source code of scilab. But I m not able to finish installation due to dependencies. Can any one please suggest me regarding this ?

View 2 Replies View Related

Slackware :: /usr/lib/scilab-4.1.2/bin/scilex: No Such File Or Directory

Jan 9, 2010

Has anyone here ever installed the latest version of scilab on slackware 13 64bits? I just can't install/run it.

scilab-5.2.0
root@slack:/opt/scilab-5.2.0/bin# ./scilab
./scilab: line 343: /opt/scilab-5.2.0/bin/scilab-bin: No such file or directory
scilab-4.1.2

marcio@slack:~$ /usr/bin/scilab: line 58: /usr/lib/scilab-4.1.2/bin/scilex: No such file or directory

I tried older versions, same problem. I used to run scilab 4.x on slackware 11_32bit, it ran great.

View 6 Replies View Related

Slackware :: Slackbuild For Repackaging Of Scilab Binaries?

Jan 10, 2010

I'm trying to write a slackbuild for doing a slackware package from the binary distribution of scilab.org.If you want to test it, it's here

[URL]

there's also a slack64 package made from the slackbuild.to use the slackbuild you have to download your file distribution in the same folder from here [URL] and then you have to launch it like this

Code:

ARCH=x86_64 PKGTYPE=txz TAG=custom ./scilab.SlackBuild
available archs are i686 and x86_64

EDIT: edited build script to install things in /opt. updated package.

View 2 Replies View Related

Ubuntu :: Scilab Fails To Start From Applications Menu

Jul 27, 2010

I have installed Scilab through the Ubuntu software center. When I try to launch it from the Applications menu it will not start. Same hapens if i try to launch it using alt-F2. But I can launch it using the terminal.

View 3 Replies View Related

Debian Programming :: How To Plot With C++ Like JQplot

Jun 28, 2014

I need some C++ graphical lib to work with gtk+.

What I want is to plot like jQplot: [URL] .....

View 1 Replies View Related

Fedora :: Gnuplot Freezes After First Plot / Sort It?

Jul 8, 2011

I'm using 64-bit fedora 14 on my desktop. i was using gnuplot, but there was some power failure and my computer got shut down. now whenever i plot anything it freezes after first plot i have to force quit it

View 7 Replies View Related

General :: Use Xplot In Order To Plot A Spectrum?

Mar 6, 2011

I want to use xplot in order to plot a spectrum but when I executed the code by typing "xplot qso.fits" in terminal it returned the following error one after the other so I was force to stop the program using "Ctrl + C". (I am using Ubuntu 10.4 and I have also PGPLOT installed on my Linux).

[Code]...

View 1 Replies View Related

General :: Plot Band Structure Using Wien2k?

Sep 28, 2010

I want to plot band structure using Wien2k and for this I have to make a file named "case.klist_band". But I have a Rhomhedral compound . There is written to make the file using xcrysden but I donot know how to make the file from xcrysden.

View 2 Replies View Related

Software :: Plot Trace File Into A Graph?

Mar 22, 2011

how do i plot the trace file into a graph? can any 1 show an example here? just any trace file will do

View 13 Replies View Related

Programming :: Plot Individual Pixels In A Window?

Apr 6, 2010

It's been a while since I did any kind of graphics programming, but I would like to start learning how to do graphics stuff in *nix. I started reading the GTK+ 2.0 Tutorial, but a) I've only been able to write a small "Hello World" program, and that tested my patience, and b) I'm not seeing anything which allows you to plot a pixel directly. Back before I migrated to Linux, I used the Windows GDI SetPixel() function for plotting pixels sequentially (this was for a small fractal generator). Mostly what I'm asking is if there's any kind of equivalent function in *nix graphics APIs? GTK+? Would I have to deal with SDL/OpenGL?

View 3 Replies View Related

General :: Plot X Graph Ubuntu By Using Awk Scripts Indicating?

Mar 20, 2011

how can i plot x graph Ubuntu by using awk scripts indicating how can i change awk files into xgr files,

View 13 Replies View Related

Software :: How To Plot Fewer Error Bars In Xmgrace

Oct 28, 2010

How do I plot error bars for say, every 100th point, instead of for every single point? At the moment my plot looks like a thick band instead of a thin curve, since every point has an error bar attached to it.

View 2 Replies View Related

Software :: Gnuplot - Plot Individual Plots In Separate Windows?

Apr 1, 2010

I am new to gnuplot linux based plotting tool. I am trying to plot data from multiple data files and I want each plot to be open in a separate window. This is not happening in gnuplot script I have written, it holds the current window and plots the next data on the same window.A way I found to see separate plots was to use multiplot, but this plots multiple plots in the same window. Can someone tell me how to plot multiple plots in separate window in gnuplot? I could not find the answer in documentation/man pages.

[Code]...

View 1 Replies View Related

Ubuntu :: Adjusted Input Sound Volume And Maverick Lost The Plot?

May 10, 2011

I'm running Maverick on an HP dv6 laptop. I tried recording a video via VLC with the machine's 'TrueVision' webcam. The result seemed to lack audio, so I had a look in preferences > sound. The input tab had the mute button ticked, so I unticked it and tried adjusting the level (while realising I was probably just configuring the mic port and not the webcam's inbuilt mics).

Then things turned bad: pointer became sluggish, and changes I made to the level slider took ages to be reflected visually on screen. I queued up a pile of clicks on the 'close' button and went away for a while. On return, I was met with a box inviting me to stop a script with some screen-width-long incomprehensible name, which of course I did.

Now the system's in a state which sees windows missing title bars (tho' not menu bars) and (more problematically) the upper and lower bars on the desktop absent. I issued a hibernate command from the terminal in the hope that on waking the system would be 'fixed', but nothing changed. I tried alt-tabbing to access my open applications and close them gracefully but this command is ignored. I have 'zillions' of apps going with unsaved data and am not sure what to try next. I'd be happy just to be able to task switch to each open prog and exit it gracefully then restart. But my knowledge of the command line is such that your help is required =) .

View 6 Replies View Related

Fedora :: "out Of Memory" Message When Plot Certain Data

Aug 5, 2011

The current Octave 3.4.0 on Fedora 15 is giving me an "out of memory" message when I plot certain data. See example below. It depends on the range, and the particular function. Anyone else get this behaviour?

[code]...

View 3 Replies View Related

OpenSUSE :: 11.2 Crashes When Using Firefox?

Apr 7, 2010

Sometimes, when browsing the internet with FireFox, the entire system freezes. The only thing I can do is moving the mouse pointer,I can't use the Run command or anything else.It usually happens after a stand-by.

View 9 Replies View Related

OpenSUSE :: KDE 4.6 Amarok Crashes

Jan 29, 2011

After upgrading to KDE 4.6 (Factory repos) Amarok crashes every time I try to play a song. Changing between Gstreamer and Xine doesn't make any difference.

View 9 Replies View Related

OpenSUSE :: Opensuse Crashes On Inactivity ?

Aug 9, 2010

When i leave my computer for a moment i can see the screensaver completely frozen, nothing responds: keyboard, touchpad... I can preview the screensaver correctly, one with an ASCII aquarium.

What can be causing this?

Opensuse 11.3, 2GB Swap, fresh install

View 1 Replies View Related

OpenSUSE :: 11.2 Suspend To RAM/Disc Crashes?

Nov 13, 2009

I just upgraded my AMD64 Phenom X3 on Asus M3A76-CM mobo from OpenSuSE 11.1 to OpenSuSE 11.2. The upgrade didn't go smooth, but it went through after some glitches. I posted this from the system running OpenSuSE 11.2. The problems I have encountered are the system crashed when I tried to Suspend to RAM and/or Disc. The display just showed the Penguin sideway with the bar went down to about 85%. BTW, why shows a Penguin sideway when the system is suspended to RAM/Disc? If one wants to show a Penguin sleeps, it should be standing and not laid sideway.

View 9 Replies View Related

OpenSUSE :: When Try To Set A Screensaver The Whole Program Crashes?

Feb 19, 2010

I've just installed opensuse 11.2 kde 64 bit and when I try to set a screensaver the whole program crashes. What's wrong with it?How do you fix the screensaver program?

View 4 Replies View Related

OpenSUSE :: Flightgear Crashes With The Pulseaudio?

Mar 17, 2010

I had to use pulseaudio as nothing else worked. Even now no kde system sounds and:

michael@linux-os4n:~/Dokumente> fgfs --aircraft=b1900d
Assertion 'm->n_waiting_for_accept > 0' failed at pulse/thread-mainloop.c:221, function pa_threaded_mainloop_accept(). Aborting.
Abgebrochen
michael@linux-os4n:~/Dokumente>

View 4 Replies View Related

OpenSUSE :: OpenOffice.org Base Crashes

May 10, 2010

Every couple of hours OOo Base crashes - just closes the program of its' own accord.

Annoying enough in itself, but at least it usually recovers up to the last point I saved my work. The last time it happened though it didn't even recover to my last save point - it recovered to an old save point! So I have lost 30 minutes' work.

View 3 Replies View Related

OpenSUSE :: Kate Crashes On Launching?

Jun 25, 2010

kate is my favorite text editor, and everything was working fine until recently. Whenever launching Kate, whether by opening a text file or by clicking the Kate icon, a dialog box pops up that KDEInit could not launch 'konsole'. In the background, a konsole window flashes briefly before disappearing.The baffling thing is, that if I click the "run Kate" shortcut, instead of the Kate shortcut, then Kate launches normally. I'm running 11.2 with all the updates installed

View 9 Replies View Related

OpenSUSE :: OpenOffice Crashes On Start In 11.3?

Aug 12, 2010

Recently OpenOffice has started crashing on me when loading the program. The splash screen will appear for a moment then the KDE crash handler comes up. Here's what I get when launching from the console:

slomojo@linux-yiyy:~$ ooffice
KCrash: Application 'soffice.bin' crashing...
sock_file=/home/slomojo/.kde4/socket-linux-yiyy/kdeinit4__0

I've tried deleting the .ooo3 directory in my home directory but that doesn't seem to help. Also, I'm running with Sun's JDK in case that makes any difference. I know that OpenOffice was working fine for me immediately after my fresh install of 11.3. I only use OpenOffice once every couple of weeks so I'm not sure if there was a specific update or anything that broke things for me.

View 7 Replies View Related

OpenSUSE :: Kwrite Continuously Crashes In SU?

Aug 26, 2010

I need to change attributes in my /etc/fstab file.

I cant change my fstab file because apparently Kwrite only crashes when accessed by Konsole in SU mode.

I type this input/output:

linux-mg28:/home/me # kdesu kwrite /etc/fstab
kdesu(13370): Session bus not found
KCrash: Application 'kdesu' crashing...
sock_file=/root/.kde4/socket-linux-mg28/kdeinit4__0

[Code]....

I have a dual XP/suse11.3 system. I even removed my old Suse along with all its partitions, leaving only the NTFS XP, re-downloaded the 11.3 ISO image, burned a new fresh install disk and reinstalled 11.3. I updated the software in YaST.

I still can't modify my fstab file. But I can locate the file in Dolphin and click it to open in a Kwrite window. Read only of course.

View 9 Replies View Related

OpenSUSE :: Eclipse Crashes After Update (On 11.3)

Sep 4, 2010

My Eclipse crashes after some updates on 11.3

I got an error :
./eclipse
The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 163951 error_code 11 request_code 53 minor_code 0)
Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)

I googled and found some solutions by downgrading xulrunner, but no dice.

View 4 Replies View Related

OpenSUSE :: OpenOffice.org 3.2 Crashes On 11.3 With GNOME?

Sep 8, 2010

When I've installed openSUSE 11.3, OpenOffice was asking me to install JRE, and I did it. However, next time i run it, it crashed without any error log. When I run it again, it sad a couple of time that JRE is defective, and asked me to reinstall it again. Eons passed, but my patience was rewarded. OpenOffice.org Impress was up. but just for a few seconds. Then it crashed again, and left no signs of life. I've repeated the same cycle few times... Then I decided to search for a solution, and read topics where similar problems were discussed. One solution was to expand my swap memory, and the another one was to install an older version of OO. I wasn't very eager to install an older version of OO, so I tried to expand swap memory by cutting memory from the other partitions. I found reference that swap memory should be twice bigger than RAM. Since i have 512 + 256 MB RAM, I've typed 1536 MB as a new value for swap memory. Error appeared that value of swap memory must be between 42MB and 684MB. I'm not sure about the second number, but it was between 600 and 700... I must get OpenOffice.org working as soon as possible, because it's very important for my work. I'm running 64bit openSUSE 11.3 on AMD Sempron 2800+ with 768MB RAM using OpenOffice 3.2.1.4-1.2 and java-1_6_0-sun

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved