Re: [RFC] The official logo for logo_saver?

2010-04-07 Thread Dag-Erling Smørgrav
Jung-uk Kim  writes:
> Although I really like logo_saver with Beastie, we have the official 
> FreeBSD logo and I think it is time to say good-bye to the old logo 
> image file.  The attached file is a drop-in replacement for 
> sys/dev/syscons/logo/logo.c.
>
> What do you think?

I agree, please commit.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


Re: [RFC] The official logo for logo_saver?

2010-04-07 Thread Peter Pentchev
On Wed, Apr 07, 2010 at 09:18:09AM +0200, Dag-Erling Sm??rgrav wrote:
> Jung-uk Kim  writes:
> > Although I really like logo_saver with Beastie, we have the official 
> > FreeBSD logo and I think it is time to say good-bye to the old logo 
> > image file.  The attached file is a drop-in replacement for 
> > sys/dev/syscons/logo/logo.c.
> >
> > What do you think?
> 
> I agree, please commit.

Mmm, not to belittle jkim's work in any way (thanks for taking
the time!), but... I wonder if this could somehow be made optional -
TBH, I really like the current/old/original logo_saver image :)
Of course, the new one is nice, too, and also official, but
I still like the old one just a little bit better :)

Maybe keep both arrays in the file and have a sysctl or something?
(yes, I know there are people who think that there are already
too many sysctl's and new ones shouldn't be added for trifles,
but still... :)

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.netr...@space.bgr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
If the meanings of 'true' and 'false' were switched, then this sentence 
wouldn't be false.


pgpqKduX5MVPi.pgp
Description: PGP signature


Re: [RFC] The official logo for logo_saver?

2010-04-07 Thread Garrett Cooper
On Wed, Apr 7, 2010 at 2:19 AM, Peter Pentchev  wrote:
> On Wed, Apr 07, 2010 at 09:18:09AM +0200, Dag-Erling Sm??rgrav wrote:
>> Jung-uk Kim  writes:
>> > Although I really like logo_saver with Beastie, we have the official
>> > FreeBSD logo and I think it is time to say good-bye to the old logo
>> > image file.  The attached file is a drop-in replacement for
>> > sys/dev/syscons/logo/logo.c.
>> >
>> > What do you think?
>>
>> I agree, please commit.
>
> Mmm, not to belittle jkim's work in any way (thanks for taking
> the time!), but... I wonder if this could somehow be made optional -
> TBH, I really like the current/old/original logo_saver image :)
> Of course, the new one is nice, too, and also official, but
> I still like the old one just a little bit better :)
>
> Maybe keep both arrays in the file and have a sysctl or something?
> (yes, I know there are people who think that there are already
> too many sysctl's and new ones shouldn't be added for trifles,
> but still... :)

Why not just move the current logo.c to another screensaver app
(say beastie.c?) and add the one Jung's proposing to logo.c? Problem
solved... I mean, there's still an option of including the beastie
logo in the bootup menu -- no sense in removing the screensaver if the
boot menu logo is still around IMO...
Thanks,
-Garrett
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


Re: [RFC] The official logo for logo_saver?

2010-04-07 Thread Freddie Cash
On Tue, Apr 6, 2010 at 3:29 PM, Jung-uk Kim  wrote:

> Although I really like logo_saver with Beastie, we have the official
> FreeBSD logo and I think it is time to say good-bye to the old logo
> image file.  The attached file is a drop-in replacement for
> sys/dev/syscons/logo/logo.c.
>
> What do you think?
>
> Jung-uk Kim
>
> * PS: I couldn't find a good small 256-color image from FreeBSD.org.
> So, I googled and found the following icon:
>
> http://kde-look.org/CONTENT/content-m1/m112422-1.png
>
> The following URL seems to be the actual web page:
>
> http://kde-look.org/content/show.php?content=112422
>
> Please consider renaming the existing logo_saver to something like
beastie_saver, to keep it around as an option.  Then replace logo_saver with
the new logo.

