Re: gEDA-user: Color PS output

2009-10-14 Thread evan foss
Thanks guys.

On Tue, Oct 13, 2009 at 5:09 PM, Gareth Edwards
gar...@edwardsfamily.org.uk wrote:
 2009/9/30 Peter TB Brett pe...@peter-b.co.uk:
 Try adding the following to your gafrc:

  (load (build-path geda-rc-path print-colormap-lightbg))


 Thanks, Peter, that works for me and I've update the wiki to reflect this.

 Gareth


 ___
 geda-user mailing list
 geda-user@moria.seul.org
 http://www.seul.org/cgi-bin/mailman/listinfo/geda-user




-- 
http://evanfoss.googlepages.com/


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-10-01 Thread evan foss
On Wed, Sep 30, 2009 at 9:31 PM, Kai-Martin Knaak k...@familieknaak.de wrote:
 On Wed, 30 Sep 2009 21:15:55 +, evan foss wrote:

 I would be happy to have it stay text only. Otherwise the settings that
 get pulled in from the users .gschemrc and the projects .gschemrc will
 get confused with the global version.

 That's why I suggested a temporary case-by-case override.
 The ~/pcb/preference vs ~/pcb/settings confusion is a warning example of
 what should better be avoided.

The problem is not the interface the problem is most likely me the
user. Making more graphical interfaces won't make me any smarter so
similar problems will likely persist. :)
For those curious my gschem file was this..

(component-library ./sym)
(log-window later)

;Paper size here is letter not A4
(paper-size 11 8.5) ; letter  This apparently breaks the color
ps output. It will work in bw with this line but I can live with out
it.

(output-color enabled)  ; for color postscript output




-- 
http://evanfoss.googlepages.com/


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: Color PS output

2009-09-30 Thread evan foss
Hi,
I just tried to generate color Postscript output in both
1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
anyone else having this problem? My gschemrc file has

(output-color enabled)  ; for color postscript output
(image-color enabled)   ; for color PNG output (enabled by default)

copied from the wiki. Could someone please tell me what am I doing wrong here?

-- 
http://evanfoss.googlepages.com/


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Dave McGuire
On Sep 30, 2009, at 11:37 AM, evan foss wrote:
 I just tried to generate color Postscript output in both
 1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
 anyone else having this problem? My gschemrc file has

 (output-color enabled)  ; for color postscript output
 (image-color enabled)   ; for color PNG output (enabled by  
 default)

 copied from the wiki. Could someone please tell me what am I doing  
 wrong here?

   Just a data point...I'm running 1.4.0.20080127 (still), and I get  
(beautiful!) color PS output with the above options.

 -Dave



-- 
Dave McGuire
Port Charlotte, FL



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread evan foss
Thank you. I will install that version too and run it to test my configuration.

On Wed, Sep 30, 2009 at 3:58 PM, Dave McGuire mcgu...@neurotica.com wrote:
 On Sep 30, 2009, at 11:37 AM, evan foss wrote:
 I just tried to generate color Postscript output in both
 1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
 anyone else having this problem? My gschemrc file has

 (output-color enabled)      ; for color postscript output
 (image-color enabled)       ; for color PNG output (enabled by
 default)

 copied from the wiki. Could someone please tell me what am I doing
 wrong here?

   Just a data point...I'm running 1.4.0.20080127 (still), and I get
 (beautiful!) color PS output with the above options.

             -Dave



 --
 Dave McGuire
 Port Charlotte, FL



 ___
 geda-user mailing list
 geda-user@moria.seul.org
 http://www.seul.org/cgi-bin/mailman/listinfo/geda-user




-- 
http://evanfoss.googlepages.com/


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Stefan Salewski
On Wed, 2009-09-30 at 15:37 +, evan foss wrote:
 Hi,
 I just tried to generate color Postscript output in both
 1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
 anyone else having this problem? My gschemrc file has
 
 (output-color enabled)  ; for color postscript output
 (image-color enabled)   ; for color PNG output (enabled by default)
 
 copied from the wiki. Could someone please tell me what am I doing wrong here?
 

