MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    raspi 64 bit available

    General Discussion
    5
    15
    639
    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.
    • rejas
      rejas Module Developer @sdetweil last edited by

      @sdetweil in raspi-config? or do you mean in the window manager? I was hoping of setting that via console

      karsten13 1 Reply Last reply Reply Quote 0
      • karsten13
        karsten13 @rejas last edited by

        @rejas

        it works in the WebUI preferences -> screen configuration

        command line: xrandr --output HDMI-1 --rotate right (got it not working over ssh)

        karsten13 S 2 Replies Last reply Reply Quote 0
        • karsten13
          karsten13 @karsten13 last edited by

          If you use the WebUI the changes are made here:

          pi@pi4:~ $ cat /usr/share/dispsetup.sh
          #!/bin/sh
          if ! grep -q 'Raspberry Pi' /proc/device-tree/model || (grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2> /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2> /dev/null || grep -q okay /proc/device-tree/v3dbus/v3d@7ec04000/status 2> /dev/null) ; then
          if xrandr --output HDMI-1 --primary --mode 1920x1080 --rate 60.000 --pos 0x0 --rotate normal --output HDMI-2 --off --dryrun ; then
          xrandr --output HDMI-1 --primary --mode 1920x1080 --rate 60.000 --pos 0x0 --rotate normal --output HDMI-2 --off
          fi
          fi
          if [ -e /usr/share/tssetup.sh ] ; then
          . /usr/share/tssetup.sh
          fi
          exit 0
          

          So editing this script should work for command line.

          rejas 1 Reply Last reply Reply Quote 1
          • S
            sdetweil @karsten13 last edited by

            @karsten13 cool. once u know what it does, easy

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • rejas
              rejas Module Developer @karsten13 last edited by

              @karsten13 thanks for the info. so i guess for the docs page it will be a “do it via the ui” info instead of the good old “edit this file” 🙂

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy