Update README.md
This commit is contained in:
@@ -18,6 +18,8 @@ over_voltage_delta=50000
|
|||||||
dtoverlay=vc4-kms-v3d
|
dtoverlay=vc4-kms-v3d
|
||||||
# Increase the memory reserved for the GPU
|
# Increase the memory reserved for the GPU
|
||||||
gpu_mem=64
|
gpu_mem=64
|
||||||
|
# Avoid GPU down-clocking below 500 MHz that slows FPS down
|
||||||
|
# v3d_freq_min=500
|
||||||
|
|
||||||
# --- tv out ---
|
# --- tv out ---
|
||||||
# enable composite TV out
|
# enable composite TV out
|
||||||
@@ -33,13 +35,15 @@ sdtv_aspect=1
|
|||||||
```bash
|
```bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
sudo apt install mesa-utils libglfw3-dev libgl-dev libasound2-dev libv4l-dev
|
sudo apt install mesa-utils libglfw3-dev libgl-dev libasound2-dev libv4l-dev libegl-dev libgles2-mesa-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
* https://www.raspberrypi.com/documentation/computers/config_txt.html
|
||||||
* https://freedom251.com/raspberry-pi-5-how-to-make-composite-video-output/
|
* https://freedom251.com/raspberry-pi-5-how-to-make-composite-video-output/
|
||||||
* https://raspberry.tips/en/raspberrypi-tutorials/overclock-raspberry-pi-5
|
* https://raspberry.tips/en/raspberrypi-tutorials/overclock-raspberry-pi-5
|
||||||
|
* https://raspberry.tips/en/raspberrypi-tutorials/raspberry-pi-overclocking-3-4-5
|
||||||
* https://www.baeldung.com/linux/opengl-check-working
|
* https://www.baeldung.com/linux/opengl-check-working
|
||||||
* https://ttt.io/glsl-raspberry-pi
|
* https://ttt.io/glsl-raspberry-pi
|
||||||
* https://www.raspberrypi.com/documentation/computers/config_txt.html
|
* https://drgeoffathome.wordpress.com/2020/02/03/opengl-without-x-on-raspberry-pi-4-part-1/
|
||||||
|
|||||||
Reference in New Issue
Block a user