X-Git-Url: http://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/77548a1d431a94c5fe7ec672ac65dc0af4e94c95..cfa425369a5337520a5288e50304d916f0ed1727:/Infodisplay.mw diff --git a/Infodisplay.mw b/Infodisplay.mw index cbe042d61..266002d93 100644 --- a/Infodisplay.mw +++ b/Infodisplay.mw @@ -23,7 +23,7 @@ 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 [http://infodisplay.local:8000 Webseite] basiert (im Fullscreen angezeigt, aus dem Space-Netz erreichbar), 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: @@ -32,7 +32,7 @@ Pakete installieren: curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - # oder was mittlerweile nach https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions aktuell ist - sudo apt -y install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio npm xinit libicu-dev nodejs + sudo apt -y install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio npm xinit libicu-dev nodejs unattended-upgrades # oder auch 'firefox', je nach Verfügbarkeit s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite: @@ -49,7 +49,7 @@ infopoint-html startet einen Firefox im Vollbild: echo 'URL="http://localhost:8000/"' | sudo tee /etc/default/infopoint-html systemd-logind session activation für den X-Server umgehen: - echo "allowed_users = anybody" | sudo tee /etc/X11/Xwrapper.config + 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/