mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
Add hint for fake kms driver (taken from https://forum.magicmirror.builders/topic/4684/electron-cpu-usage/238)
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user