annotate TVout/fbset/INSTALL @ 7923:bad21f499a9e

avoids segfaults w.r.t to mp3 files handling: hunk1 => mplayer -fps 42 foobar.mp3 (yeah it's a bit dumb but... ;) hunk2 => mplayer *.mp3 + next file + volume increase hunk3 => preventive bugfix
author pl
date Sat, 26 Oct 2002 00:28:48 +0000
parents 3b5f5d1c5041
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3 FBSET INSTALLATION GUIDE
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6 Change the current directory to the directory containing the fbset sources and
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7 type
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
8
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
9 make install
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
10
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11 This will create the fbset binary and install it, together with the manual
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
12 pages. It also creates the standard frame buffer special device nodes.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
13
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
14
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
15 The etc subdirectory contains sample frame buffer mode definitions files. Copy
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
16 one of them to /etc/fb.modes and edit it to your needs.
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
17
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
18
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
19 Enjoy!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
20