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

Re: Configurar splashy con lilo



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
	juanluis@debianrena:/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
	juanluis@debianrena:/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
-->
        <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>no</autoverboseonerror>
</splashy>

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



Reply to: