diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index e9098e0..6feacd0 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -21,6 +21,15 @@ And add the following line: @xrandr --output HDMI-1 --rotate right ```` +ℹ️ _As was mentioned in the [forums](https://forum.magicmirror.builders/topic/4684/electron-cpu-usage/238) you can also use the fake kms driver instead._ + +And add the following line to /boot/config.txt: +```` +dtoverlay=vc4-fkms-v3d +```` + +With the fake KMS you can rotate the display from /boot/config.txt ([see below](https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi#rotating-the-screen-and-hide-rainbow-colored-cube)) + ℹ️ _If you want to rotate the display the other direction, please use: `@xrandr --output HDMI-1 --rotate left`_ After the desktop has finished booting, the display will rotate.