Veeck 2018-06-21 18:35:01 +02:00
parent e796553973
commit 698c4dc9a7

@ -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.