fbs rev 2

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 02 11:14:23 2014 +0000 (2014-05-02)
parents b01ae7eabae8
children 6c7e02ee56fe
files README
line diff
     1.1 --- a/README	Fri Apr 18 20:47:22 2014 +0100
     1.2 +++ b/README	Fri May 02 11:14:23 2014 +0000
     1.3 @@ -46,7 +46,7 @@
     1.4  device node with: 'ls /dev/fb0'. The Raspberry Pi uses the Linux framebuffer
     1.5  so Fbs will work out of the box.
     1.6  
     1.7 -Then press Ctrl+F2 to open a text mode session (back to X with Ctrl+F7)
     1.8 +Then press Ctrl+Alt+F2 to open a text mode session (back to X with Alt+F7)
     1.9  and run as root the Fbs testsuite:
    1.10  
    1.11  # fbs test
    1.12 @@ -67,10 +67,10 @@
    1.13  #!/bin/sh
    1.14  #
    1.15  export fifo=/tmp/fbs.fifo
    1.16 -fbsplash -c -f ${fifo}
    1.17 -	-s /usr/share/fbs/default/fbsplash.ppm \
    1.18 -	-i /usrshare/fbs/default/fbsplash.cfg &
    1.19 - 
    1.20 +fbsplash -c -f ${fifo} \
    1.21 +	-s /usr/share/fbs/default/fbsplash.ppm.gz \
    1.22 +	-i /usr/share/fbs/default/fbsplash.cfg &
    1.23 +
    1.24  echo 25 > ${fifo}
    1.25  sleep 1
    1.26  echo 50 > ${fifo}
    1.27 @@ -78,5 +78,5 @@
    1.28  echo 75 > ${fifo}
    1.29  sleep 1
    1.30  echo "exit" > ${fifo}
    1.31 - 
    1.32 +
    1.33  ===============================================================================