PLD-doc/queue/fbsplash.html
krolik
cvs w pld-linux.org
Śro, 15 Gru 2004, 19:06:23 CET
Author: krolik
Date: Wed Dec 15 18:05:58 2004
New Revision: 5384
Added:
PLD-doc/queue/fbsplash.html
Log:
- quick howto how to setup cute fbsplash ;)
Added: PLD-doc/queue/fbsplash.html
==============================================================================
--- (empty file)
+++ PLD-doc/queue/fbsplash.html Wed Dec 15 18:05:58 2004
@@ -0,0 +1,120 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+ <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-2">
+ <TITLE></TITLE>
+ <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.2 (Linux)">
+ <META NAME="CREATED" CONTENT="20041115;21502100">
+ <META NAME="CHANGED" CONTENT="20041212;18103000">
+ <STYLE>
+ <!--
+ @page { size: 21.59cm 27.94cm; margin: 2cm }
+ TD P { margin-bottom: 0.21cm }
+ TD P.western { so-language: en-US }
+ P { margin-bottom: 0.21cm }
+ P.western { font-family: "Nimbus Roman No9 L", serif; so-language: en-US }
+ -->
+ </STYLE>
+</HEAD>
+<BODY LANG="en-US" DIR="LTR">
+<P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm"><FONT SIZE=4><B>Krótkie
+HOWTO z fbsplash</B></FONT></P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm"><BR>
+</P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm"><BR>
+</P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm"><BR>
+</P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">
+A wiec na poczatku nalezy zbudowac splashutils.spec i
+splashutils-theme-darkblue.spec (i oczywiscie zainstalowac) jak to
+sie robi chyba nie musze opisywac. Musze zaznaczyc ze jest wymagany
+kernel z obsluga fbsplash</P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">
+Po zainstalowaniu paczki musimy sie zajac initrd :</P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm"><BR>
+</P>
+<OL>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">
+ <U>kopiujemy initrd do katalogu /root i tam bedziemy wykonywac
+ wszystkie czynnosci</U></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm"><B>cp
+ /boot/initrd-2.6.8-4.5.gz /root</B></P>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">
+ <U>dekompresujemy initrd</U></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>gzip -d /root/initrd-2.6.8-4.5.gz</B></P>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">
+ <U>po dekompresji musimy go podmontowac (np. do katalogu
+ /root/initrd/ )</U></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm"><B>mkdir
+ /root/initrd/</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm"><B>mount
+ -o loop /root/initrd-2.6.8-4.5 /root/initrd</B></P>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">
+ <U>Kopiujemy zawartosc /root/initrd/ do (np. /root/newinitrd )</U></P>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">
+ <U>Edytujemy plik /root/newinitrd/linuxrc i wpisujemy: ( po umount
+ /proc )</U></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>mount -t proc none /proc</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>mount -t devfs none /dev</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>mknod /dev/fbsplash c 10 63</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>mknod /dev/fb0 c 29 0</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>/sbin/splash_util.static -t darkblue --vc=0 -c setcfg</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>/sbin/splash_util.static -t darkblue --vc=0 -c setpic</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>/sbin/splash_util.static -t darkblue --vc=0 -c on</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>umount /dev</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+ <B>umount /proc</B></P>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium">
+ <U>Tworzysz katalog /root/newinitrd/sbin/ i kopiujesz pliki
+ znajdujace sie w /sbin :</U></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium; text-decoration: none">
+ splash_helper</P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium; text-decoration: none">
+ splash_util</P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium; text-decoration: none">
+ splash_util.static</P>
+ <P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm"></P>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium">
+ <U>Tworzymy katalogi i ...:</U></P>
+ <P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium; text-decoration: none">
+ <B>mkdir /root/newinitrd/etc/splash/ po czym przegrywamy tu wybrany
+ katalog z tematem z /etc/splash/ (np. temat darkblue)</B></P>
+ <P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium">
+ </P>
+ <LI><P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium">
+ <U>Zamykamy initrd i .........</U></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal; text-decoration: none">
+ <B>genromfs -d /root/newinitrd -f /boot/initrd-2.6.8-4.5</B></P>
+ <P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal; text-decoration: none">
+ <B>gzip /boot/initrd-2.6.8-4.5</B></P>
+</OL>
+<P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm"><BR>
+</P>
+<P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm; font-style: normal">
+<U><B>No i mozemy sie cieszyc pieknym fbsplashem :)</B></U></P>
+<OL START=10>
+ <P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium; text-decoration: none">
+ <FONT SIZE=2>Aniolek</FONT></P>
+ <P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal; font-weight: medium; text-decoration: none">
+ <FONT SIZE=2>michal (at) milko (dot) pl</FONT></P>
+</OL>
+<P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm"><BR>
+</P>
+<P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0cm"><BR>
+</P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm"><BR>
+</P>
+<P CLASS="western" ALIGN=LEFT STYLE="margin-bottom: 0cm"><BR>
+</P>
+</BODY>
+</HTML>
\ No newline at end of file
Więcej informacji o liście dyskusyjnej pld-doc