Works fine for my Gentoo-Linux AMD64 test-installation 1.5.4.

I have color for PNG output by default.
After modifying the global gschemrc file I have color for eps and
postscript output (print to file). Looks like screen display, black
background. Tested with file examples/TwoStageAmp.sch.

(I restarted gschem after I modified gschemrc)






___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Matt Ettus
On Wed, Sep 30, 2009 at 10:07 AM, Stefan Salewski m...@ssalewski.de wrote:
 On Wed, 2009-09-30 at 15:37 +, evan foss wrote:
 Hi,
 I just tried to generate color Postscript output in both
 1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
 anyone else having this problem? My gschemrc file has

 (output-color enabled)      ; for color postscript output
 (image-color enabled)       ; for color PNG output (enabled by default)

 copied from the wiki. Could someone please tell me what am I doing wrong 
 here?


 Works fine for my Gentoo-Linux AMD64 test-installation 1.5.4.

 I have color for PNG output by default.
 After modifying the global gschemrc file I have color for eps and
 postscript output (print to file). Looks like screen display, black
 background. Tested with file examples/TwoStageAmp.sch.

 (I restarted gschem after I modified gschemrc)


Is there a way to have the postscript output have a white background
without changing the on-screen colors?

Thanks,
Matt


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Peter TB Brett
On Wednesday 30 September 2009 16:37:52 evan foss wrote:
 Hi,
 I just tried to generate color Postscript output in both
 1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
 anyone else having this problem? My gschemrc file has
 
 (output-color enabled)  ; for color postscript output
 (image-color enabled)   ; for color PNG output (enabled by default)
 
 copied from the wiki. Could someone please tell me what am I doing wrong
  here?
 

As noted in the NEWS file (under 1.5.2 changes):

