From: Mario Höllein Date: Thu, 16 Jun 2016 06:44:46 +0000 (+0200) Subject: raspi und türsprechstation X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=34e5805800866170ea524025c0d430456e28c11d;p=help raspi und türsprechstation --- diff --git a/.raspberrypi.txt.swp b/.raspberrypi.txt.swp new file mode 100644 index 0000000..3c67fde Binary files /dev/null and b/.raspberrypi.txt.swp differ diff --git a/raspberrypi.txt b/raspberrypi.txt index 63bea80..174474a 100644 --- a/raspberrypi.txt +++ b/raspberrypi.txt @@ -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 index 0000000..ecf2b98 --- /dev/null +++ b/tuersprechstation.txt @@ -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/