MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Can´t rotate my display

    Scheduled Pinned Locked Moved Solved Troubleshooting
    20 Posts 4 Posters 3.2k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      robertybob @sdetweil
      last edited by

      @sdetweil Ah, I couldn’t find the folder as it’s not in /.config/labwc/autostart but instead appears to be /usr/share/labwc

      I’ll give that a go! Thank you :D

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @robertybob
        last edited by

        @robertybob .config is usually in the user folder (note the . in front)

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          rkorell @robertybob
          last edited by rkorell

          @robertybob said in Can´t rotate my display:

          Mine looks a little different :(

          OK, that’s bad…
          (It’s a Pi5, right?).

          The complete content of my dispsetup.sh is as follows:

          #!/bin/sh
          if ! raspi-config nonint is_pi || raspi-config nonint is_kms ; then
          if xrandr --output HDMI-1 --primary --mode 2560x1440 --rate 59.951 --pos 0x0 --rotate left --dryrun>
          xrandr --output HDMI-1 --primary --mode 2560x1440 --rate 59.951 --pos 0x0 --rotate left
          fi
          fi
          if [ -e /usr/share/tssetup.sh ] ; then
          . /usr/share/tssetup.sh
          fi
          if [ -e /usr/share/ovscsetup.sh ] ; then
          . /usr/share/ovscsetup.sh
          fi
          exit 0
          

          If I interpret your line correctly, you are using the Wayland-Window-Manager?
          (wlandr => wayland … ???).
          My box is a Pi4B, no wayland.
          I’ve seen elsewhere that the Pi5 can be forced to use X11 again - than the above should work directly.
          Otherwise you may give it a try to put your code into the dispsetup.sh?

          Here I found the description of your commandlines above. Unfortunately there is no description how to get this pesistent…

          In Addition I just found a hint in Raspberry-Forum
          There a guy stated:

          sudo nano .config/wayfire.ini
          
          -> scrolled down and changed the output section as below:
          
          [output:HDMI-A-1]
          mode = 1920X1080@60000
          position = 0,0
          transform = 90
          

          May this is the right way with wayland…

          Regards,
          Ralf

          R 1 Reply Last reply Reply Quote 1
          • R Offline
            robertybob @rkorell
            last edited by

            @rkorell Ah, sorry, I’m using a Raspberry Pi 3 :)
            Nothing I’ve tried has worked so far, even ChatGPT is failing me :(

            S R 2 Replies Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @robertybob
              last edited by

              @robertybob go back the x11 in raspi-config

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • R Offline
                rkorell @robertybob
                last edited by

                @robertybob said in Can´t rotate my display:

                Raspberry Pi 3 :)

                May this in combination with bookworm?
                Sam acknowledged my assumption a posting above…

                • back to X11 …

                Regards,
                Ralf

                1 Reply Last reply Reply Quote 1
                • 1
                • 2
                • 2 / 2
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy