Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[FrameBuffer y Bootsplash] HOW-TO en español. (abierto)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  Next  
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Javier Lopez
Guru
Guru


Joined: 13 Sep 2002
Posts: 377
Location: Barcelona

PostPosted: Wed Jun 02, 2004 11:04 pm    Post subject: Reply with quote

Para echarle una manita a Parka en su tesis de fin de carrera :D en /etc/conf.d/bootsplash podéis traducir los mensajes:
Code:

PROGRESS_BOOT_MESSAGE="Arrancando el sistema"
PROGRESS_SHUTDOWN_MESSAGE="Apagando el sistema"
PROGRESS_REBOOT_MESSAGE="Rearrancando el sistema"
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Wed Jun 02, 2004 11:31 pm    Post subject: Reply with quote

jajaja! xD cierto, finalmente terminaré colgando una copia de mi bootsplash.conf ... a ver si me pongo mañana ;)
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
cnyx
l33t
l33t


Joined: 17 Jul 2003
Posts: 883
Location: Valencia

PostPosted: Thu Jun 03, 2004 2:37 pm    Post subject: Reply with quote

Hola parka, gracias por el howto, pero lo he seguido al pie de la letra y al reinicar no aparece ningun bootsplash, arranca como siempre con los mensajes del kernel sobre fondo negro, porque me pasa esto??

saludos.
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 2:59 pm    Post subject: Reply with quote

hmmmm... interesante... seguro que has compilado y cargado bien el kernel? qué usas: lilo o grub? danos más datos... no sé... es q es raro... yo seguí mis propias indicaciones en el otro equipo q tenemos aqui en casa y ruló bien :?
Siento de veras que no te haya funcionado, vamos a ver si lo solucionamos entre todos ;)

Parka.

P.D.: repite el proceso a ver si es que se te quedó algo en el tintero... a veces ocurre ;)
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
cnyx
l33t
l33t


Joined: 17 Jul 2003
Posts: 883
Location: Valencia

PostPosted: Thu Jun 03, 2004 3:05 pm    Post subject: Reply with quote

Bueno pues en el kernel esta todo perfecto, luego hago lo de
Code:

# /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768


y luego configuro el grub asi:
Code:

#GRUB configuration
default 0
timeout 10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

# With both framebuffer and bootsplash
title=Gentoo
root=(hd0,5)
kernel=(hd0,5)/boot/bzImage root=/dev/hda2 video=vesafb:ywrap,mtrr vga=773
initrd=/boot/initrd-1024x768
 



Segun tu howto con esto ya deberia funcionar al reinicar no? pues yo reinicio y como siempre...

Alguna idea???

saludos y gracias.
Back to top
View user's profile Send private message
cnyx
l33t
l33t


Joined: 17 Jul 2003
Posts: 883
Location: Valencia

PostPosted: Thu Jun 03, 2004 3:07 pm    Post subject: Reply with quote

ahh y por supuesto hago
Code:

# rc-update add bootsplash default
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 3:10 pm    Post subject: Reply with quote

:roll: jo... me estoy sintiendo culpable, mierda... pues no sé... espera q reviso a ver si me he dejado algo... pero se supone que debería rular. Vuelvo en 5 minutos ;)
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 3:55 pm    Post subject: Reply with quote

-Aqui la imagen que uso para mi bootsplash en modo "verbose", así en limpito por si algún fan se anima a usarlo xD
-Aqui mi bootsplash en modo "verbose" una vez que he iniciado sesión ;)
-Aqui la imagen que uso para mi bootsplash en modo "silent" :)
Espero que os hayan gustado.

P.D.: cnyx, toi con lo tuyo, pero no veo ningun error... vas a tener que repetir el proceso cuidadosamente a ver si realmente es error mio (me temo que será así :? ). Ánimo y suerte.

Parka.
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
Javier Lopez
Guru
Guru


Joined: 13 Sep 2002
Posts: 377
Location: Barcelona

PostPosted: Thu Jun 03, 2004 5:26 pm    Post subject: Reply with quote

cnyx

Como no l digas al kernel q quieres arrancar con la bootsplash, m parece q lo tienes negro ...
Tienes q añadir splash=silent en grub.conf en la línea del kernel
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 5:45 pm    Post subject: Reply with quote

Buena observacion Javier Lopez... yo soy tan tan torpe que... ni me di cuenta de que no lo tenia activado! xDD has probado a hacerlo a ver (a ver nada, o rula así, o lo que tu querias era la receta pal rape a la vizcaina :P), cnyx? xDD
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
psm1984
l33t
l33t


Joined: 14 Oct 2003
Posts: 919

PostPosted: Thu Jun 03, 2004 5:48 pm    Post subject: Reply with quote

Javier Lopez wrote:
cnyx

Como no l digas al kernel q quieres arrancar con la bootsplash, m parece q lo tienes negro ...
Tienes q añadir splash=silent en grub.conf en la línea del kernel


Sin splash=silent funciona, lo que pasa que en modo verbose.

Prueba con vga=791 a ver si va a ser eso.
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 6:03 pm    Post subject: Reply with quote

Exacto, claro que funciona, como tú dices, en modo verbose, pero lo que yo creia (y supongo que javier lopez tb) es que a lo mejor no tenía imagen definida para el modo verbose, y al no tener activado el modo silent... pos tal, no sé... de todas formas es verdad q puede ser cosa de la resolucion como dices... a ver cnyx, prueba que juntos lo conseguiremos ;)
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
YosWinK
Retired Dev
Retired Dev


Joined: 02 Jan 2004
Posts: 285
Location: vallekas citi.

PostPosted: Thu Jun 03, 2004 7:09 pm    Post subject: Reply with quote

Hola Parka:

Tengo un par de asuntillos con este tema del how-to. Uno es un pequeño problema que encotré y el otro una duda.

:arrow: Problema
Al seguir todos los pasos y recompilar el kernel, vaya por dios, el modulo de la tarjeta de red no funciona ...
Entonces me acuerdo del artículo que tengo guardado para la compilación de la rama 2.6 (aquí) y observo que, efectivamente, la manera de hacer el make ha cambiado, pero aún necesario añadir el modules_install:
Code:
make && make modules_install

Todo funciona correctamente, tras haber hecho el modules_install :D

:arrow: Duda
Tengo el arranque con la pantallita de fondo y tó ... maqueao.
Pero he intentado saber como puedo hacer para que salga la imagen con la barra de progreso en lugar de los mensajes del kernel (silent mode?), pero no lo he conseguido.
¿Que hay que hacer?

Un saludo.
_________________
Mi G-Blog
Manuales Oficiales de instalación Gentoo (handbook) en castellano y actualizados.
Back to top
View user's profile Send private message
kabutor
l33t
l33t


Joined: 12 Dec 2002
Posts: 821
Location: Benalmadena - Melrose Place

PostPosted: Thu Jun 03, 2004 7:46 pm    Post subject: Reply with quote

por cierto que para el que le sirva pese a los errores en el bootsplash_patch de mi anterior mensaje lo he compilado e instalado y ya veo el bootsplash, en este caso el mismo que el del livecd, ya lo personalizare :)

Yo me apunto tb a lo de silencioso + barrita de progreso, alguien se anima y lo explica paso a paso?
:wink:
Back to top
View user's profile Send private message
psm1984
l33t
l33t


Joined: 14 Oct 2003
Posts: 919

PostPosted: Thu Jun 03, 2004 7:51 pm    Post subject: Reply with quote

¿Le pasais splash=silent al kernel en el gestor de arranque?
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 7:54 pm    Post subject: Reply with quote

aaaamos a ver, voy a buscar un bootsplash q tengo con barra de progreso en este equipo (no estoy en mi pc) y lo posteo, y comparáis con los vuestros, ya veréis q simple es ;) un minuto plis :)

P.D.: pos sí, si que es curioso lo de los modulos, lo avisaré en el post, gracias ;)
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 8:02 pm    Post subject: Reply with quote

a ver :) este cfg es para un bootsplash mu mono (xD) que hay para suse ;) pero lo que es el cfg en si os sirve tb, atentos a la parte en la que se especifica todo el temazo sobre la barra de progreso ;)
Code:

# config file version
version=3

# should the picture be displayed?
state=1

# fgcolor is the text forground color.
# bgcolor is the text background (i.e. transparent) color.
fgcolor=7
bgcolor=0

# (tx, ty) are the (x, y) coordinates of the text window in pixels.
# tw/th is the width/height of the text window in pixels.
tx=25
ty=28   
tw=979
th=649

# ttf message output parameters
text_x=204
text_y=544
text_size=26
text_color=0xeef4ff

# name of the picture file (full path recommended)
jpeg=/etc/bootsplash/suse/images/bootsplash-1024x768.jpg
silentjpeg=/etc/bootsplash/suse/images/silent-1024x768.jpg

progress_enable=1

# background (ATENCóN BARRA DE PROGRESOOOO!) xD

box silent noover  204 582 820 612 #04045498
box silent inter 204 583 204 611 #ffffff #ffffff #526bb0 #526bb0
box silent       204 583 820 611 #ffffff #ffffff #526bb0 #526bb0

