Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]Splash ohne Rahmen auf tty(x)
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
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Mon Nov 06, 2006 1:43 am    Post subject: [solved]Splash ohne Rahmen auf tty(x) Reply with quote

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! :roll:

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
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3369
Location: de

PostPosted: Mon Nov 06, 2006 2:58 am    Post subject: Reply with quote

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
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Tue Nov 07, 2006 6:36 am    Post subject: Reply with quote

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
View user's profile Send private message
obrut<-
Apprentice
Apprentice


Joined: 01 Apr 2005
Posts: 183
Location: near hamburg, germany

PostPosted: Wed Nov 08, 2006 3:46 am    Post subject: Reply with quote

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
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Thu Nov 09, 2006 12:40 am    Post subject: Reply with quote

Okay... Das erklärt alles! :lol: Verwende x86_64!!! :D
_________________
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
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Thu Nov 09, 2006 12:53 am    Post subject: Reply with quote

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
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Thu Nov 09, 2006 1:35 am    Post subject: Reply with quote

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
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3369
Location: de

PostPosted: Thu Nov 09, 2006 3:50 am    Post subject: Reply with quote

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!


:roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O :roll: 8O
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
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