mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
Updated Configuring the Raspberry Pi (markdown)
parent
2983957d08
commit
358672d3cd
@ -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._
|
||||
|
Loading…
x
Reference in New Issue
Block a user