# black border
box silent         204 582 820 582 #313234
box silent         204 612 820 612 #eef4ff
box silent         204 582 204 612 #313234
box silent         820 582 820 612 #eef4ff

# text box (left, top)
box     19 19  19 679 #313234
box     19 19 1005 19 #313234
# (right, bottom)
box     1005 19 1005 679 #eef4ff
box     19 679 1005 679 #eef4ff

# box itself
box noover 20 20 1004 678 #04045498

overpaintok=1


Espero que os ayude ;)
Un saludo.
Parka.

P.D.: si no, podéis mirar tb el que viene en el livecd, q ta mu wapo y tb trae barra de progreso ;)
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
cnyx
l33t
l33t


Joined: 17 Jul 2003
Posts: 883
Location: Valencia

PostPosted: Thu Jun 03, 2004 8:05 pm    Post subject: Reply with quote

A ver, creo que va a ser cosa de resoluciones. Mi pantalla es de 1400x1050, cosa que no he conseguido configurar bajo linux, pero eso es otra historia. en el grub.conf tengo vga=773, que eso es equivalente a 1024x768 segun la tabla esa no?
La imagen de fondo tiene que ser de la misma resolucion no?.

Otra cosa que es eso de silent y verbose, verbose muestra los mensajes y el otro no no??? pero verbose muestra los mensajes con imagen de fondo no???

saludos
Back to top
View user's profile Send private message
psm1984
l33t
l33t


Joined: 14 Oct 2003
Posts: 919

PostPosted: Thu Jun 03, 2004 8:37 pm    Post subject: Reply with quote

con vga=773 lo acabo de probar y no me arranca el bootsplash
773 1024x768 256 colores
791 1024x768 64K colores

asi que pon vga 791 si quires 1024x768, o 794 para 1280x1024.
Back to top
View user's profile Send private message
Mstaaravin
Apprentice
Apprentice


Joined: 09 Apr 2004
Posts: 215
Location: Buenos Aires - Argentina

PostPosted: Thu Jun 03, 2004 8:41 pm    Post subject: Reply with quote

y para los que usamos 1152x768...........:?
_________________
"La Voluntad es el único motor de nuestros logros"
Mstaaravin
Adacom Web Design
Back to top
View user's profile Send private message
cnyx
l33t
l33t


Joined: 17 Jul 2003
Posts: 883
Location: Valencia

PostPosted: Thu Jun 03, 2004 8:48 pm    Post subject: Reply with quote

ok, el problema que tengo es que si pongo vga=791 o vga=794 me dice sale lo tipico para elegir un modo de resolucion al arrancar porque el que hay no es un modo valido. Por que me pasa esto??? Que hago????

saludos
Back to top
View user's profile Send private message
ResetReboot
Apprentice
Apprentice


Joined: 12 May 2004
Posts: 153
Location: Málaga

PostPosted: Thu Jun 03, 2004 8:56 pm    Post subject: Reply with quote

Parka!, ¡eres mi genio particular!... gracias a ti ya furula mi bootsplash... y todo por el "pequeño" detalle de no funciona a más de 16bits... añadelo al how-to y ponlo en GRANDE porque a mi me ha dado muchos quebraderos de cabeza.

Gracias!!
_________________
Jabber ID: jcreset@myjabber.net
Webs: http://resetreboot.blogspot.com
http://www.labibliotecaonline.tk

The OS community is called the largest functioning anarchy is the world, with good reason.
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 9:00 pm    Post subject: Reply with quote

cnyx:
si tienes configurada la imagen para el modo verbose, sí ;)

Por otro lado, estoy muy apenado por no resolver cómo ayudarte, y digo más en serio que nunca: por favor, que alguien haga algo por este chico!

Parka.
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
Parka
Apprentice
Apprentice


Joined: 22 Apr 2004
Posts: 255
Location: Spain

PostPosted: Thu Jun 03, 2004 9:07 pm    Post subject: Reply with quote

resetreboot:
joder, gracias, me alegro de poder ayudar ;) ánimo a todos q no es tan dificil ;) :)
_________________
"Empty, like your eyes, my soul is empty" (Parka talking to its head).
Framebuffer&Bootsplash How-to, en español!
Back to top
View user's profile Send private message
cnyx
l33t
l33t


Joined: 17 Jul 2003
Posts: 883
Location: Valencia

PostPosted: Thu Jun 03, 2004 9:09 pm    Post subject: Reply with quote

Bueno pues al parecer el problema esta en que solo me acepta como modo valido el vga=773 y con este modo no funciona el bootsplash. Alguien sabe porque demonios solo puedo poner vga=773 ???????

Me estoy volviendo loco con esto.
Parka gracias por el interes que te estas tomando.

saludos.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 2 of 5

 
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