1
Allgemein [ General ] / Aktuelles Update funktioniert nicht wegen skinflatplus
« on: February 28, 2026, 20:55:48 »
Hi Jörg,
ich schaue mir das morgen einmal an.
Gruß,
Roland
ich schaue mir das morgen einmal an.
Gruß,
Roland
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
@rfehr: Super, danke Dir!
Hatte vergessen bei dem vdr-tftng-mango theme die letzte SRCREV = 3e71676a6ff96a5d78f4a37eb02f4e9b9159adda anzugeben, kleiner fix im theme, damit frisst mango auch die logos unter /usr/share/vdr/channellogos/
Hab ansonsten graphtftng bisher auf einem RPi mit Deinem repository am Laufen -> rennt. Bin gespannt morgen ob das mit dem patch dann auch so bleibt
graphlcd-base hab ich leider noch nicht weiter testen können, hab ein kleines 1.3" OLED mit i2c unter RPi mit der luma python library an den GPIO's zum laufen gekriegt, aber das hat keine SPI Schnittstelle. Hab noch ein altes t6963c vllt hau ich das die Tage am x86 testVDR mal an den parport.
@clausmuus: ah, ok -> danke Dir!Dat baut dann aber wahrscheinlich die ganzen Abhängigkeiten nochmal, oder?
Du kannst es dann mal mit der Plugin Einstellung versuchen:Code: [Select]-b /data/video -d /dev/sr0 -a auto -v drm -h auto -c auto
root@MLD:/home# mpv --vo=drm S06E01.mkv
[osd/libass] Error opening memory font 'fonts.conf'
[osd/libass] Error opening memory font 'fonts.conf'
(+) Video --vid=1 (*) (h264 1920x1080 25.000fps)
(+) Audio --aid=1 --alang=ger (*) (eac3 6ch 48000Hz)
Audio --aid=2 --alang=eng (eac3 2ch 48000Hz)
Subs --sid=1 --slang=ger 'German' (subrip)
Subs --sid=2 --slang=eng 'English' (subrip)
[vo/drm] VT_GETMODE failed: Inappropriate ioctl for device
[vo/drm] Failed to set up VT switcher. Terminal switching will be unavailable.
AO: [alsa] 48000Hz stereo 2ch float
VO: [drm] 1920x1080 yuv420p
AV: 00:01:05 / 00:41:22 (3%) A-V: -0.000 Dropped: 35
Hallo,
über ssh:
systemctl stop vdr
/usr/bin/mpv --vo=gpu --hwdec=rpi /data/video/Columbo/S1F1_1971_Tödliche_Trennung.mkv &> /tmp/mpv.log
gleicher Fehler:Code: [Select][osd/libass] Error opening memory font 'fonts.conf'
[osd/libass] Error opening memory font 'fonts.conf'
(+) Video --vid=1 (*) (h264 720x576 25.000fps)
(+) Audio --aid=1 (*) (mp2 2ch 48000Hz)
[vo/gpu] Failed initializing any suitable GPU context!
Error opening/initializing the selected video_out (--vo) device.
Video: no video
Exiting... (Errors when loading file
Jo, ich denke mal die kann man so nehmen, oder?Code: [Select]SUMMARY = "GraphTFT plugin for VDR"
DESCRIPTION = "GraphTFT is a plugin for the Video Disc Recorder and shows information about the current state of VDR on sencodary displays."
AUTHOR = "Jörg Wendel <vdr@jwendel.de>"
PV = "git"
LICENSE = "GPL-2.0-only"
SRCREV = "76a0802a6dd84c9c049a5492152f64761a66844d"
SRC_URI = "git://github.com/vdr-projects/vdr-plugin-graphtftng;protocol=https;branch=master"
SRC_URI[sha256sum] = "27654712d582fd2bea12d730e8d824bc82281617"
SRC_URI += " \
file://00_Makefile.patch \
file://remote.conf.graphtft-fe \
"
S = "${WORKDIR}/git"
TARGET_CC_ARCH += "${LDFLAGS}"
inherit vdr-plugin
DEPENDS += "ffmpeg imlib2 libgtop glib-2.0 libexif ttf-bitstream-vera vdr-tftng-mango"
do_install() {
oe_runmake DESTDIR=${D} install
install -m 0644 -D ${WORKDIR}/remote.conf.graphtft-fe ${D}${sysconfdir}/vdr/remote.conf.d/graphtft-fe.conf
install -m 0755 -D ${S}/graphtft-fe/graphtft-fe ${D}${bindir}/graphtft-fe
install -d ${D}${sysconfdir}/vdr/plugins/graphtftng
install -d ${D}${sysconfdir}/vdr/plugins/graphtftng/themes
install -d ${D}${sysconfdir}/vdr/plugins/graphtftng/fonts
ln -sf ${datadir}/fonts/ttf/Vera.ttf ${D}${sysconfdir}/vdr/plugins/graphtftng/fonts/Vera.ttf
}Code: [Select]SUMMARY = "Anthraize Theme for VDR plugin graphtftng."
AUTHOR = "Andreas Grothe"
PV = "git"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYRIGHT.txt;md5=9f867da7a73fad2715291348e80d0763"
SRC_URI = "git://github.com/lgitano/vdr-tftng-mango;protocol=https;branch=main"
SRCREV = "4aabfbe2d4642143c9b2196141a599eeb52a597d"
S = "${WORKDIR}/git"
FILES:${PN} = " \
${datadir}/vdr/plugins/graphtftng/themes/vdr-tftng-mango/* \
${sysconfdir}/vdr/plugins/graphtftng \
${sysconfdir}/vdr/plugins/graphtftng/* \
"
do_install() {
install -d ${D}${datadir}/vdr/plugins/graphtftng/themes/vdr-tftng-mango
install -d ${D}${sysconfdir}/vdr/plugins/graphtftng/themes
install -d ${D}${sysconfdir}/vdr/plugins/graphtftng/fonts
cp -r ${S}/* ${D}${datadir}/vdr/plugins/graphtftng/themes/vdr-tftng-mango/
ln -sf ${datadir}/vdr/plugins/graphtftng/themes/vdr-tftng-mango/ ${D}${sysconfdir}/vdr/plugins/graphtftng/themes/anthraize-mango
ln -sf ${datadir}/vdr/plugins/graphtftng/themes/vdr-tftng-mango/fonts/graphTFT.ttf ${D}${sysconfdir}/vdr/plugins/graphtftng/fonts/graphTFT.ttf
}
Lieben Gruß,
-gitano
Moin Claus,Wo hast Du das " -C /dev/sr0" denn eingetragen? Im Setup bei den Plugin settings?
Hast Du beim GraphTFTNG Plugin denn die glib-2.0, imlib2 und libgtop Abhängigkeiten als DEPENDS im Rezept eingetragen?
genau, im Setup bei den Plugin parametern, sowohl --dvd=/dev/sr0 als auch -C /dev/sr0 bringen nix. Im Log taucht zum dvd plugin nix weiter auf ausser "ERROR: Error opening DVD!" Wenn ich einen -bis zum reboot temporären- symlink auf /dev/dvd setze -> kein Problem. Evtl. ein Rechte Problem?
Jo, die Abghängigkeiten stehen in dem receipe als DEPENDS drin und werden auch installiert, graphtftng meckert aber beim bauen über fehlende Imlib2.h und diverse glib und libgtop headers. Hab schon versucht am Makefile herumzuschrauben, aber bisher ohne viel Erfolg. Gibt es evtl. aktuellere Quellen als die hier?
https://github.com/vdr-projects/vdr-plugin-graphtftng
Vielen Dank!
Lieben Gruß,
-gitano
Thanks for the tip "a delay of 350 and a delta of 150".
It works much better now, but not as well as the keyboard.
Where can I find its settings and transfer them to the remote?
Moin Roland,
danke Dir für de Antwort!
Jo, das war der erste Akt nach der Installation, im webif unter "Anzeige" als 1. Monitor den Fernseher mit HDMI-1 ausgewählt and dadrunter als 2. das TFT mit VGA-1 -> Resultat: Glotze schwarz und TV Bild auf dem TFT. Macht die Reihenfolge auf der Konfigurationsseite einen Unterschied? Hab bisher keinen feststellen können, selbes Resultat wenn ich zuerst VGA-1 angebe und dann HDMI-1.
Einzig wenn ich softhddevice mit -d :0.1 vorgebe auf diesem Display zu laufen läuft es wie gewünscht, TV auf HDMI Ausgang und VGA als 2. Bildschirm... bis nächsten reboot. Und natürlich den Hauptbildschirm spiegeln.
Das war früher immer recht einfach über die xorg.conf zu regeln, bisher konnte ich nur zwei configfiles in /etc/X11/xorg.conf.d names 50_screen0.conf und 50_screen1.conf finden mit den ich nicht viel anfangen kann. Hatte die auch schon mal vertauscht -> ohne Ergebniss.
...bin grad etwas ratlos x)
Lieben Gruß,
gitano