version 1.27, 2015/01/29 21:28:16
|
version 1.30, 2015/01/30 12:01:26
|
Line 97 This page attempts to document and coord
|
Line 97 This page attempts to document and coord
|
# GPU |
# GPU |
|
|
## Video playback |
## Video playback |
Accelerated video playback is supported in NetBSD 7 with the [OMXPlayer](http://pkgsrc.se/multimedia/omxplayer) application. |
Accelerated video playback is supported in NetBSD 7 with the [OMXPlayer](http://pkgsrc.se/multimedia/omxplayer) application and through GStreamer with the [omx](http://pkgsrc.se/multimedia/gst-plugins1-omx) plugin. |
|
|
## OpenGL ES |
## 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. |
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 |
## 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: |
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 |
- pak0.pk3 from Quake 3 CD |
Line 114 Place the .pk3 files in ~/.q3a/baseq3 an
|
Line 114 Place the .pk3 files in ~/.q3a/baseq3 an
|
# Additional links |
# Additional links |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |
|
|
# What works in -current |
# What works (NetBSD 7.0+) |
- multi-user boot with root on SD card |
- multi-user boot with root on SD card |
- serial or graphics console (with EDID query / parsing) |
- serial or graphics console (with EDID query / parsing) |
- DMA controller driver and sdhc(4) support |
- DMA controller driver and sdhc(4) support |
Line 123 Place the .pk3 files in ~/.q3a/baseq3 an
|
Line 123 Place the .pk3 files in ~/.q3a/baseq3 an
|
- GPIO |
- GPIO |
- RNG |
- RNG |
- SPI: could use enhancements, man page |
- SPI: could use enhancements, man page |
- VCHIQ: man page missing. |
- GPU (VCHIQ) - 3D and video decode. man page missing. |
- USB (host) - dwctwo(4) |
- USB (host) - dwctwo(4) |
- USB Ethernet - usmsc(4) |
- USB Ethernet - usmsc(4) |
- X windows. |
- X windows. |