From ed017c4b3cd034c3d61b1ab73f322f8204faa30e Mon Sep 17 00:00:00 2001 From: alfrix Date: Sat, 9 Mar 2024 14:54:38 -0300 Subject: [PATCH] docs: give more notes to the rotation example --- docs/Troubleshooting/Rotation.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Troubleshooting/Rotation.md b/docs/Troubleshooting/Rotation.md index 871643e0..6f3978de 100644 --- a/docs/Troubleshooting/Rotation.md +++ b/docs/Troubleshooting/Rotation.md @@ -18,14 +18,15 @@ here are some examples: Paste this section modifying the options to suit your needs: ```kconfig Section "Monitor" - Identifier "DPI-1" - # This identifier would be the same as the name of the connector printed by xrandr. - # it can be "HDMI-0" "DisplayPort-0", "DSI-0", "DVI-0", "DPI-0" etc + Identifier "HDMI-A-1" + # This identifier would be the same as the name of the connector printed by xrandr + # DISPLAY=:0 xrandr + # for example "DVI-I-1 connected primary" means that the identifier is "DVI-I-1" + # another example "Unknown19-1 connected primary" some GPIO screens identify as Unknown19 Option "Rotate" "left" # Valid rotation options are normal,inverted,left,right - Option "PreferredMode" "1920x1080" # May be necesary if you are not getting your prefered resolution. EndSection