Raspbian
Raspbian is a Debian-based operating system for the Raspberry Pi.
It utilizes the following features:
- Stream videos in HD (hardware-accelerated MPEG-4 decoding).
- Play 3d video games (hardware-accelerated graphics rendering):
- The proprietary OpenGLES driver (better performance)
is installed byrpi-update
, which installslibEGL.so
andlibGLESv2.so
. - The (experimental) open source OpenGL driver
can be enabled usingraspi-config
.
- The proprietary OpenGLES driver (better performance)
After installing Raspbian, I recommend to run my post_install.sh
,
which is found at the bottom of this page.
Links
CONTENT.html | 2017-12-30 | 1.11 KB |
build_darkplaces_rpi.sh | 2018-01-03 | 1.86 KB |
build_darkplaces_rpi.sh 2017-11-21 by Gernot Walzl Downloads, builds and installs darkplaces (Quake) on Raspbian. SDL2 needs to be built with a video driver that supports |
||
build_quake3_rpi.sh | 2018-01-03 | 1.77 KB |
build_quake3_rpi.sh 2017-11-15 by Gernot Walzl Downloads, builds and installs Quake 3 on Raspbian. If libEGL.so or libGLESv2.so is missing, |
||
build_sdl2_rpi.sh | 2018-01-03 | 1.21 KB |
build_sdl2_rpi.sh 2017-11-20 by Gernot Walzl Downloads, builds and installs SDL2 on Raspbian. This build script enables hardware-accelerated graphics rendering. |
||
cam_surveillance.py | 2017-12-18 | 6.35 KB |
A simple surveillance camera script for the raspberry pi camera. When the camera detects motion, a video is recorded. On a default Raspian installation, the package 'python-opencv' is required: apt-get install python-opencv Known Issues |
||
post_install.sh | 2018-01-06 | 3.42 KB |
post_install.sh 2017-12-25 by Gernot Walzl Configure a fresh installation of Raspbian Linux. ..." 10 70 |
||
power_button.py | 2017-12-18 | 594 B |
Connect a simple power button to pin 5 (GPIO 3) and pin 6 (GND). By pressing this button, the Raspberry Pi will wake up from halt state and boot. This script is used to shut down the Raspberry Pi by using the same button. https://howchoo.com/g/mwnlytk3zmm/how-to-add-a-power-button-to-your-raspberry-pi |
||
tvcontrol.sh | 2017-09-13 | 714 B |
/usr/local/bin/tvcontrol apt-get install cec-utils /home/pi/.config/openbox/lxde-pi-rc.xml ... <keybind key="XF86HomePage"> |