Re: Configurar splashy con lilo

2005-07-06 Por tema Juan Luis García Moreno
El dom, 03-07-2005 a las 23:12 +0200, BaByTuX escribió:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Juan Luis García Moreno wrote:
 
  El sáb, 02-07-2005 a las 03:35 +0200, BaByTuX escribió:
 
  -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
  No es que este muy puesto en el tema de splashy, pero a mi me
  funciona arrancando con lilo. pero al principio tenia problemas
  porque no cargaba bien el framebuffer. Supongo que si te sale al
  apagar y al inicio no, es porque el framebuffer no se carga
  antes que splashy. Te paso la configuracion:
 
  Esto para el kernel.
 
  [*] Support for frame buffer devices * VESA VGA graphics
  support Console display driver support --- [*] Video mode
  selection support * Framebuffer Console support Logo
  configuration --- [*] Bootup logo [*] Standard 16-color Linux
  logo [*] Standard 224-color Linux logo
 
 
  Y en el lilo.
 
  image=/boot/vmlinuz-2.6.10 label=Linux-2.6.10 append=acpi=on
  resume2=swap:/dev/hda6 video=vesafb:1024x768-16
 
 
  Gracias por tus indicaciones. En efecto, no tenía activadas
  determinadas opciones en el kernel, principalmente el tema del
  logo. Una vez compilado el kernel con las opciones que me
  indicaste, al arrancar, aparece el pingüino en la esquina superior
  izquierda, pero splashy sigue sin funcionar. El sistema me indica
  lo mismo que antes : splashy is not running... no commands can be
  send please verify /etc/default/splashy and
  /etc/splashy/config.xml for correctness
 
  El contenido de el fichero /etc/default/splashy es:
  [EMAIL PROTECTED]:~$ sudo more /etc/default/splashy
 
  # splashy PID file spl_pidfile=/etc/splashy/splashy.pid
 
  # splashy FIFO file spl_fifo=/etc/splashy/splashy.fifo
 
  # splashy will switch to this tty after finishing spl_tty=7
 
  y el de /etc/splashy/config.xml: [EMAIL PROTECTED]:~$ sudo more
  /etc/splashy/config.xml splashy progressbar !-- here are tags
  to set the bar... x is the x coordinate and y is the y coordinate,
  width and height are for the progress bar. Remember that x, y
  width and height are expressed in percentage -- x10/x
  y90/y width80/width height5/height !-- here you can
  set the color of the progressbar... set the amount of red, green,
  blue and alpha channel. Remember that the max value is 255 and the
  minumun value is 0-- red255/red green156/green
  blue0/blue alpha255/alpha /progressbar background
  boot/etc/splashy/themes/default/21017-1.png/boot
  shutdown/etc/splashy/themes/default/22074-ring.jpg/shutdown
  errorimg/etc/splashy/themes/default/error.jpg/errorimg
  /background fifo/etc/splashy/splashy.fifo/fifo
  pid/etc/splashy/splashy.pid/pid
  autoverboseonerroryes/autoverboseonerror /splashy
 
  Por otro lado, al ejecutar desde consola splashy boot, me aparece
  lo siguiente:
 
  [EMAIL PROTECTED]:~$ sudo splashy boot
 
  ** (process:3753): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed Splashy: reusing FIFO
  /etc/splashy/splashy.fifo
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed [EMAIL PROTECTED]:~$ **
  (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed
 
  ** (process:3754): CRITICAL **: spl_find_element: assertion
  `(GList*)data != NULL' failed (!) [ 3754: 0.000] -- Caught
  signal 15 -- (!) [ 3776: 0.000] -- Caught signal 15 --
 
  Y ¡Oh sorpresa!, a continuación aparece la pantalla gráfica de
  arranque. ¿Es esto normal?, ¿por qué funciona cuando lo ejecuto
  desde consola y no al arrancar el sistema? Perdón por haberme
  extendido tanto. Saludos, Juan Luis.
 
 
 
 Te envio mi configuracion, para ver si te sirve de algo
 
 /etc/default/splashy
 - 
 # splashy PID file
 spl_pidfile=/etc/splashy/splashy.pid
 
 # splashy FIFO file
 spl_fifo=/etc/splashy/splashy.fifo
 
 # splashy will switch to this tty after finishing
 spl_tty=7
 
 
 - -
 /etc/splashy/
 - 
 splashy
 progressbar
 !-- here are tags to set the bar... x is the x coordinate and
 y is the y coordinate, width and height are for the progress bar.
 Remember that x, y width and height are expressed 

Re: Configurar splashy con lilo

2005-07-03 Por tema Juan Luis García Moreno
El sáb, 02-07-2005 a las 03:35 +0200, BaByTuX escribió:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 No es que este muy puesto en el tema de splashy, pero a mi me funciona
 arrancando con lilo. pero al principio tenia problemas porque no
 cargaba bien el framebuffer. Supongo que si te sale al apagar y al
 inicio no, es porque el framebuffer no se carga antes que splashy.
 Te paso la configuracion:
 
 Esto para el kernel.
 
 [*] Support for frame buffer devices
 *   VESA VGA graphics support
 Console display driver support  ---
  [*]   Video mode selection support
  * Framebuffer Console support
 Logo configuration  ---
  [*] Bootup logo
  [*]   Standard 16-color Linux logo
  [*]   Standard 224-color Linux logo
 
 
 Y en el lilo.
 
 image=/boot/vmlinuz-2.6.10
 label=Linux-2.6.10
 append=acpi=on resume2=swap:/dev/hda6 video=vesafb:1024x768-16

 Gracias por tus indicaciones. En efecto, no tenía activadas
determinadas opciones en el kernel, principalmente el tema del logo. Una
vez compilado el kernel con las opciones que me indicaste, al arrancar,
aparece el pingüino en la esquina superior izquierda, pero splashy sigue
sin funcionar. El sistema me indica lo mismo que antes :
splashy is not running... no commands can be send
please verify /etc/default/splashy and /etc/splashy/config.xml for
correctness

El contenido de el fichero /etc/default/splashy es:
[EMAIL PROTECTED]:~$ sudo more /etc/default/splashy

# splashy PID file
spl_pidfile=/etc/splashy/splashy.pid

# splashy FIFO file
spl_fifo=/etc/splashy/splashy.fifo

# splashy will switch to this tty after finishing
spl_tty=7

y el de /etc/splashy/config.xml:
[EMAIL PROTECTED]:~$ sudo more /etc/splashy/config.xml
splashy
progressbar
!-- here are tags to set the bar... x is the x coordinate and
y is the y coordinate, width and height are for the progress
bar.
Remember that x, y width and height are expressed in percentage
--
x10/x
y90/y
width80/width
height5/height
!-- here you can set the color of the progressbar...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0--
red255/red
green156/green
blue0/blue
alpha255/alpha
/progressbar
background
boot/etc/splashy/themes/default/21017-1.png/boot
shutdown/etc/splashy/themes/default/22074-ring.jpg/shutdown
errorimg/etc/splashy/themes/default/error.jpg/errorimg
/background
fifo/etc/splashy/splashy.fifo/fifo
pid/etc/splashy/splashy.pid/pid
autoverboseonerroryes/autoverboseonerror
/splashy

Por otro lado, al ejecutar desde consola splashy boot, me
aparece lo siguiente:

[EMAIL PROTECTED]:~$ sudo splashy boot

** (process:3753): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed
Splashy: reusing FIFO /etc/splashy/splashy.fifo

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed
[EMAIL PROTECTED]:~$
** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed

** (process:3754): CRITICAL **: spl_find_element: assertion
`(GList*)data != NULL' failed
(!) [ 3754:0.000] -- Caught signal 15 --
(!) [ 3776:0.000] -- Caught signal 15 --

Y ¡Oh sorpresa!, a continuación aparece la pantalla gráfica de
arranque. ¿Es esto normal?, ¿por qué funciona cuando lo ejecuto desde
consola y no al arrancar el sistema? 
Perdón por haberme extendido tanto.
Saludos,
Juan Luis.



Re: Configurar splashy con lilo

2005-07-03 Por tema BaByTuX
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Juan Luis García Moreno wrote:

 El sáb, 02-07-2005 a las 03:35 +0200, BaByTuX escribió:

 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

 No es que este muy puesto en el tema de splashy, pero a mi me
 funciona arrancando con lilo. pero al principio tenia problemas
 porque no cargaba bien el framebuffer. Supongo que si te sale al
 apagar y al inicio no, es porque el framebuffer no se carga
 antes que splashy. Te paso la configuracion:

 Esto para el kernel.

 [*] Support for frame buffer devices * VESA VGA graphics
 support Console display driver support --- [*] Video mode
 selection support * Framebuffer Console support Logo
 configuration --- [*] Bootup logo [*] Standard 16-color Linux
 logo [*] Standard 224-color Linux logo


 Y en el lilo.

 image=/boot/vmlinuz-2.6.10 label=Linux-2.6.10 append=acpi=on
 resume2=swap:/dev/hda6 video=vesafb:1024x768-16


 Gracias por tus indicaciones. En efecto, no tenía activadas
 determinadas opciones en el kernel, principalmente el tema del
 logo. Una vez compilado el kernel con las opciones que me
 indicaste, al arrancar, aparece el pingüino en la esquina superior
 izquierda, pero splashy sigue sin funcionar. El sistema me indica
 lo mismo que antes : splashy is not running... no commands can be
 send please verify /etc/default/splashy and
 /etc/splashy/config.xml for correctness

 El contenido de el fichero /etc/default/splashy es:
 [EMAIL PROTECTED]:~$ sudo more /etc/default/splashy

 # splashy PID file spl_pidfile=/etc/splashy/splashy.pid

 # splashy FIFO file spl_fifo=/etc/splashy/splashy.fifo

 # splashy will switch to this tty after finishing spl_tty=7

 y el de /etc/splashy/config.xml: [EMAIL PROTECTED]:~$ sudo more
 /etc/splashy/config.xml splashy progressbar !-- here are tags
 to set the bar... x is the x coordinate and y is the y coordinate,
 width and height are for the progress bar. Remember that x, y
 width and height are expressed in percentage -- x10/x
 y90/y width80/width height5/height !-- here you can
 set the color of the progressbar... set the amount of red, green,
 blue and alpha channel. Remember that the max value is 255 and the
 minumun value is 0-- red255/red green156/green
 blue0/blue alpha255/alpha /progressbar background
 boot/etc/splashy/themes/default/21017-1.png/boot
 shutdown/etc/splashy/themes/default/22074-ring.jpg/shutdown
 errorimg/etc/splashy/themes/default/error.jpg/errorimg
 /background fifo/etc/splashy/splashy.fifo/fifo
 pid/etc/splashy/splashy.pid/pid
 autoverboseonerroryes/autoverboseonerror /splashy

 Por otro lado, al ejecutar desde consola splashy boot, me aparece
 lo siguiente:

 [EMAIL PROTECTED]:~$ sudo splashy boot

 ** (process:3753): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed Splashy: reusing FIFO
 /etc/splashy/splashy.fifo

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed [EMAIL PROTECTED]:~$ **
 (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed

 ** (process:3754): CRITICAL **: spl_find_element: assertion
 `(GList*)data != NULL' failed (!) [ 3754: 0.000] -- Caught
 signal 15 -- (!) [ 3776: 0.000] -- Caught signal 15 --

 Y ¡Oh sorpresa!, a continuación aparece la pantalla gráfica de
 arranque. ¿Es esto normal?, ¿por qué funciona cuando lo ejecuto
 desde consola y no al arrancar el sistema? Perdón por haberme
 extendido tanto. Saludos, Juan Luis.



Te envio mi configuracion, para ver si te sirve de algo

/etc/default/splashy
- 
# splashy PID file
spl_pidfile=/etc/splashy/splashy.pid

# splashy FIFO file
spl_fifo=/etc/splashy/splashy.fifo

# splashy will switch to this tty after finishing
spl_tty=7


- -
/etc/splashy/
- 
splashy
progressbar
!-- here are tags to set the bar... x is the x coordinate and
y is the y coordinate, width and height are for the progress bar.
Remember that x, y width and height are expressed in
percentage --
x10/x
y90/y
width80/width
height5/height
!-- here you can set the color of the progressbar...
set the amount of red, green, 

Re: Configurar splashy con lilo

2005-07-01 Por tema Juan Luis García Moreno
El vie, 01-07-2005 a las 02:09 +0200, Aritz Beraza Garayalde [Rei]
escribió:
 2005/6/30, Juan Luis García Moreno [EMAIL PROTECTED]:
  Hola a [EMAIL PROTECTED]:
  
  He instalado, mediante apt, splashy para disponer de un arranque en
  modo gráfico. Utilizo lilo, y todas las explicaciones que he encontrado
  para configurar splashy lo hacían con GRUB.
  
  Después de instalarlo añadí al fichero lilo.conf, la opción 
  vga=791
  para que el sistema arranque con una resolución de 1024x768 y 65000
  colores. Ahora al arrancar, el texto aparece formateado y splashy me
  muestra mensaje del tanto por ciento del sistema cargado 10%, 20%, etc.
  pero no se muestra la imagen con la barra de progreso.
  
  Cuando apago o reinicio el sistema, sí aparece el fondo gráfico con 
  la
  barra de progreso. Así que el fallo lo tengo en el arranque, pero he
  probado diferentes opciones en el apartado vga de lilo.conf y sigue
  sin aparecer la imagen.
 
 
 Se me ocurre que podría ser un problema con tu tarjeta de video, queno
 soporte bien el framebuffer vesa. Di que tarjeta de video tienes, y
 detalla un poco más cuando funciona y cuando no.
 Por que que al arrancar la primera vez no funciona queda claro, pero
 si reinciias funciona bien en el arranque? o es solo que al apagar si
 que sale la barra de progredo de apagado?

Mi tarjeta de vídeo es una Nvidia Riva TNT M64. Nunca me ha funcionado
al arrancar, sólo me sale al apagar el sistema.

Gracias por la ayuda. 
Saludos.



Re: Configurar splashy con lilo

2005-07-01 Por tema Juan Luis García Moreno
El vie, 01-07-2005 a las 08:17 +0200, Juan Luis García Moreno escribió:
   Mi tarjeta de vídeo es una Nvidia Riva TNT M64. Nunca me ha funcionado
 al arrancar, sólo me sale al apagar el sistema.
 
   Gracias por la ayuda. 
   Saludos.
 

He comprobado que me falta un archivo llamado splashy.pid, que
debería estar en /etc/splashy/. He probado a reinstalar splashy pero
sigue sin aparecer este fichero.
Este archivo es referenciado en: /etc/default/splashy
[EMAIL PROTECTED]:/etc/default$ more splashy

# splashy PID file
spl_pidfile=/etc/splashy/splashy.pid

# splashy FIFO file
spl_fifo=/etc/splashy/splashy.fifo

# splashy will switch to this tty after finishing
spl_tty=7

y en /etc/splashy/config.xml
[EMAIL PROTECTED]:/etc/default$ more ../splashy/config.xml
splashy
progressbar
!-- here are tags to set the bar... x is the x coordinate and
y is the y coordinate, width and height are for the progress
bar.
Remember that x, y width and height are expressed in percentage
--
x10/x
y90/y
width80/width
height5/height
!-- here you can set the color of the progressbar...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0--
red255/red
green156/green
blue0/blue
alpha255/alpha
/progressbar
background
boot/etc/splashy/themes/default/background.jpg/boot
shutdown/etc/splashy/themes/default/background.jpg/shutdown
errorimg/etc/splashy/themes/default/error.jpg/errorimg
/background
fifo/etc/splashy/splashy.fifo/fifo
pid/etc/splashy/splashy.pid/pid
autoverboseonerrorno/autoverboseonerror
/splashy

¿Alguna sugerencia para solucionar este problema?
Gracias de antemano,
Un saludo



Re: Configurar splashy con lilo

2005-07-01 Por tema mario
El vie, 01-07-2005 a las 20:11 +0200, Juan Luis García Moreno escribió:
 El vie, 01-07-2005 a las 08:17 +0200, Juan Luis García Moreno escribió:
  Mi tarjeta de vídeo es una Nvidia Riva TNT M64. Nunca me ha funcionado
  al arrancar, sólo me sale al apagar el sistema.
  
  Gracias por la ayuda. 
  Saludos.
  
 
   He comprobado que me falta un archivo llamado splashy.pid, que
 debería estar en /etc/splashy/. He probado a reinstalar splashy pero
 sigue sin aparecer este fichero.


Hola

No estoy seguro pero creo que ese archivo se crea cuando splashy esta
corriendo y no hay forma de verlo ya que si pulsas escape durante el
arranque splashy se detiene y desaparecerá.

Con el equipo encendido ese archivo NO EXISTE. Esto es normal ya que es
un PID (process identificator)

Con el último splashy he tenido problemas, ya que directamente no va,
tengo accesso al svn y tengo una versión anterior que si funciona, la he
subido a:

http://idefix.eup.uva.es/paquetes/splashy_0.1.5.mario-1_i386.deb

Antes de instalarlo comenta la línea del sources.list para splashy,
descargas el deb y lo instalas con

dpkg -i splashy_0.1.5.mario-1_i386.deb

Con este downgrade todo vuelve a funcionar como antes.

Saludos


   Este archivo es referenciado en: /etc/default/splashy
   [EMAIL PROTECTED]:/etc/default$ more splashy
 
   # splashy PID file
   spl_pidfile=/etc/splashy/splashy.pid
 
   # splashy FIFO file
   spl_fifo=/etc/splashy/splashy.fifo
 
   # splashy will switch to this tty after finishing
   spl_tty=7
 
   y en /etc/splashy/config.xml
   [EMAIL PROTECTED]:/etc/default$ more ../splashy/config.xml
   splashy
   progressbar
 !-- here are tags to set the bar... x is the x coordinate and
 y is the y coordinate, width and height are for the progress
 bar.
 Remember that x, y width and height are expressed in percentage
 --
 x10/x
 y90/y
 width80/width
 height5/height
 !-- here you can set the color of the progressbar...
 set the amount of red, green, blue and alpha channel.
 Remember that the max value is 255 and the minumun value is 0--
 red255/red
 green156/green
 blue0/blue
 alpha255/alpha
 /progressbar
 background
 boot/etc/splashy/themes/default/background.jpg/boot
 shutdown/etc/splashy/themes/default/background.jpg/shutdown
 errorimg/etc/splashy/themes/default/error.jpg/errorimg
   /background
   fifo/etc/splashy/splashy.fifo/fifo
   pid/etc/splashy/splashy.pid/pid
   autoverboseonerrorno/autoverboseonerror
 /splashy
 
   ¿Alguna sugerencia para solucionar este problema?
   Gracias de antemano,
   Un saludo
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Configurar splashy con lilo

2005-07-01 Por tema Juan Luis García Moreno
El vie, 01-07-2005 a las 20:41 +0200, mario escribió:
 El vie, 01-07-2005 a las 20:11 +0200, Juan Luis García Moreno escribió:
  El vie, 01-07-2005 a las 08:17 +0200, Juan Luis García Moreno escribió:
 Mi tarjeta de vídeo es una Nvidia Riva TNT M64. Nunca me ha funcionado
   al arrancar, sólo me sale al apagar el sistema.
   
 Gracias por la ayuda. 
 Saludos.
   
  
  He comprobado que me falta un archivo llamado splashy.pid, que
  debería estar en /etc/splashy/. He probado a reinstalar splashy pero
  sigue sin aparecer este fichero.
 
 
 Hola
 
 No estoy seguro pero creo que ese archivo se crea cuando splashy esta
 corriendo y no hay forma de verlo ya que si pulsas escape durante el
 arranque splashy se detiene y desaparecerá.
 
 Con el equipo encendido ese archivo NO EXISTE. Esto es normal ya que es
 un PID (process identificator)
 
 Con el último splashy he tenido problemas, ya que directamente no va,
 tengo accesso al svn y tengo una versión anterior que si funciona, la he
 subido a:
 
 http://idefix.eup.uva.es/paquetes/splashy_0.1.5.mario-1_i386.deb
 
 Antes de instalarlo comenta la línea del sources.list para splashy,
 descargas el deb y lo instalas con
 
 dpkg -i splashy_0.1.5.mario-1_i386.deb
 
 Con este downgrade todo vuelve a funcionar como antes.
 
 Saludos
 
Mario, gracias por tu pronta respuesta.

He seguido los pasos que me indicaste, pero splashy sigue sin funcionar
en el arranque, solo aparece, la interfaz gráfica con la barra de
progreso, al apagar el sistema. Uso lilo y creo que es ahí donde tengo
el fallo, lo único que he añadido al lilo.conf es establecer la opción
vga=791. Sólo he visto ejemplos de cómo configurar splashy con GRUB,
pero ninguno con lilo, así que estoy un poco a ciegas.

Un saludo.

 
  Este archivo es referenciado en: /etc/default/splashy
  [EMAIL PROTECTED]:/etc/default$ more splashy
  
  # splashy PID file
  spl_pidfile=/etc/splashy/splashy.pid
  
  # splashy FIFO file
  spl_fifo=/etc/splashy/splashy.fifo
  
  # splashy will switch to this tty after finishing
  spl_tty=7
  
  y en /etc/splashy/config.xml
  [EMAIL PROTECTED]:/etc/default$ more ../splashy/config.xml
  splashy
  progressbar
  !-- here are tags to set the bar... x is the x coordinate and
  y is the y coordinate, width and height are for the progress
  bar.
  Remember that x, y width and height are expressed in percentage
  --
  x10/x
  y90/y
  width80/width
  height5/height
  !-- here you can set the color of the progressbar...
  set the amount of red, green, blue and alpha channel.
  Remember that the max value is 255 and the minumun value is 0--
  red255/red
  green156/green
  blue0/blue
  alpha255/alpha
  /progressbar
  background
  boot/etc/splashy/themes/default/background.jpg/boot
  shutdown/etc/splashy/themes/default/background.jpg/shutdown
  errorimg/etc/splashy/themes/default/error.jpg/errorimg
  /background
  fifo/etc/splashy/splashy.fifo/fifo
  pid/etc/splashy/splashy.pid/pid
  autoverboseonerrorno/autoverboseonerror
  /splashy
  
  ¿Alguna sugerencia para solucionar este problema?
  Gracias de antemano,
  Un saludo
  
 
 



Re: Configurar splashy con lilo

2005-07-01 Por tema mario
El vie, 01-07-2005 a las 21:45 +0200, Juan Luis García Moreno escribió:
 El vie, 01-07-2005 a las 20:41 +0200, mario escribió:
  El vie, 01-07-2005 a las 20:11 +0200, Juan Luis García Moreno escribió:
   El vie, 01-07-2005 a las 08:17 +0200, Juan Luis García Moreno escribió:
Mi tarjeta de vídeo es una Nvidia Riva TNT M64. Nunca me ha 
funcionado
al arrancar, sólo me sale al apagar el sistema.

Gracias por la ayuda. 
Saludos.

   
 He comprobado que me falta un archivo llamado splashy.pid, que
   debería estar en /etc/splashy/. He probado a reinstalar splashy pero
   sigue sin aparecer este fichero.
  
  
  Hola
  
  No estoy seguro pero creo que ese archivo se crea cuando splashy esta
  corriendo y no hay forma de verlo ya que si pulsas escape durante el
  arranque splashy se detiene y desaparecerá.
  
  Con el equipo encendido ese archivo NO EXISTE. Esto es normal ya que es
  un PID (process identificator)
  
  Con el último splashy he tenido problemas, ya que directamente no va,
  tengo accesso al svn y tengo una versión anterior que si funciona, la he
  subido a:
  
  http://idefix.eup.uva.es/paquetes/splashy_0.1.5.mario-1_i386.deb
  
  Antes de instalarlo comenta la línea del sources.list para splashy,
  descargas el deb y lo instalas con
  
  dpkg -i splashy_0.1.5.mario-1_i386.deb
  
  Con este downgrade todo vuelve a funcionar como antes.
  
  Saludos
  
   Mario, gracias por tu pronta respuesta.
 
   He seguido los pasos que me indicaste, pero splashy sigue sin funcionar
 en el arranque, solo aparece, la interfaz gráfica con la barra de
 progreso, al apagar el sistema. Uso lilo y creo que es ahí donde tengo
 el fallo, lo único que he añadido al lilo.conf es establecer la opción
 vga=791. Sólo he visto ejemplos de cómo configurar splashy con GRUB,
 pero ninguno con lilo, así que estoy un poco a ciegas.
   
   Un saludo.
 


Si con esa versión no se ha arreglado me temo que el problema viene de
algo más dificil como puede ser el framebuffer y la NVIDIA. Lo rarro es
que funcione al apagar y no al encender.

Con el parámetro vga=791 vale, es lo mismo que grub.

¿Compilaste el kernel? ¿Activaste el framebuffer?
¿Usas initrd?

Podrías probar a cargar el módulo framebuffer vesa en el initrd
Tendrás que editar el /etc/mkinitrd/mkinitrd.conf y añadir los módulos
convenientes..

Para saber qué modulos puedes meter lsmod te dará alguna pista.

Si no consigues splashy siempre quedara bootsplash, o usplash

Saludos

  
 Este archivo es referenciado en: /etc/default/splashy
 [EMAIL PROTECTED]:/etc/default$ more splashy
   
 # splashy PID file
 spl_pidfile=/etc/splashy/splashy.pid
   
 # splashy FIFO file
 spl_fifo=/etc/splashy/splashy.fifo
   
 # splashy will switch to this tty after finishing
 spl_tty=7
   
 y en /etc/splashy/config.xml
 [EMAIL PROTECTED]:/etc/default$ more ../splashy/config.xml
 splashy
 progressbar
   !-- here are tags to set the bar... x is the x coordinate and
   y is the y coordinate, width and height are for the progress
   bar.
   Remember that x, y width and height are expressed in percentage
   --
   x10/x
   y90/y
   width80/width
   height5/height
   !-- here you can set the color of the progressbar...
   set the amount of red, green, blue and alpha channel.
   Remember that the max value is 255 and the minumun value is 0--
   red255/red
   green156/green
   blue0/blue
   alpha255/alpha
   /progressbar
   background
   boot/etc/splashy/themes/default/background.jpg/boot
   shutdown/etc/splashy/themes/default/background.jpg/shutdown
   errorimg/etc/splashy/themes/default/error.jpg/errorimg
 /background
 fifo/etc/splashy/splashy.fifo/fifo
 pid/etc/splashy/splashy.pid/pid
 autoverboseonerrorno/autoverboseonerror
   /splashy
   
 ¿Alguna sugerencia para solucionar este problema?
 Gracias de antemano,
 Un saludo
   
  
  
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Configurar splashy con lilo

2005-07-01 Por tema BaByTuX
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

No es que este muy puesto en el tema de splashy, pero a mi me funciona
arrancando con lilo. pero al principio tenia problemas porque no
cargaba bien el framebuffer. Supongo que si te sale al apagar y al
inicio no, es porque el framebuffer no se carga antes que splashy.
Te paso la configuracion:

Esto para el kernel.

[*] Support for frame buffer devices
*   VESA VGA graphics support
Console display driver support  ---
 [*]   Video mode selection support
 * Framebuffer Console support
Logo configuration  ---
 [*] Bootup logo
 [*]   Standard 16-color Linux logo
 [*]   Standard 224-color Linux logo


Y en el lilo.

image=/boot/vmlinuz-2.6.10
label=Linux-2.6.10
append=acpi=on resume2=swap:/dev/hda6 video=vesafb:1024x768-16
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCxe9/IDr126HjYrsRApygAJ0cJPTTVfPsf78nTJe4iE9lNiGF2ACggch+
x88RZVN5CDEa7xbzqFlve+M=
=+EZ6
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Configurar splashy con lilo

2005-06-30 Por tema Aritz Beraza Garayalde [Rei]
2005/6/30, Juan Luis García Moreno [EMAIL PROTECTED]:
 Hola a [EMAIL PROTECTED]:
 
 He instalado, mediante apt, splashy para disponer de un arranque en
 modo gráfico. Utilizo lilo, y todas las explicaciones que he encontrado
 para configurar splashy lo hacían con GRUB.
 
 Después de instalarlo añadí al fichero lilo.conf, la opción vga=791
 para que el sistema arranque con una resolución de 1024x768 y 65000
 colores. Ahora al arrancar, el texto aparece formateado y splashy me
 muestra mensaje del tanto por ciento del sistema cargado 10%, 20%, etc.
 pero no se muestra la imagen con la barra de progreso.
 
 Cuando apago o reinicio el sistema, sí aparece el fondo gráfico con la
 barra de progreso. Así que el fallo lo tengo en el arranque, pero he
 probado diferentes opciones en el apartado vga de lilo.conf y sigue
 sin aparecer la imagen.


Se me ocurre que podría ser un problema con tu tarjeta de video, queno
soporte bien el framebuffer vesa. Di que tarjeta de video tienes, y
detalla un poco más cuando funciona y cuando no.
Por que que al arrancar la primera vez no funciona queda claro, pero
si reinciias funciona bien en el arranque? o es solo que al apagar si
que sale la barra de progredo de apagado?


Saludos
Aritz Beraza [Rei]
-- 
Aritz Beraza Garayalde [Rei]
___
[ WWW ]  http://evangelion.homelinux.net 
[jabber]  rei[en]bulmalug.net