Graphtft-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 9: | Zeile 9: | ||
* ffmpeg | * ffmpeg | ||
==Installation== | ==Installation== | ||
− | <pre>cd $SOURCEDIR | + | <pre> |
+ | cd $SOURCEDIR | ||
tar xvzf imlib2-<VERSION>.tar.gz | tar xvzf imlib2-<VERSION>.tar.gz | ||
cd imlib2-<VERSION> | cd imlib2-<VERSION> | ||
Zeile 21: | Zeile 22: | ||
ln -s ffmpeg-<VERSION> ffmpeg | ln -s ffmpeg-<VERSION> ffmpeg | ||
cd ffmpeg | cd ffmpeg | ||
− | ./configure --prefix=/usr/local --enable-shared | + | ./configure --prefix=/usr/local \ |
+ | --enable-shared | ||
make | make | ||
make install | make install | ||
− | ldconfig</pre> | + | ldconfig |
+ | </pre> | ||
Das Plugin benötigt Fonts, laut README -> Vera.ttf (es funktionieren sicher auch andere) | Das Plugin benötigt Fonts, laut README -> Vera.ttf (es funktionieren sicher auch andere) | ||
− | <pre>mkdir -p /etc/vdr/plugins/graphTFT/fonts | + | <pre> |
+ | mkdir -p /etc/vdr/plugins/graphTFT/fonts | ||
locate Vera.ttf | locate Vera.ttf | ||
/usr/X11R6/lib/X11/fonts/truetype/Vera.ttf | /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf | ||
− | cp /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf /etc/vdr/plugins</pre> | + | cp /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf /etc/vdr/plugins |
+ | </pre> | ||
Findet Ihr mit dem Suchtool (locate) keine Fonts auf dem System, kann man sie auch nach installieren. | Findet Ihr mit dem Suchtool (locate) keine Fonts auf dem System, kann man sie auch nach installieren. | ||
− | <pre>Debian -> aptget install bitstream-vera | + | <pre> |
+ | Debian -> aptget install bitstream-vera | ||
SuSE -> yast -i bitstream-vera | SuSE -> yast -i bitstream-vera | ||
Gentoo -> emerge bitstream-vera | Gentoo -> emerge bitstream-vera | ||
Zeile 40: | Zeile 46: | ||
Nun noch zu den Skins, diese sind unterhalb von '''/etc/vdr/plugins/graphTFT/themes''' zu entpacken: | Nun noch zu den Skins, diese sind unterhalb von '''/etc/vdr/plugins/graphTFT/themes''' zu entpacken: | ||
− | <pre>mkdir -p /etc/vdr/plugins/graphTFT/themes | + | <pre> |
− | tar jxvf standard.tar.bz2 -C /etc/vdr/plugins/graphTFT/themes</pre> | + | mkdir -p /etc/vdr/plugins/graphTFT/themes |
+ | tar jxvf standard.tar.bz2 -C /etc/vdr/plugins/graphTFT/themes | ||
+ | </pre> | ||
Siehe: [[Plugin_Installation#Struktur|Struktur]] | Siehe: [[Plugin_Installation#Struktur|Struktur]] | ||
==Probleme== | ==Probleme== |
Version vom 16. Oktober 2004, 23:14 Uhr
Inhaltsverzeichnis |
Beschreibung
Siehe PSone_LCD.
Hardwareanforderungen
- TFT-Display
Softwareanforderungen
- imlib2
- ffmpeg
Installation
cd $SOURCEDIR tar xvzf imlib2-<VERSION>.tar.gz cd imlib2-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf ffmpeg-<VERSION>.tar.gz ln -s ffmpeg-<VERSION> ffmpeg cd ffmpeg ./configure --prefix=/usr/local \ --enable-shared make make install ldconfig
Das Plugin benötigt Fonts, laut README -> Vera.ttf (es funktionieren sicher auch andere)
mkdir -p /etc/vdr/plugins/graphTFT/fonts locate Vera.ttf /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf cp /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf /etc/vdr/plugins
Findet Ihr mit dem Suchtool (locate) keine Fonts auf dem System, kann man sie auch nach installieren.
Debian -> aptget install bitstream-vera SuSE -> yast -i bitstream-vera Gentoo -> emerge bitstream-vera
Oder mal google bemühen... dannach die Schritte oben erneut ausführen.
Nun noch zu den Skins, diese sind unterhalb von /etc/vdr/plugins/graphTFT/themes zu entpacken:
mkdir -p /etc/vdr/plugins/graphTFT/themes tar jxvf standard.tar.bz2 -C /etc/vdr/plugins/graphTFT/themes
Siehe: Struktur
Probleme
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-d DEV | --device=DEV | sets the device i.e.: /dev/fb0 or for VDR-Dev.: vdr/1 |
Links
[1] | http://www.enlightenment.org/pages/imlib2.html | Homepage -> imlib2 |
[2] | http://ffmpeg.sourceforge.net | Homepage -> ffmpeg |
[3] | http://www-math.uni-paderborn.de/~tegeler/vdr/graphtft | Homepage des Plugins |
[4] | http://www.haile.ch/vdr | Skins/Themes |
[5] | http://xpix.dieserver.de/downloads | Skins/Themes |