Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eigenes Hintergrundbild für Terminals funktioniert nicht!!
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
sh0r
n00b
n00b


Joined: 07 Apr 2005
Posts: 21

PostPosted: Sat May 14, 2005 1:59 pm    Post subject: Eigenes Hintergrundbild für Terminals funktioniert nicht!! Reply with quote

Hi!

Ich versuche seit längerer Zeit mein eigenes Theme nach diesen Links hier zu erstellen:
http://gentoo-wiki.com/HOWTO_Design_your_own_Framebuffer_Splash
http://de.gentoo-wiki.com/Fbsplash
(und noch nach nem deutschen Wiki, zu dem ich grad den Link nicht mehr finde)

Mein Framebuffer funktioniert soweit eigentlich tadellos, wenn ich die Themes verwende die mitgeliefert werden (z. B. emergence).
Ich möchte allerdings ein anderes Hintergrundbild in die Terminals einbauen und habe das so versucht:

Code:
cd /etc/splash
mkdir shor
cd shor
mkdir images
cp /etc/splash/emergence/1280x1024.cfg /etc/splash/shor
cp /home/verbose-1280x1024 /etc/splash/shor/images/


Dann habe ich die 1280x1024 editiert:
Code:

# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#
# *****************************************************************************
# Gentoo-Emergence - a sample gensplash theme, bootsplash compatibility mode
# This file should be placed in /etc/splash/emergence/
# *****************************************************************************

bgcolor=0

tx=31
ty=37   
tw=1223
th=970

text_x=255
text_y=725
text_size=34
text_color=0xeef4ff

pic=/etc/splash/shor/images/verbose-1280x1024.jpg
silentpic=/etc/splash/shor/images/silent-1280x1024.jpg


box silent noover    255 776 1025 816 #04045498
box silent inter   255 777 255 814  #ffff00 #ffff00 #526bb0 #526bb0
box silent       255 777 1025 814 #ffffff #ffffff #526bb0 #526bb0

box silent   255 776 1025 776 #313234
box silent    255 816 1025 816 #eef4ff
box silent    255 776 255 816 #313234
box silent    1025 776 1025 816 #eef4ff

box noover  25 26 1255 1000 #04045498



Meine grub.conf hab ich dann folgendermaßen editiert:[/code]

Code:
default 1
timeout 30
splashimage=(hd0,1)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.11-r3
root (hd0,1)
kernel (hd0,1)/boot/kernel-2.6.11-gentoo-r3 root=/dev/hda2 video=vesafb-tng:1280x1024-32@60,mtrr,ywrap splash=verbose,theme:shor
initrd=(hd0,1)/boot/fbsplash-shor-1280x1024

title=Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1


Danach habe ich gensplash gestartet:
Code:
splash_geninitramfs -v -g /boot/fbsplash-shor-1280x1024 -r 1280x1024 shor


Der reboot liefert nun aber leider nur nen schwarzen Hintergrund mit Pinguin obendran :(

hätte noch ein paar Zusatzfragen :) :
muss mein eigenes Bild ein bestimmtes Format haben?
ich hatte vorher mal bootsplash installiert bzw. ich hab solange rumgemacht dass ich jetzt nicht mehr durchblicke, weil ich auch noch ein verzeichnis namens bootsplash in /etc habe, wie finde ich raus was nun installiert ist? Kann ich bootsplash deinstallieren? Oder soll ich besser das verwenden?


Dankeschön,
shor
Back to top
View user's profile Send private message
sh0r
n00b
n00b


Joined: 07 Apr 2005
Posts: 21

PostPosted: Sun May 15, 2005 4:18 pm    Post subject: Reply with quote

kann mir jemand vielleicht sagen, wie ich es schaffe ein log zu erzeugen, dass mir vielleicht Aufschluss über den Grund des Nicht-Funktionierens vom Bootsplash gibt?
hab mir den syslog-ng emerged, was genau muss ich nun in die /etc/syslog-ng.conf eintragen?

so vielleicht (?) :

Code:

splash* /var/log/splash.log


splash.log hab ich vorher per touch erzeugt, steht aber leider nichts drin. (welches Programm ist denn für das Hintergrundbild zuständig?imho splash...)

thx,
sh0r
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Sun May 15, 2005 4:32 pm    Post subject: Reply with quote

1) syslog-ng logged nach /var/log/messages.
starten tust du das so: /etc/init.d/syslog-ng start
ev. noch zum default oder bootrunlevel hinzufügen:
rc-update add syslog-ng boot or whatever

2) schon das gensplash howto gelesen??? http://de.gentoo-wiki.com/Fbsplash

ciao
Back to top
View user's profile Send private message
sh0r
n00b
n00b


Joined: 07 Apr 2005
Posts: 21

PostPosted: Sun May 15, 2005 7:56 pm    Post subject: Reply with quote

zu 1.)ok, und was muss ich in die syslog-ng.conf schreiben, damit ich rauskrieg was mit bootsplash nicht stimmt?
rc-update syslog-ng default hab ich schon ausgeführt!

zu 2.) das howto kenn ich :D bin aber nicht schlau draus geworden! :(
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Sun May 15, 2005 8:10 pm    Post subject: Reply with quote

sh0r wrote:
zu 1.)ok, und was muss ich in die syslog-ng.conf schreiben, damit ich rauskrieg was mit bootsplash nicht stimmt?

die syslog-ng.conf sollte von portage beim emergen automatisch erstellt werden! änderungen sind eigentlich nicht notwendig.
die liegt übrigens in /etc/syslog-ng/syslog-ng.conf NICHT /etc/syslog-ng.conf

Quote:
zu 2.) das howto kenn ich :D bin aber nicht schlau draus geworden! :(

ja, dann kann ich dir auch nicht helfen. eine noch bessere anleitung wirst du wohl nicht so schnell finden... :roll:

cheers
Back to top
View user's profile Send private message
sh0r
n00b
n00b


Joined: 07 Apr 2005
Posts: 21

PostPosted: Mon May 16, 2005 10:55 am    Post subject: Reply with quote

so: wer lesen kann ist klar im Vortei! :oops:
hab übersehen, dass ich (laut dem deutschen HOWTO), neben den .jpg, .png Dateien in nem bestimmten Format erstellen muss - irgendwie stand das in den anderen HOWTOs nicht drin und dann hab ich es wohl übersehen!

naja immerhin hab ich was über syslog-ng gelernt! :D

mein Problem ist auf jeden Fall gelöst!

danke nochmal!
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