-- 
Freddie Cash
fjwc...@gmail.com
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


Re: [RFC] The official logo for logo_saver?

2010-04-07 Thread Jung-uk Kim
On Wednesday 07 April 2010 05:23 am, Garrett Cooper wrote:
> On Wed, Apr 7, 2010 at 2:19 AM, Peter Pentchev  
wrote:
> > On Wed, Apr 07, 2010 at 09:18:09AM +0200, Dag-Erling Sm??rgrav 
wrote:
> >> Jung-uk Kim  writes:
> >> > Although I really like logo_saver with Beastie, we have the
> >> > official FreeBSD logo and I think it is time to say good-bye
> >> > to the old logo image file. �The attached file is a drop-in
> >> > replacement for sys/dev/syscons/logo/logo.c.
> >> >
> >> > What do you think?
> >>
> >> I agree, please commit.
> >
> > Mmm, not to belittle jkim's work in any way (thanks for taking
> > the time!), but... I wonder if this could somehow be made
> > optional - TBH, I really like the current/old/original logo_saver
> > image :) Of course, the new one is nice, too, and also official,
> > but I still like the old one just a little bit better :)
> >
> > Maybe keep both arrays in the file and have a sysctl or
> > something? (yes, I know there are people who think that there are
> > already too many sysctl's and new ones shouldn't be added for
> > trifles, but still... :)
>
> Why not just move the current logo.c to another screensaver app
> (say beastie.c?) and add the one Jung's proposing to logo.c?
> Problem solved... I mean, there's still an option of including the
> beastie logo in the bootup menu -- no sense in removing the
> screensaver if the boot menu logo is still around IMO...

All done now:

http://svn.freebsd.org/changeset/base/206362
http://svn.freebsd.org/changeset/base/206363
http://svn.freebsd.org/changeset/base/206365
http://svn.freebsd.org/changeset/base/206366
http://svn.freebsd.org/changeset/base/206368
http://svn.freebsd.org/changeset/base/206374

Thanks for the feedback.

Jung-uk Kim
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


Re: [RFC] The official logo for logo_saver?

2010-04-07 Thread jhell
On 04/07/2010 03:18, Dag-Erling Smørgrav wrote:
> Jung-uk Kim  writes:
>> Although I really like logo_saver with Beastie, we have the official 
>> FreeBSD logo and I think it is time to say good-bye to the old logo 
>> image file.  The attached file is a drop-in replacement for 
>> sys/dev/syscons/logo/logo.c.
>>
>> What do you think?
> 
> I agree, please commit.
> 
> DES

How about this...

Keep both & rename the current logo_saver to mascot_saver instead. ?

Nice work Jung-uk Kim!

-- 

 jhell
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


Re: [RFC] The official logo for logo_saver?

2010-04-07 Thread jhell
On 04/07/2010 11:13, Freddie Cash wrote:
> On Tue, Apr 6, 2010 at 3:29 PM, Jung-uk Kim  wrote:
> 
>> Although I really like logo_saver with Beastie, we have the official
>> FreeBSD logo and I think it is time to say good-bye to the old logo
>> image file.  The attached file is a drop-in replacement for
>> sys/dev/syscons/logo/logo.c.
>>
>> What do you think?
>>
>> Jung-uk Kim
>>
>> * PS: I couldn't find a good small 256-color image from FreeBSD.org.
>> So, I googled and found the following icon:
>>
>> http://kde-look.org/CONTENT/content-m1/m112422-1.png
>>
>> The following URL seems to be the actual web page:
>>
>> http://kde-look.org/content/show.php?content=112422
>>
>> Please consider renaming the existing logo_saver to something like
> beastie_saver, to keep it around as an option.  Then replace logo_saver with
> the new logo.
> 

Ugh! reply coming through and for some reason threading was broken for a
moment and didnt see the last two replies.

/ignore ;)

-- 

 jhell
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"