[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configurar splashy con lilo



-----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:
> juanluis@debianrena:~$ 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: juanluis@debianrena:~$ 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 --> <x>10</x>
> <y>90</y> <width>80</width> <height>5</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--> <red>255</red> <green>156</green>
> <blue>0</blue> <alpha>255</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>
> <autoverboseonerror>yes</autoverboseonerror> </splashy>
>
> Por otro lado, al ejecutar desde consola "splashy boot", me aparece
> lo siguiente:
>
> juanluis@debianrena:~$ 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 juanluis@debianrena:~$ **
> (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 -->
        <x>10</x>
        <y>90</y>
        <width>80</width>
        <height>5</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-->
        <red>255</red>
        <green>156</green>
        <blue>0</blue>
        <alpha>255</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>
    <autoverboseonerror>yes</autoverboseonerror>
</splashy>

- ----------------------------------------
/etc/directfbrc
- ---------------------------------------
mode=1024x768


   

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCyFTWIDr126HjYrsRAk7sAKD6flVS75hU+MlzEac3w1CPCSsXnQCgvsU7
2GNloYKmJOEBKcnhKnYjz0g=
=nZhb
-----END PGP SIGNATURE-----



Reply to: