View previous topic :: View next topic |
Author |
Message |
sewulba Guru
Joined: 09 Feb 2005 Posts: 517 Location: Heidelberg
|
Posted: Mon Nov 06, 2006 1:43 am Post subject: [solved]Splash ohne Rahmen auf tty(x) |
|
|
Hallo.
Habe mir ein eigenes Konsolensplash gebaut. Läuft soweit gut. Aber mich stört, dass ich einen Rahmen habe.
D.h.: Da wo die schrift beim Hochfahren ist, ist die Grafik dunkler. Da wo keine Schrift ist, ist alles so hell, wie die grafik, die ich erstellt habe.
Wie bekomme ich diese Rahmenbildung weg? In meinem vorherigen Gentoo-System hatte ich mal geschafft! Nur wie, weiß ich beim besten Willen nicht mehr.
Helft mir mal wieder ein wenig auf die Sprünge.
Meine grub.conf
Code: | title Gentoo-2.6.17-gentoo-r8
root (hd0,0)
kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/sda7 vga=794 video=vesafb-tng:1280x1024-32@60,mtrr,ywrap splash=verbose,theme:newtheme quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash-newtheme-1280x1024 |
Übrigens gibt es bei diesem Kernel 2.6.17 kein vesafb-tng mehr. Habe also vesafb ausgewählt. Er bootet aber trotzdem mit der grub.conf wie oben beschrieben!
Gruss SeW _________________ System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
Last edited by sewulba on Thu Nov 09, 2006 1:32 am; edited 1 time in total |
|
Back to top |
|
|
musv Advocate
Joined: 01 Dec 2002 Posts: 3369 Location: de
|
Posted: Mon Nov 06, 2006 2:58 am Post subject: |
|
|
Erklär mal, was du mit Rahmen meinst?
Falls du einfach nur ein Hintergrundbild willst:
/etc/splash/$dein_Themename/1280x1024.cfg
Code: |
bgcolor=0
tx=0
ty=0
tw=1280
th=1024
pic=/etc/splash/$dein_Themename/images/$dein_Bild.jpg
silentpic=/etc/splash/$dein_Themename/images/$dein_Bild.jpg
|
Dann mußt du das Splash-Image noch neu übersetzen und nach /boot kopieren.
Mit der grub.conf hat das Aussehen Deines Splashs relativ wenig zu tun.
Quote: |
Übrigens gibt es bei diesem Kernel 2.6.17 kein vesafb-tng mehr. Habe also vesafb ausgewählt.
|
Wär mir neu. Ich hatte den 2.6.17-er auch verwendet. Da gibt es definitiv vesafb-tng. Im Kernel 2.6.18 ebenfalls.
Code: |
<*> VESA VGA graphics support
VESA driver type (vesafb-tng) --->
(1024x768@60) VESA default mode
|
|
|
Back to top |
|
|
sewulba Guru
Joined: 09 Feb 2005 Posts: 517 Location: Heidelberg
|
Posted: Tue Nov 07, 2006 6:36 am Post subject: |
|
|
musv wrote: | Erklär mal, was du mit Rahmen meinst?
Falls du einfach nur ein Hintergrundbild willst:
/etc/splash/$dein_Themename/1280x1024.cfg
Code: |
bgcolor=0
tx=0
ty=0
tw=1280
th=1024
pic=/etc/splash/$dein_Themename/images/$dein_Bild.jpg
silentpic=/etc/splash/$dein_Themename/images/$dein_Bild.jpg
|
Dann mußt du das Splash-Image noch neu übersetzen und nach /boot kopieren.
Mit der grub.conf hat das Aussehen Deines Splashs relativ wenig zu tun.
Quote: |
Übrigens gibt es bei diesem Kernel 2.6.17 kein vesafb-tng mehr. Habe also vesafb ausgewählt.
|
Wär mir neu. Ich hatte den 2.6.17-er auch verwendet. Da gibt es definitiv vesafb-tng. Im Kernel 2.6.18 ebenfalls.
Code: |
<*> VESA VGA graphics support
VESA driver type (vesafb-tng) --->
(1024x768@60) VESA default mode
|
|
Ich werde das mit der CFG machen, wenn ich mal wieder zu Hause bin...
Wegen dem vesafb-tng:
Ich kenne es noch vom Kernel 2.6.16 her. Aber bei meinem 2.6.17-gentoo gibts ihn defintiv nicht zur Auswahl. Ich weiss wirklich nicht warum?!?!
Das mit dem Rahmen meine ich folgendermaßen:
In dem Bereich, wo die Schrift kommt, wirkt die Grafik dunkler, als in dem Bereich außerhalb wo keine schrift vom booten usw. her zu sehen ist. als wäre ne Tönungsfolie drüber! Sorry. Besser kann ich es nicht beschreiben...
Gruss SeW _________________ System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul |
|
Back to top |
|
|
obrut<- Apprentice
Joined: 01 Apr 2005 Posts: 183 Location: near hamburg, germany
|
Posted: Wed Nov 08, 2006 3:46 am Post subject: |
|
|
vesafb-tng gibts nur bei 32bit systemen. wenn du ne amd64-installation hast, gibts vesafb-tng nicht, da technisch nicht möglich. |
|
Back to top |
|
|
sewulba Guru
Joined: 09 Feb 2005 Posts: 517 Location: Heidelberg
|
Posted: Thu Nov 09, 2006 12:40 am Post subject: |
|
|
Okay... Das erklärt alles! Verwende x86_64!!! _________________ System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul |
|
Back to top |
|
|
sewulba Guru
Joined: 09 Feb 2005 Posts: 517 Location: Heidelberg
|
Posted: Thu Nov 09, 2006 12:53 am Post subject: |
|
|
Hat leider nichts gebracht. Es legt sich immer noch wie ein schleier ein Rahmen über das Bild! Noch eine Idee?
Gruss SeW _________________ System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul |
|
Back to top |
|
|
sewulba Guru
Joined: 09 Feb 2005 Posts: 517 Location: Heidelberg
|
Posted: Thu Nov 09, 2006 1:35 am Post subject: |
|
|
Code: | bgcolor=255
tx=31
ty=37
tw=1223
th=970
text_x=255
text_y=725
text_size=34
text_color=0xeef4ff
pic=/etc/splash/newtheme/images/verbose-1280x1024.jpg
silentpic=/etc/splash/newtheme/images/silent-1280x1024.jpg
pic256=/etc/splash/newtheme/images/verbose-1280x1024-240.png
silentpic256=/etc/splash/newtheme/images/silent-1280x1024-256.png
# 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 |
Einfach die "Box-Felder" mit # kommentieren und schon ist alles klar! Das war´s!
Jetzt ist alles klar! Danke nochmals allen, die mir hier geholfen haben. _________________ System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul |
|
Back to top |
|
|
musv Advocate
Joined: 01 Dec 2002 Posts: 3369 Location: de
|
Posted: Thu Nov 09, 2006 3:50 am Post subject: |
|
|
musv wrote: | Erklär mal, was du mit Rahmen meinst?
Falls du einfach nur ein Hintergrundbild willst:
/etc/splash/$dein_Themename/1280x1024.cfg
Code: |
bgcolor=0
tx=0
ty=0
tw=1280
th=1024
pic=/etc/splash/$dein_Themename/images/$dein_Bild.jpg
silentpic=/etc/splash/$dein_Themename/images/$dein_Bild.jpg
|
|
sewulba wrote: |
Hat leider nichts gebracht. Es legt sich immer noch wie ein schleier ein Rahmen über das Bild! Noch eine Idee?
|
sewulba wrote: | Code: |
bgcolor=255
tx=31
ty=37
tw=1223
th=970
text_x=255
text_y=725
text_size=34
text_color=0xeef4ff
pic=/etc/splash/newtheme/images/verbose-1280x1024.jpg
silentpic=/etc/splash/newtheme/images/silent-1280x1024.jpg
pic256=/etc/splash/newtheme/images/verbose-1280x1024-240.png
silentpic256=/etc/splash/newtheme/images/silent-1280x1024-256.png
# 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 |
Einfach die "Box-Felder" mit # kommentieren und schon ist alles klar! |
Worin besteht jetzt genau der Unterschied zwischen Deiner Lösung und dem was ich Dir vorgeschlagen hab, außer daß du das Display nicht bis zum Rand nutzt? |
|
Back to top |
|
|
|