fbs rev 1

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Apr 18 20:47:22 2014 +0100 (2014-04-18)
parents b80181d82cce
children 8bb34ff7b4c0
files README
line diff
     1.1 --- a/README	Fri Apr 18 21:21:01 2014 +0200
     1.2 +++ b/README	Fri Apr 18 20:47:22 2014 +0100
     1.3 @@ -3,11 +3,11 @@
     1.4  
     1.5  
     1.6  Fbs is a rewrite of the old SliTaz Fbsplash tool for the SliTaz ARM and
     1.7 -Raspberry Pi flavor. SliTaz ARM use radically simple boot scripts so
     1.8 +Raspberry Pi flavors. SliTaz ARM uses radically simple boot scripts so
     1.9  the integration was very easy. Enabling/disabling fbsplash on boot and
    1.10  managing themes can be done with the fbs utility.
    1.11  
    1.12 -In time or if someone give a hand on. It may be possible to have a
    1.13 +In time or if someone gives a hand. It may be possible to have a
    1.14  GTK or/and Ncurses frontend to handle themes.
    1.15  
    1.16  
    1.17 @@ -16,10 +16,10 @@
    1.18  
    1.19   * Use Busybox fbsplash applet for image and progress bar
    1.20   * Use Linux kernel options 'quiet' at boot time
    1.21 - * Enable FBSPLASH in /etc/rcS.conf confg file
    1.22 + * Enable FBSPLASH in /etc/rcS.conf config file
    1.23   * Tweak /etc/inittab to hide and log text messages
    1.24 - * The SliTaz theme can fit in very small screen since the image
    1.25 -   goes top/left and have a black bg such as the Linux Framebuffer
    1.26 + * The SliTaz theme can fit in a very small screen since the image
    1.27 +   goes top/left and has a black bg such as the Linux Framebuffer
    1.28  
    1.29  
    1.30  Install & setup
    1.31 @@ -30,20 +30,20 @@
    1.32  
    1.33  # make && make install
    1.34  
    1.35 -Boot splash is activated on some SliTaz ARM flavor but not on the i486
    1.36 -standard distibution so you need enable fbs to have a graphical boot:
    1.37 +Boot splash is activated on some SliTaz ARM flavors but not on the i486
    1.38 +standard distribution so you need enable fbs to have a graphical boot:
    1.39  
    1.40  # fbs on [theme]
    1.41  
    1.42 -All fbs configuration variable can be found in: /etc/rcS.conf. Thes are:
    1.43 +All fbs configuration variables can be found in: /etc/rcS.conf. These are:
    1.44  
    1.45  FBSPLASH="on"
    1.46  FBTHEME="slitaz"
    1.47  
    1.48  Testing
    1.49  -------
    1.50 -Let test the environment, first make sure you have the Linux Framebuffer
    1.51 -device node with: 'ls /dev/fb0'. The Raspberry Pi use the Linux framebuffer
    1.52 +Let's test the environment, first make sure you have the Linux Framebuffer
    1.53 +device node with: 'ls /dev/fb0'. The Raspberry Pi uses the Linux framebuffer
    1.54  so Fbs will work out of the box.
    1.55  
    1.56  Then press Ctrl+F2 to open a text mode session (back to X with Ctrl+F7)
    1.57 @@ -54,7 +54,7 @@
    1.58  Theming
    1.59  -------
    1.60  Fbs provide a nifty theming mechanism designed to easily handle installed
    1.61 -themes as well has creating and sharing new themes. A theme consist in
    1.62 +themes as well has creating and sharing new themes. A theme exists in
    1.63  a small and human readable configuration and in a gzip ppm image.
    1.64  
    1.65  # fbs themes