X-Git-Url: http://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/bb9b177f27a9fdd57886c89df266d3d014a90025..6f31bde697c7b07adb8c205f3c01b6c7381d8d4c:/Infodisplay.mw diff --git a/Infodisplay.mw b/Infodisplay.mw index b6cfd15e6..3e2310773 100644 --- a/Infodisplay.mw +++ b/Infodisplay.mw @@ -10,6 +10,7 @@ |download= |version= }} +[[Datei:Bewegungsmelder am Infodisplay-Pi.jpg|thumb|Bewegungsmelder]] Auf dem Serverschrank steht ein großer Full HD Fernseher, daran wurde eine Pi angeschlossen und ein bisschen [https://gitli.stratum0.org/kasalehlia/s0infodisplay/ Software] geschrieben. Zu guter letzt bekam der Pi einen Bewegungsmelder, sodass der Fernseher nicht 24/7 laufen muss. @@ -22,20 +23,53 @@ Auf dem Infodisplay stehen relevante Informationen zur Verfügung: * Visualisiert Stromverbrauch und Netzwerkdinge im Spacenetz * IRC-Channel -Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer Webseite basiert (im Fullscreen angezeigt), ist sie theoretisch auf auf mehreren Displays deploybar. +Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer [http://infodisplay.local:8000 Webseite] basiert (im Fullscreen angezeigt, aus dem Space-Netz erreichbar), ist sie theoretisch auf mehreren Displays deploybar. == Setup == Raspbian auf Raspberry Pi installieren. Dann: - sudo apt install firefox xserver-xorg-legacy xserver-xorg # oder auch firefox-esr, je nach Verfügbarkeit - git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/ # macht lokal einen HTTP-Server und baut die HTML-Seite - git clone https://github.com/rohieb/infopoint-html.git # startet einen Firefox im Vollbild - sudo cp s0infodisplay/s0infodisplay.service infopoint-html/infopoint-html.service /etc/systemd/system/ - sudo systemctl daemon-reload - echo "allowed_users = anybody" | sudo tee /etc/X11/Xwrapper.config # systemd-logind session activation umgehen... + +Pakete installieren: + sudo apt -y install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils python3-rpi.gpio xinit libicu-dev unattended-upgrades cmake libp8-platform-dev libudev-dev + # oder auch 'firefox', je nach Verfügbarkeit + +Libcec mit RPI build system fix bauen: + git clone https://github.com/Emantor/libcec + cd libcec && mkdir build && cd build + cmake -DRPI_INCLUDE_DIR=/opt/vc/include -DRPI_LIB_DIR=/opt/vc/lib .. + +Darauf achten das nach dem cmake die Zeile + -- Raspberry Pi support: yes +auf yes steht. Dann: + make + sudo make install + sudo ldconfig + +s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite: + git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/ + cd s0infodisplay/ + virtualenv env + source env/bin/activate + pip install -r requirements.txt + python3 main.py + +infopoint-html startet einen Firefox im Vollbild: + cd + git clone https://github.com/rohieb/infopoint-html.git + echo -e '#!/bin/sh\nexec /home/pi/infopoint-html/src/infopoint-html' | sudo tee /usr/bin/infopoint-html + sudo chmod +x /usr/bin/infopoint-html echo 'URL="http://localhost:8000/"' | sudo tee /etc/default/infopoint-html - sudo systemctl enable s0infodisplay.service - sudo systemctl enable infopoint-html.service +systemd-logind session activation für den X-Server umgehen: + sudo dpkg-reconfigure xserver-xorg-legacy # hier dann die dritte Option, "Anybody", auswählen +systemd-Services installieren: + sudo cp s0infodisplay/s0infodisplay.service s0infodisplay/pirscreencontrol.service infopoint-html/infopoint-html.service /etc/systemd/system/ + sudo systemctl daemon-reload + sudo systemctl enable s0infodisplay.service + sudo systemctl enable infopoint-html.service + sudo systemctl enable pirscreencontrol.service -[[Datei:Bewegungsmelder am Infodisplay-Pi.jpg|thumb|Bewegungsmelder]] +=== Troubleshooting === +* Wenn das Display mit einem schwarzen Rahmen angezeigt wird + sudo raspi-config + -> 7 Advanced Options -> A2 Overscan ->