Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New gentoo graphics
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
ekz
l33t
l33t


Joined: 21 Jun 2006
Posts: 994
Location: Temuco - Chile

PostPosted: Wed Jan 09, 2008 1:10 am    Post subject: Re: Gentoo wallpaper/ascii art Reply with quote

Kaepora wrote:

http://nadim.keihatsu.org/img/ascii/gentoo.html



Nice!!! :D

Is there way of using it in /etc/issue.logo ?

cheers
_________________
Mi tumblelog
Back to top
View user's profile Send private message
quag7
Apprentice
Apprentice


Joined: 12 Aug 2002
Posts: 288
Location: Marana, Arizona - USA

PostPosted: Wed Jan 09, 2008 3:38 am    Post subject: Reply with quote

Need to output it with ANSI color...There may be a way of doing that with whatever script generated the colored HTML.
_________________
http://www.dataswamp.net
Back to top
View user's profile Send private message
quag7
Apprentice
Apprentice


Joined: 12 Aug 2002
Posts: 288
Location: Marana, Arizona - USA

PostPosted: Wed Jan 09, 2008 3:40 am    Post subject: Reply with quote

BTW I am trying to collect all of the available Gentoo wallpaper in one place...One problem/issue is I have no clue whether or not there are licensing issues re: the artist, which, in almost all cases, is unclear.

Personally I think the idea of licensing wallpaper is ludicrous but I don't want some guy complaining that I'm putting his wallpaper up on the web.

Presently I have 38 wallpapers, including the one above.
_________________
http://www.dataswamp.net
Back to top
View user's profile Send private message
Urban Cowboy
n00b
n00b


Joined: 09 Oct 2007
Posts: 64

PostPosted: Wed Jan 09, 2008 4:13 am    Post subject: Reply with quote

The ascii one is badass. Seriously awesome.
_________________
Anything worth doing is worth over-doing. Moderation is for cowards.
Back to top
View user's profile Send private message
Kaepora
n00b
n00b


Joined: 28 Apr 2007
Posts: 12
Location: /dev/fd0

PostPosted: Wed Jan 09, 2008 8:31 am    Post subject: Reply with quote

The wallpaper is free to be used for any non-commercial purpose. Crediting me for its creation would be cool.

I tried converting the Gentoo ASCII art to ANSI colors but it basically turned out pretty ugly, what with ANSI's limited colors, and I couldn't figure out a way to save it in a portable file format. However, I've made a non-colored text version of the ASCII art, which can be found here:
http://nadim.keihatsu.org/img/ascii/gentoo.txt

quag7: Do you have your Gentoo wallpaper collection somewhere online?
Back to top
View user's profile Send private message
Kaepora
n00b
n00b


Joined: 28 Apr 2007
Posts: 12
Location: /dev/fd0

PostPosted: Wed Jan 09, 2008 10:27 am    Post subject: Reply with quote

http://gentoo.keihatsu.org/wallpapers/ now contains a comprehensive collection of Gentoo wallpapers for your enjoyment.

Thanks to Quag7!
_________________
Anapnea, the open Gentoo shell server:
http://anapnea.net
Back to top
View user's profile Send private message
tw04l124
Veteran
Veteran


Joined: 03 Oct 2006
Posts: 1216
Location: A t z e l, lower austria

PostPosted: Wed Jan 09, 2008 11:23 am    Post subject: Reply with quote

how do you make asci wallpapers? Is there any trick?

THx, looks nice the first ascii one.
_________________
ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl.so.3
Back to top
View user's profile Send private message
Kaepora
n00b
n00b


Joined: 28 Apr 2007
Posts: 12
Location: /dev/fd0

PostPosted: Wed Jan 09, 2008 12:04 pm    Post subject: Reply with quote

I made the ascii images using jp2a. I have submitted jp2a to portage as an ebuild, hopefully you'll be able to emerge it soon!
_________________
Anapnea, the open Gentoo shell server:
http://anapnea.net
Back to top
View user's profile Send private message
Stolz
Moderator
Moderator


Joined: 19 Oct 2003
Posts: 2902
Location: Valencia, Spain

PostPosted: Wed Jan 09, 2008 5:37 pm    Post subject: Reply with quote

tw04l124 wrote:
how do you make asci wallpapers? Is there any trick?

