Installation de screen splash... - Linux et OS Alternatifs
Marsh Posté le 27-03-2005 à 20:12:34
Pour Lilo, tu n'a qu'à lui indiquer l'image (en .bmp) et la position où il doit afficher les textes. (le menu etc)
Pour le splash screen du boot de mandrake, aucune idée
Marsh Posté le 28-03-2005 à 12:48:53
Pour le texte, l'endroit où tu dois l'insérer est écrit dans le readme que tu as posté :
Citation : Now you should do comment the follow line: |
Marsh Posté le 28-03-2005 à 13:31:25
duss@noob a écrit : Bonjour a tous!
|
C'est celui-ci que j'avais avant , excelent !!!
Marsh Posté le 27-03-2005 à 20:05:55
Bonjour a tous!
J'aimerais changer les themes de Lilo et de l'écran de démarrage sur ma mandrake 10.1 mais je ne comprend pas vraiment (n00b inside) la méthode à suivre, si vous pouviez m'aider ca serait bien sympa...
Par exemple, pour le theme de lilo j'aimerais installer ce splash screen
http://kde-look.org/content/show.php?content=11098
Mais j'ai essayé de faire ce qui est inscrit dans le readme_and_install sans succés...
Go to shell.
Open lilo.conf as a root, for examples:
$> su
password:
$> vi /etc/lilo.conf
On VI: press "I" to modify the text. Now you should do comment the follow line:
#commented to use grafical tools
#install=/boot/boot-menu.b
And add the following:
#added to use grafical tool
install=/boot/boot-bmp.b # means you will use grafical version
bitmap=/boot/handy_128.bmp # background path
bmp-colors=38,68,53,112,38,25 # text color
bmp-table=114p,347p,2,7 # label position on the screen p=pixel
bmp-timer=470p,336p,25,0,11 # timer position on the screen p=pixel
To exit and save press ESC and type ":wq" (it means write and quit).
Now type into the shell:
$> lilo
Alors, ou dois je recopier ce texte dans le lilo.conf exactement par rapport au texte deja present?
Ou dois je copier l'image pour qu'elle soit accessible par lilo lors du boot?
Merci d'avoir pris un peu de temps pour me lire et j'espere avoir de l'aide afin de m'investir de plus en plus dans l'univers du monde libre!