--- wikisrc/ports/evbarm/raspberry_pi.mdwn 2015/01/29 20:55:41 1.26 +++ wikisrc/ports/evbarm/raspberry_pi.mdwn 2015/01/29 21:28:16 1.27 @@ -94,6 +94,23 @@ This page attempts to document and coord wpa_supplicant_flags="-B -i urtwn0 -c /etc/wpa_supplicant.conf" - A sample wpa_supplicant.conf can be found at /usr/share/examples/wpa_supplicant/wpa_supplicant.conf +# GPU + +## Video playback +Accelerated video playback is supported in NetBSD 7 with the [OMXPlayer](http://pkgsrc.se/multimedia/omxplayer) application. + +## OpenGL ES +Accelerated OpenGL ES is supported in NetBSD 7. The GL ES client libraries are included with the [misc/raspberrypi-userland](http://pkgsrc.se/misc/raspberrypi-userland) package. + +### Quake 3 +A Raspberry Pi optimized build of *ioquake3* is available in the [games/ioquake3-raspberrypi](http://pkgsrc.se/games/ioquake3-raspberrypi) package. To use it, the following additional resources are required: + + - pak0.pk3 from Quake 3 CD + - additional pak files from http://ioquake3.org/extras/patch-data/ + - read/write permissions on /dev/vchiq and /dev/wsmouse + +Place the .pk3 files in ~/.q3a/baseq3 and ~/.q3a/missionpack directories. + # Additional links - [ARM userland utilities](https://github.com/jaredmcneill/userland)