From 698c4dc9a79b76e213f50833e56cc8b1f300cead Mon Sep 17 00:00:00 2001 From: Veeck Date: Thu, 21 Jun 2018 18:35:01 +0200 Subject: [PATCH] Add hint for fake kms driver (taken from https://forum.magicmirror.builders/topic/4684/electron-cpu-usage/238) --- Configuring-the-Raspberry-Pi.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.