Ghostscript Probleme

FierceOne

Kampfmaschine
Hallo Forum!

Es gibt wiedermal ein kleines Problem auf das ich mir keinen Reim machen kann. Und zwar betrifft es diesmal -vermutlich- Ghostscript. Zeigen tut sich das ganze z.B. bei gnuplot:
Code:
<ben@speedy ~> gnuplot

        G N U P L O T
        Version 4.0 patchlevel 0
        last modified Thu Apr 15 14:44:22 CEST 2004
        System: FreeBSD 6.1-RELEASE-p1

        Copyright (C) 1986 - 1993, 1998, 2004
        Thomas Williams, Colin Kelley and many others

        This is gnuplot version 4.0.  Please refer to the documentation
        for command syntax changes.  The old syntax will be accepted
        throughout the 4.0 series, but all save files use the new syntax.

        Type `help` to access the on-line reference manual.
        The gnuplot FAQ is available from
                http://www.gnuplot.info/faq/

        Send comments and requests for help to
                <gnuplot-info@lists.sourceforge.net>
        Send bugs, suggestions and mods to
                <gnuplot-bugs@lists.sourceforge.net>


Terminal type set to 'x11'
gnuplot> plot sin(x)

gnuplot: unable to parse 'black'. Using black.

gnuplot: unable to parse 'black'. Using black.

gnuplot: unable to parse 'black'. Using black.

gnuplot: unable to parse 'black'. Using black.

gnuplot: unable to parse 'red'. Using black.

gnuplot: unable to parse 'green'. Using black.

gnuplot: unable to parse 'blue'. Using black.

gnuplot: unable to parse 'magenta'. Using black.

gnuplot: unable to parse 'cyan'. Using black.

gnuplot: unable to parse 'sienna'. Using black.

gnuplot: unable to parse 'orange'. Using black.

gnuplot: unable to parse 'coral'. Using black.
gnuplot>
Der Plot erscheint dann in S/W. Googlen war nicht soo ergiebig. Aehnliches habe ich auch bei R:
Code:
<ben@speedy ~> R

R : Copyright 2006, The R Foundation for Statistical Computing
Version 2.3.0 (2006-04-24)
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> install.packages("akima")
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class = "tclObj") :
        [tcl] unknown color name "blue".
da stimmt auch was mit der Farbe nicht. Keine Ahnung woran das liegen soll. Ich habe letztens mal wieder alles aufgeraeumt und mein System neu kompiliert, diesmal mit afpl anstatt gnu gs und es ist dasselbe. Vielleicht hat es doch nix mit gs zu tun?! Kann mir vielleicht jemand helfen und sagen woher das Problem kommen koennte bzw. was da drunter liegt. Denn R oder gnuplot sind es glaube nicht. (haben ja beide dasselbe Problem) :confused:

Gruss,

B
 
Ist /usr/X11R6/lib/X11/rgb.txt da und von normalen Usern lesbar?
 
Hi Yamagi,

Ja das ist lesbar.
Code:
<ben@speedy ~> cat /usr/X11R6/lib/X11/rgb.txt | grep blue
240 248 255             alice blue
 25  25 112             midnight blue
  0   0 128             navy blue
100 149 237             cornflower blue
 72  61 139             dark slate blue
106  90 205             slate blue
123 104 238             medium slate blue
132 112 255             light slate blue
  0   0 205             medium blue
 65 105 225             royal blue
  0   0 255             blue
 30 144 255             dodger blue
  0 191 255             deep sky blue
135 206 235             sky blue
135 206 250             light sky blue
 70 130 180             steel blue
176 196 222             light steel blue
173 216 230             light blue
176 224 230             powder blue
 95 158 160             cadet blue
138  43 226             blue violet
  0   0 255             blue1
  0   0 238             blue2
  0   0 205             blue3
  0   0 139             blue4
0     0 139             dark blue
<ben@speedy ~>
Aber ein sehr vielversprechender Hinweis. Gibt es da noch etwas woran es liegen koennte?

Tausend Dank!
 
Hallo,

das war auch meine erste Idee. Alles neu machen. Wie ich oben schon geschrieben habe ist alles neu. Da ich zuerst auf GS getippt habe, habe ich dann auch GNU gegen AFPL getauscht. Kein Unterschied. Ich vermute das ich den Wald vor Baeumen nicht sehe... :)

Benny
 
Du könntest mal versuchen, X.org neu zu installieren. Könnte helfen, aber versprechen kann ich es dir nicht.
 
das habe ich alles schon hinter mir. naja bei gelegenheit schaue ich mal im source code wo das herkommt, bzw. was ihn dazu bringt sich zu beschweren.

danke!
 
so jetzt! Die Loesung ist einfach. Ich hatte den flaschen RGB Pfag in meiner xorg.conf. Jetzt geht es genau so wie es sein muss.

Gruss...
 
Zurück
Oben