]> git.hoellein.online Git - help/commitdiff
raspi und türsprechstation
authorMario Höllein <mhoellein@moellein.homeip.net>
Thu, 16 Jun 2016 06:44:46 +0000 (08:44 +0200)
committerMario Höllein <mhoellein@moellein.homeip.net>
Thu, 16 Jun 2016 06:44:46 +0000 (08:44 +0200)
.raspberrypi.txt.swp [new file with mode: 0644]
raspberrypi.txt
tuersprechstation.txt [new file with mode: 0644]

diff --git a/.raspberrypi.txt.swp b/.raspberrypi.txt.swp
new file mode 100644 (file)
index 0000000..3c67fde
Binary files /dev/null and b/.raspberrypi.txt.swp differ
index 63bea80d32ffc794511d007e4e4bf3af91c0c5d5..174474aef27860f318cd1b2d04e8174bce2ff6c6 100644 (file)
@@ -65,8 +65,10 @@ xohms                   Touchpanel sensitivity (X-plate resistance) (default 400
 vcgencmd commands
 ###cpu temperatur
 vcgencmd measure_temp
+cat /sys/class/thermal/thermal_zone0/temp
 ###aktuelle Taktung CPU
 vcgencmd measure_clock arm
+cat /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq
 ###aktuelle Konfigurationsparameter auslesen
 vcgencmd get_config int
 ###Soundkarten anzeigen
@@ -83,3 +85,20 @@ echo 80 > /sys/class/backlight/rpi_backlight/brightness
 #https://christian-brauweiler.de/howto/carpc-rpi-und-7-zoll-touchscreen-update-2015
 ###Musikserver
 #siehe mpd.txt
+###Rechtsklick auf Touchscreen aktivieren
+#in /etc/X11/xorg.conf folgendes einfügen
+Section "InputClass"
+   Identifier "calibration"
+   Driver "evdev"
+   MatchProduct "FT5406 memory based driver"
+
+   Option "EmulateThirdButton" "1"
+   Option "EmulateThirdButtonTimeout" "750"
+   Option "EmulateThirdButtonMoveThreshold" "30"
+EndSection
+###aktuellen governor anzeigen
+cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
+###governor ändern auf performance
+echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
+###
+
diff --git a/tuersprechstation.txt b/tuersprechstation.txt
new file mode 100644 (file)
index 0000000..ecf2b98
--- /dev/null
@@ -0,0 +1,4 @@
+###Anleitung mit Fritz.Box und Raspberrypi
+#http://blog.johjoh.de/voip-sip-video-tuersprechstelle-eigenbau-teil-1/
+#http://blog.johjoh.de/voip-sip-video-tuersprechstelle-eigenbau-teil-2/
+#http://blog.johjoh.de/voip-sip-video-tuersprechstelle-eigenbau-teil-3/