THx, looks nice the first ascii one.


Not for wallpaper but for general ASCII art you can try
Code:
 _____ ___ ____ _      _   
|  ___|_ _/ ___| | ___| |_
| |_   | | |  _| |/ _ \ __|
|  _|  | | |_| | |  __/ |_
|_|   |___\____|_|\___|\__|
http://www.figlet.org/
It's in Portage.

Also, you can have fun with mplayer and aalib (ASCII-Graphics Library).

I didn't know jp2a, cool sofrware!
Back to top
View user's profile Send private message
nixnut
Administrator
Administrator


Joined: 09 Apr 2004
Posts: 10951
Location: the dutch mountains

PostPosted: Wed Jan 09, 2008 6:24 pm    Post subject: Reply with quote

merged above ten posts here.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
tw04l124
Veteran
Veteran


Joined: 03 Oct 2006
Posts: 1216
Location: A t z e l, lower austria

PostPosted: Fri Jan 11, 2008 9:52 am    Post subject: Reply with quote

Code:
roman@notebook /home $ figlet Thank you, tw04l124
 _____ _                 _                         
|_   _| |__   __ _ _ __ | | __  _   _  ___  _   _   
  | | | '_ \ / _` | '_ \| |/ / | | | |/ _ \| | | | 
  | | | | | | (_| | | | |   <  | |_| | (_) | |_| |_
  |_| |_| |_|\__,_|_| |_|_|\_\  \__, |\___/ \__,_( )
                                |___/            |/
 _             ___  _  _   _ _ ____  _  _   
| |___      __/ _ \| || | | / |___ \| || | 
| __\ \ /\ / / | | | || |_| | | __) | || |_
| |_ \ V  V /| |_| |__   _| | |/ __/|__   _|
 \__| \_/\_/  \___/   |_| |_|_|_____|  |_| 
                                           
roman@notebook /home $

_________________
ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl.so.3
Back to top
View user's profile Send private message
d2_racing
Moderator
Moderator


Joined: 25 Apr 2005
Posts: 12867
Location: Ste-Foy,Canada

PostPosted: Fri Jan 11, 2008 1:14 pm    Post subject: Reply with quote

Kaepora wrote:
http://gentoo.keihatsu.org/wallpapers/ now contains a comprehensive collection of Gentoo wallpapers for your enjoyment.

Thanks to Quag7!


Nice :)

I like the penguin of choice wallpaper :)
_________________
Sysadmin of Funtoo-Québec.org
Wiki
Signature
IRC on Freenode : #funtoo-quebec
Back to top
View user's profile Send private message
region-g
Tux's lil' helper
Tux's lil' helper


Joined: 04 May 2005
Posts: 121
Location: Ελλάς

PostPosted: Sat Jan 12, 2008 10:06 am    Post subject: Reply with quote

@comprookie2000
@Kaepora

Hey guys these walls rule, nice work
_________________
wanna react ?
Back to top
View user's profile Send private message
Chymera
Apprentice
Apprentice


Joined: 13 Sep 2007
Posts: 209

PostPosted: Sun Jan 13, 2008 7:27 pm    Post subject: gentoo wallpaper Reply with quote

Synopsis:
I really liked the boot splash of the livecd, and wanted to use something similar as my desktop background, I wanted it to be rather simple, as for example this fine wallpaper http://upload.wikimedia.org/wikipedia/commons/a/ae/Gentoo_Linux_2007.0.png , but I also wanted some kind of gentoo logo on it, preferably small in size so that it doesn't stress the eyes. I looked for the splash image for about 2 days, on the web and in some artwork packages, but I didn't really find it. And so i decided to mock it up.

And here it is: http://i3.tinypic.com/8anb975.png , I decided to give this to anybody who may want it, and since i doubt anyone is keen on having a wallpaper with my nick on it, I replaced it with the next snapshot name.... who knows, maybe it'll land on the next livecd

http://i2.tinypic.com/720w4kn.png


Last edited by Chymera on Mon Jan 14, 2008 9:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
nixnut
Administrator
Administrator


Joined: 09 Apr 2004
Posts: 10951
Location: the dutch mountains

PostPosted: Sun Jan 13, 2008 8:47 pm    Post subject: Reply with quote

merged above post here
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum