Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Gentoo logo der live CD bei splash = off
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Mathebug
n00b
n00b


Joined: 21 Jul 2004
Posts: 54

PostPosted: Mon Mar 07, 2005 6:11 pm    Post subject: [solved] Gentoo logo der live CD bei splash = off Reply with quote

Hallo,


gibt es eine Möglichkeit das Gentoo - Logo der Live - CD, welches beim Start mit der Option splash=off angezeigt wird auch in einen beliebig anderen Kernel zu integrieren ? Denn normalerweise geht ja nur der Pinguin, oder ?

Danke für eure Hilfe,

Gruß Mathebug


Last edited by Mathebug on Wed Mar 09, 2005 11:36 am; edited 1 time in total
Back to top
View user's profile Send private message
Blackdream
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 131
Location: Germany,Munich,Unterhaching

PostPosted: Mon Mar 07, 2005 6:16 pm    Post subject: Reply with quote

http://de.gentoo-wiki.com/Fbsplash
lesen lernen machen ;)
Back to top
View user's profile Send private message
Mathebug
n00b
n00b


Joined: 21 Jul 2004
Posts: 54

PostPosted: Mon Mar 07, 2005 6:57 pm    Post subject: Reply with quote

Hallo, das ist leider nicht das was ich suche.

Ich möchte keinen Bootsplash haben, sondern dieses gentoo logo,welches erscheint, wenn ich bei Start von der live cd als option splash = off eingebe. Da sieht man normalerweise nur den Pinguin, wenn man ihn im Kernel als Logo aktiviert hat. Doch ich möchte gerne das gentoo logo.


Gruß Mathebug
Back to top
View user's profile Send private message
c07
Veteran
Veteran


Joined: 25 Oct 2002
Posts: 1091

PostPosted: Mon Mar 07, 2005 11:47 pm    Post subject: Reply with quote

In den gentoo-dev-sources war mal ein Patch, mit dem man das Logo in der Kernelkonfig auswählen hat können. Ist aber AFAICT in den neueren Versionen nicht mehr drin.
Back to top
View user's profile Send private message
Qubit
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2002
Posts: 136
Location: /dev/urandom

PostPosted: Tue Mar 08, 2005 8:46 am    Post subject: Reply with quote

Hi,

Die "Logos" liegen unter: z.B logo_linux_clut224.ppm
Code:

 /usr/src/linux/drivers/video/logo/*


Scripte zur generierung.
Code:

/usr/src/linux/drivers/video/logo/ ->
.logo_linux_clut224.c.cmd
.logo_linux_clut224.o.cmd
&
/usr/src/linux/scripts/pnmtologo


Dazu sollten folgendes installliert sein um zu convertieren.
Code:

*  media-libs/netpbm
      Latest version available: 10.20
      Latest version installed: 10.20
      Size of downloaded files: 2,061 kB
      Homepage:    http://netpbm.sourceforge.net/
      Description: A set of utilities for converting to/from the netpbm (and related) formats
      License:     GPL-2


Gruß Qubit.
Back to top
View user's profile Send private message
Mathebug
n00b
n00b


Joined: 21 Jul 2004
Posts: 54

PostPosted: Tue Mar 08, 2005 9:43 am    Post subject: Reply with quote

Danke dir Qubit. Schön, dass es möglich ist die logos einzubinden. Nur bin ich noch "ziemlich" neu im Linux und bräuchte so ne Art Schritt für Schritt Anleitung. Es wäre schön, wenn du mir das noch posten könntest.

Vielen vielen Dank,

Gruß Mathebug
Back to top
View user's profile Send private message
Qubit
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2002
Posts: 136
Location: /dev/urandom

PostPosted: Tue Mar 08, 2005 10:53 am    Post subject: Reply with quote

How-To Bootup logo

Hi,

Installiere.

Code:

media-libs/netpbm
      Latest version available: 10.20
      Latest version installed: 10.20
      Size of downloaded files: 2,061 kB
      Homepage:    http://netpbm.sourceforge.net/
      Description: A set of utilities for converting to/from the netpbm (and related) formats
      License:     GPL-2


Mal anhand des quake3.png logos.

Code:

cd /usr/src/linux/drivers/video/logo
mv logo_linux_clut224.ppm logo_linux_clut224.ppm_ori
cp /usr/portage/games-fps/quake3/files/quake3.png .


Convert

Code:

pngtopnm quake3.png >quake3.pnm


224 Colors

Code:

ppmquant 224 quake3.pnm >quake3_224.pnm
pnmcolormap: making histogram...
pnmcolormap: 440 colors found
pnmcolormap: choosing 224 colors...
pnmremap: 223 colors found in colormap


Convert

Code:

pnmnoraw quake3_224.pnm >quake3_224_raw.pnm


file info:

Code:

file quake3*
quake3.png:         PNG image data, 48 x 48, 8-bit/color RGBA, non-interlaced
quake3.pnm:         Netpbm PPM "rawbits" image data
quake3_224.pnm:     Netpbm PPM "rawbits" image data
quake3_224_raw.pnm: Netpbm PPM image text


file info:

Code:

file logo_linux_clut224.ppm_ori
logo_linux_clut224.ppm_ori: Netpbm PPM image text


cp to default

Code:

cp quake3_224_raw.pnm logo_linux_clut224.ppm


Testen ob das erstellte file "gültig" ist.

Code:

/usr/src/linux/scripts/pnmtologo logo_linux_clut224.ppm


Sicherstellen das im Kernel unter folgendes aktiviert ist:

Code:

Device Drivers -->
  Graphics support -->
    Logo configuration -->
[*] Bootup logo
[ ]   Standard black and white Linux logo
[ ]   Standard 16-color Linux logo
[*]   Standard 224-color Linux logo


kernel übersetzen & Booten.

pnm & ppm - tools

Code:

pngtopnm       pnmcrop        pnmhisteq      pnmnlfilt      pnmremap       pnmstitch      pnmtopalm      pnmtosgi
pnmalias       pnmcut         pnmhistmap     pnmnoraw       pnmrotate      pnmtile        pnmtopclxl     pnmtosir
pnmarith       pnmdepth       pnmindex       pnmnorm        pnmscale       pnmtoddif      pnmtoplainpnm  pnmtotiff
pnmcat         pnmenlarge     pnminterp      pnmpad         pnmscalefixed  pnmtofiasco    pnmtopng       pnmtotiffcmyk
pnmcolormap    pnmfile        pnminvert      pnmpaste       pnmshear       pnmtofits      pnmtops        pnmtoxwd
pnmcomp        pnmflip        pnmmargin      pnmpsnr        pnmsmooth      pnmtojbig      pnmtorast
pnmconvol      pnmgamma       pnmmontage     pnmquant       pnmsplit       pnmtojpeg      pnmtorle

ppm2tiff       ppmdist        ppmmake        ppmrelief      ppmtobmp       ppmtolss16     ppmtopict      ppmtouil
ppm3d          ppmdither      ppmmix         ppmrough       ppmtoeyuv      ppmtomap       ppmtopj        ppmtowinicon
ppmbrighten    ppmfade        ppmnorm        ppmshadow      ppmtogif       ppmtomitsu     ppmtopjxl      ppmtoxpm
ppmchange      ppmflash       ppmntsc        ppmshift       ppmtoicr       ppmtompeg      ppmtoppm       ppmtoyuv
ppmcie         ppmforge       ppmpat         ppmspread      ppmtoilbm      ppmtoneo       ppmtopuzz      ppmtoyuvsplit
ppmcolormask   ppmglobe       ppmquant       ppmsvgalib     ppmtojpeg      ppmtopcx       ppmtorgb3      ppmtv
ppmcolors      ppmhist        ppmquantall    ppmtoacad      ppmtoleaf      ppmtopgm       ppmtosixel     ppmwheel
ppmdim         ppmlabel       ppmrainbow     ppmtoarbtxt    ppmtolj        ppmtopi1       ppmtoterm



Du convertierst also ein image in das enstprechende Format und tauschst es gegen das "default-logo", welches
beim kernel-bau eingebunden wird.

Qubit
Back to top
View user's profile Send private message
Mathebug
n00b
n00b


Joined: 21 Jul 2004
Posts: 54

PostPosted: Wed Mar 09, 2005 11:36 am    Post subject: Reply with quote

Supi...hab deine Anleitung befolgt und es funzt alles.

Geht das denn auch mit *.jpg bildern ?

Gruß Mathebug
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Wed Mar 09, 2005 11:37 am    Post subject: Reply with quote

Klar, mit jpegtopnm statt pngtopnm.
Back to top
View user's profile Send private message
Mathebug
n00b
n00b


Joined: 21 Jul 2004
Posts: 54

PostPosted: Wed Mar 09, 2005 11:42 am    Post subject: Reply with quote

Ok...damit ist das Topic endgültig gelöst.

Vielen Dank @ all,

Gruß Mathebug
Back to top
View user's profile Send private message
Qubit
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2002
Posts: 136
Location: /dev/urandom

PostPosted: Wed Mar 09, 2005 4:08 pm    Post subject: Reply with quote

Hi,

Im Wiki http://gentoo-wiki.com gibt es dazu noch folgenden Artikel http://gentoo-wiki.com/HOWTO_Linux_Logo_Hack.
Dieser ist Allerdings noch nicht ins Deutsche übersetzt. Macht es Eurer Meinung nach mehr Sinn, diesen zu übersetzen oder mein How-To
an dieser Stelle zu integrieren (O.Beides)?.

g.Qubit.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
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