diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index cbf9655..149cb72 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -2,12 +2,14 @@ The latest versions of electron use an extreme amount of CPU power when no Open GL driver is loaded. This will result in an overheating Raspberry Pi. To solve this issue, use the experimental desktop Open GL driver by adding the following line to _/boot/config.txt_: +EDIT: this no longer seems necessary since Raspbian Buster, lines are already included ```` sudo nano /boot/config.txt ```` Add the following line: ```` dtoverlay=vc4-kms-v3d + ```` ℹ️ _Activating the Open GL drive can also be accomplished by using the `raspi-config` tool by running `sudo raspi-config`. Go to the `Advanced Options` menu and select `A7 GL Driver`. Next, select the `G3 GL (Full KMS) OpenGL desktop driver with full KMS`. Note that this option will be selected in the menu even when the GL drive is not yet configured._