* Major, *backwards-incompatible* changes to color handling in
  `libgeda' and `gschem'.

  - All colors are specified using hexadecimal `#RRGGBB' or
`#RRGGBBAA' syntax.

  - The print and display color maps are now separate.

  - A new Scheme syntax is used to inspect and modify color maps.

  - If you wish to use a light background in `gschem', add the line:

  (load (build-path geda-rc-path gschem-colormap-lightbg))

to your personal or project gschemrc file.

Changing the display colour map *intentionally* doesn't change the print 
colour map (so you can optimise the colours for each). Unfortunately, PNG 
output still uses the display colour map (this is due to the way PNG output is 
implemented).

To change the colours printed, you should edit (or copy and edit) the 'print-
colormap-lightbg' file, and then edit your gafrc file to load it.  Look in the 
'system-gafrc' to see how to do that.

It should still be possible to swap between colour and BW printing using the 
same mechanisms as before 1.5.2.  If this is broken, please file a bug report, 
including the gschemrc  gafrc files you used.

Thanks,

  Peter
  


-- 
Peter Brett pe...@peter-b.co.uk
Remote Sensing Research Group
Surrey Space Centre


signature.asc
Description: This is a digitally signed message part.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Peter TB Brett
On Wednesday 30 September 2009 19:35:06 Peter TB Brett wrote:
 On Wednesday 30 September 2009 16:37:52 evan foss wrote:
  Hi,
  I just tried to generate color Postscript output in both
  1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
  anyone else having this problem? My gschemrc file has
 
  (output-color enabled)  ; for color postscript output
  (image-color enabled)   ; for color PNG output (enabled by default)
 
  copied from the wiki. Could someone please tell me what am I doing wrong
   here?

 It should still be possible to swap between colour and BW printing using
  the same mechanisms as before 1.5.2.  If this is broken, please file a bug
  report, including the gschemrc  gafrc files you used.

Dang. It really is bust. *grumble*

 Thanks,
 
   Peter
 

-- 
Peter Brett pe...@peter-b.co.uk
Remote Sensing Research Group
Surrey Space Centre


signature.asc
Description: This is a digitally signed message part.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Peter TB Brett
On Wednesday 30 September 2009 20:00:52 Peter TB Brett wrote:
 On Wednesday 30 September 2009 19:35:06 Peter TB Brett wrote:
  On Wednesday 30 September 2009 16:37:52 evan foss wrote:
   Hi,
   I just tried to generate color Postscript output in both
   1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
   anyone else having this problem? My gschemrc file has
  
   (output-color enabled)  ; for color postscript output
   (image-color enabled)   ; for color PNG output (enabled by
   default)
  
   copied from the wiki. Could someone please tell me what am I doing
   wrong here?
 
  It should still be possible to swap between colour and BW printing using
   the same mechanisms as before 1.5.2.  If this is broken, please file a
  bug report, including the gschemrc  gafrc files you used.
 
 Dang. It really is bust. *grumble*
 

Okay, I managed to get it working by making sure that my 

  (output-color enabled)

line was in gschemrc rather than gafrc. Weird.

 Peter



-- 
Peter Brett pe...@peter-b.co.uk
Remote Sensing Research Group
Surrey Space Centre


signature.asc
Description: This is a digitally signed message part.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Peter TB Brett
On Wednesday 30 September 2009 19:14:18 Gareth Edwards wrote:
 2009/9/30 Matt Ettus boysc...@gmail.com:
  Is there a way to have the postscript output have a white background
  without changing the on-screen colors?
 
  Thanks,
  Matt
 
 I couldn't get a white background even when I changed the on-screen
 colours - see my post from a week or two back. These black backgrounds
 are getting expensive to print

Try adding the following to your gafrc:

  (load (build-path geda-rc-path print-colormap-lightbg))

As I mentioned in another e-mail, the print colours are *intentionall* 
decoupled from the display colours: what's comfortable to look at on-screen 
might not be as nice on paper.

Regards,

 Peter

-- 
Peter Brett pe...@peter-b.co.uk
Remote Sensing Research Group
Surrey Space Centre


signature.asc
Description: This is a digitally signed message part.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Kai-Martin Knaak
On Wed, 30 Sep 2009 20:32:43 +0100, Peter TB Brett wrote:

 Dang. It really is bust. *grumble*
 
 
 Okay, I managed to get it working by making sure that my
 
   (output-color enabled)
 
 line was in gschemrc rather than gafrc. Weird.

May I suggest a GUI way to manage this kind of setting in the GUI? 
Preferably, as an overriding checkbox in the print dialog. In an 
environment with multiple printers, the color decision needs to be tuned 
on a case by case base.

---(kaimartin)---
-- 
Kai-Martin Knaak  tel: +49-511-762-2895
Universität Hannover, Inst. für Quantenoptik  fax: +49-511-762-2211 
Welfengarten 1, 30167 Hannover   http://www.iqo.uni-hannover.de
GPG key:http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmkop=get



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Peter TB Brett
On Wednesday 30 September 2009 21:23:06 Kai-Martin Knaak wrote:
 On Wed, 30 Sep 2009 20:32:43 +0100, Peter TB Brett wrote:
  Dang. It really is bust. *grumble*
 
  Okay, I managed to get it working by making sure that my
 
(output-color enabled)
 
  line was in gschemrc rather than gafrc. Weird.
 
 May I suggest a GUI way to manage this kind of setting in the GUI?

Can we just say,

  for setting in geda_settings:
  request_config_gui(setting, user=Kai-Martin Knaak)

Look, we know it's a general problem -- it's just that no-one has the time 
and/or motivation to do the necessary work.

 Peter


-- 
Peter Brett pe...@peter-b.co.uk
Remote Sensing Research Group
Surrey Space Centre


signature.asc
Description: This is a digitally signed message part.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread evan foss
On Wed, Sep 30, 2009 at 8:30 PM, Peter TB Brett pe...@peter-b.co.uk wrote:
 On Wednesday 30 September 2009 21:23:06 Kai-Martin Knaak wrote:
 On Wed, 30 Sep 2009 20:32:43 +0100, Peter TB Brett wrote:
  Dang. It really is bust. *grumble*
 
  Okay, I managed to get it working by making sure that my
 
    (output-color enabled)
 
  line was in gschemrc rather than gafrc. Weird.

 May I suggest a GUI way to manage this kind of setting in the GUI?

 Can we just say,

  for setting in geda_settings:
      request_config_gui(setting, user=Kai-Martin Knaak)

 Look, we know it's a general problem -- it's just that no-one has the time
 and/or motivation to do the necessary work.

I would be happy to have it stay text only. Otherwise the settings
that get pulled in from the users .gschemrc and the projects .gschemrc
will get confused with the global version.


                                     Peter


 --
 Peter Brett pe...@peter-b.co.uk
 Remote Sensing Research Group
 Surrey Space Centre



 ___
 geda-user mailing list
 geda-user@moria.seul.org
 http://www.seul.org/cgi-bin/mailman/listinfo/geda-user





-- 
http://evanfoss.googlepages.com/


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Kai-Martin Knaak
On Wed, 30 Sep 2009 21:15:55 +, evan foss wrote:

 I would be happy to have it stay text only. Otherwise the settings that
 get pulled in from the users .gschemrc and the projects .gschemrc will
 get confused with the global version.

That's why I suggested a temporary case-by-case override. 
The ~/pcb/preference vs ~/pcb/settings confusion is a warning example of 
what should better be avoided. 

---(kaimartin)---
-- 
Kai-Martin Knaak  tel: +49-511-762-2895
Universität Hannover, Inst. für Quantenoptik  fax: +49-511-762-2211 
Welfengarten 1, 30167 Hannover   http://www.iqo.uni-hannover.de
GPG key:http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmkop=get



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Color PS output

2009-09-30 Thread Matt Ettus
On Wed, Sep 30, 2009 at 11:35 AM, Peter TB Brett pe...@peter-b.co.uk wrote:
 On Wednesday 30 September 2009 16:37:52 evan foss wrote:
 Hi,
 I just tried to generate color Postscript output in both
 1.5.2.20090328 and 1.5.4.20090830 and found that it won't work. Is
 anyone else having this problem? My gschemrc file has

 (output-color enabled)      ; for color postscript output
 (image-color enabled)       ; for color PNG output (enabled by default)

 copied from the wiki. Could someone please tell me what am I doing wrong
  here?


 As noted in the NEWS file (under 1.5.2 changes):

 * Major, *backwards-incompatible* changes to color handling in
  `libgeda' and `gschem'.

  - All colors are specified using hexadecimal `#RRGGBB' or
    `#RRGGBBAA' syntax.

  - The print and display color maps are now separate.

  - A new Scheme syntax is used to inspect and modify color maps.

  - If you wish to use a light background in `gschem', add the line:

      (load (build-path geda-rc-path gschem-colormap-lightbg))

    to your personal or project gschemrc file.

 Changing the display colour map *intentionally* doesn't change the print
 colour map (so you can optimise the colours for each). Unfortunately, PNG
 output still uses the display colour map (this is due to the way PNG output is
 implemented).

 To change the colours printed, you should edit (or copy and edit) the 'print-
 colormap-lightbg' file, and then edit your gafrc file to load it.  Look in the
 'system-gafrc' to see how to do that.

 It should still be possible to swap between colour and BW printing using the
 same mechanisms as before 1.5.2.  If this is broken, please file a bug report,
 including the gschemrc  gafrc files you used.


Thanks, that worked perfectly.

Matt


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user