Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Bildschirm drehen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Bildschirm drehen

    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Phil87 last edited by Homoran

      Hallo zusammen,

      ich weis das Thema ist sehr banal. Ich habe mir einen touch Screen 13" https://www.amazon.de/Coolwell-Capacitive-Toughened-1920×1080-10-Points/dp/B087ZNTRRN/ref=sr_1_1?__mk_de_DE=ÅMÅŽÕÑ&crid=PG08Q741YEMF&keywords=Coolwell+13.3inch&qid=1677417385&sprefix=coolwell+13.3inch%2Caps%2C137&sr=8-1 zugelegt und habe diesen über einen der beiden HDMI-Schnittstellen angeschlossen. Ich möchte jetzt aber das Bild drehen und das geht aber nicht. In der /boot/config.txt habe ich beide befehle (display_rotate=2 und lcd_rotate=2) probiert. Beide Befehle bringen mich aber nicht weiter oder drehen das Bild nicht.

      
      # For more options and information see
      # http://rpf.io/configtxt
      # Some settings may impact device functionality. See link above for details
      
      # uncomment if you get no picture on HDMI for a default "safe" mode
      #hdmi_safe=1
      
      # uncomment this if your display has a black border of unused pixels visible
      # and your display can output without overscan
      #disable_overscan=1
      
      # uncomment the following to adjust overscan. Use positive numbers if console
      # goes off screen, and negative if there is too much border
      #overscan_left=16
      #overscan_right=16
      #overscan_top=16
      #overscan_bottom=16
      
      # uncomment to force a console size. By default it will be display's size minus
      # overscan.
      #framebuffer_width=1280
      #framebuffer_height=720
      
      # uncomment if hdmi display is not detected and composite is being output
      #hdmi_force_hotplug=1
      
      # uncomment to force a specific HDMI mode (this will force VGA)
      #hdmi_group=1
      #hdmi_mode=1
      
      # uncomment to force a HDMI mode rather than DVI. This can make audio work in
      # DMT (computer monitor) modes
      #hdmi_drive=2
      
      # uncomment to increase signal to HDMI, if you have interference, blanking, or
      # no display
      #config_hdmi_boost=4
      
      # uncomment for composite PAL
      #sdtv_mode=2
      
      #uncomment to overclock the arm. 700 MHz is the default.
      #arm_freq=800
      
      # Uncomment some or all of these to enable the optional hardware interfaces
      #dtparam=i2c_arm=on
      #dtparam=i2s=on
      #dtparam=spi=on
      
      # Uncomment this to enable infrared communication.
      #dtoverlay=gpio-ir,gpio_pin=17
      #dtoverlay=gpio-ir-tx,gpio_pin=18
      
      # Additional overlays and parameters are documented /boot/overlays/README
      
      # Enable audio (loads snd_bcm2835)
      dtparam=audio=on
      
      [pi4]
      # Enable DRM VC4 V3D driver on top of the dispmanx display stack
      dtoverlay=vc4-fkms-v3d
      max_framebuffers=2
      
      [all]
      #dtoverlay=vc4-fkms-v3d
      lcd_rotate=2
      
      

      Habe ich hier einen Fehler drin?

      MOD-EDIT: externen Link sichtbar gemacht und nach off-topic verschoben

      DJMarc75 wendy2702 liv-in-sky ? 4 Replies Last reply Reply Quote 0
      • DJMarc75
        DJMarc75 @Phil87 last edited by

        @phil87 hat das was mit iobroker zu tun ? Wenn JA dann ok, wenn NEIN dann ... ist zumindest mal die Kategorie falsch 😉

        1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 @Phil87 last edited by

          @phil87 sagte in Bildschirm drehen:

          einen der beiden HDMI-Schnittstellen angeschlossen.

          Aha…

          Und von was für einem System / Hardware reden wir hier?

          P 1 Reply Last reply Reply Quote 0
          • P
            Phil87 @wendy2702 last edited by

            @wendy2702

            Ich habe eine Raspberry Pi 4 im Einsatz. Auf linux Basis.

            DJMarc75 wendy2702 2 Replies Last reply Reply Quote 0
            • DJMarc75
              DJMarc75 @Phil87 last edited by

              @phil87 sagte in Bildschirm drehen:

              Ich habe eine Raspberry Pi 4 im Einsatz. Auf linux Basis.

              na dann zeig mal KOMPLETT:

              iob diag
              
              P wendy2702 2 Replies Last reply Reply Quote 0
              • wendy2702
                wendy2702 @Phil87 last edited by

                @phil87 Schau mal ob dir hier der erste Beitrag Hilft.

                Da steht was von Lösung:

                https://forum-raspberrypi.de/forum/thread/54432-bullseye-raspberry-pi-7-display-180-grad-drehen-so-geht-s-nicht/

                1 Reply Last reply Reply Quote 0
                • P
                  Phil87 @DJMarc75 last edited by

                  @djmarc75 sagte in Bildschirm drehen:

                  iob diag

                  pi@raspberrypi:~ $ iob diag
                  iobroker [command]
                  
                  Commands:
                    iobroker setup                                               Setup ioBroker
                    iobroker start [all|<adapter>.<instance>]                    Starts the js-con                                                                                        troller or a specified adapter instance
                    iobroker stop [<adapter>.<instance>]                         stops the js-cont                                                                                        roller or a specified adapter instance
                    iobroker restart [<adapter>.<instance>]                      Restarts js-contr                                                                                        oller or a specified adapter instance  [aliases: r]
                    iobroker debug <adapter>[.<instance>]                        Starts a Node.js                                                                                         debugging session for the adapter instance
                    iobroker info                                                Shows the host in                                                                                        fo
                    iobroker logs [<adapter>]                                    Monitor log
                    iobroker add <adapter> [desiredNumber]                       Add instance of a                                                                                        dapter  [aliases: a]
                    iobroker install <adapter>                                   Installs a specif                                                                                        ied adapter  [aliases: i]
                    iobroker rebuild [<module>]                                  Rebuild all nativ                                                                                        e modules or path
                    iobroker url <url> [<name>]                                  Install adapter f                                                                                        rom specified url, e.g. GitHub
                    iobroker del <adapter>                                       Remove adapter an                                                                                        d all instances from this host  [aliases: delete]
                    iobroker del <adapter>.<instance>                            Remove adapter in                                                                                        stance  [aliases: delete]
                    iobroker update [<repositoryUrl>]                            Update repository                                                                                         and list adapters
                    iobroker upgrade                                             Upgrade managemen                                                                                        t
                    iobroker upload [all|<adapter>]                              Upload management                                                                                          [aliases: u]
                    iobroker object                                              Object management                                                                                          [aliases: o]
                    iobroker state                                               State management                                                                                          [aliases: s]
                    iobroker message <adapter>[.instance] <command> [<message>]  Send message to a                                                                                        dapter instance/s
                    iobroker list <type> [<filter>]                              List all entries,                                                                                         like objects
                    iobroker chmod <mode> <file>                                 Change file right                                                                                        s
                    iobroker chown <user> <group> <file>                         Change file owner                                                                                        ship
                    iobroker touch <file>                                        Touch file
                    iobroker rm <file>                                           Remove file
                    iobroker file                                                File management
                    iobroker user                                                User commands
                    iobroker group                                               group management
                    iobroker host <hostname>                                     Set host to given                                                                                         hostname
                    iobroker set <adapter>.<instance>                            Change settings o                                                                                        f adapter config
                    iobroker license <license.file or license.text>              Update license by                                                                                         given file
                    iobroker cert                                                Certificate manag                                                                                        ement
                    iobroker clean <yes>                                         Clears all object                                                                                        s and states
                    iobroker backup                                              Create backup
                    iobroker restore <backup name or path>                       Restore a specifi                                                                                        ed backup
                    iobroker validate <backup name or path>                      Validate a specif                                                                                        ied backup
                    iobroker status [all|<adapter>.<instance>]                   Status of ioBroke                                                                                        r or adapter instance  [aliases: isrun]
                    iobroker repo [<name>]                                       Show repo informa                                                                                        tion
                    iobroker uuid                                                Show uuid of the                                                                                         installation  [aliases: id]
                    iobroker unsetup                                             Reset license, in                                                                                        stallation secret and language
                    iobroker fix                                                 Execute the insta                                                                                        llation fixer script, this updates your ioBroker installation
                    iobroker multihost                                           Multihost managem                                                                                        ent
                    iobroker compact                                             compact group man                                                                                        agement
                    iobroker plugin                                              Plugin management
                    iobroker version [<adapter>]                                 Show version of j                                                                                        s-controller or specified adapter  [aliases: v]
                  
                  Options:
                    --help  Show help  [boolean]
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • wendy2702
                    wendy2702 @DJMarc75 last edited by

                    @djmarc75 sagte in Bildschirm drehen:

                    @phil87 sagte in Bildschirm drehen:

                    Ich habe eine Raspberry Pi 4 im Einsatz. Auf linux Basis.

                    na dann zeig mal KOMPLETT:

                    iob diag
                    

                    Das hilft Ihm nicht weiter. Er ist ja noch im Boot Vorgang.

                    DJMarc75 1 Reply Last reply Reply Quote 0
                    • DJMarc75
                      DJMarc75 @wendy2702 last edited by

                      @wendy2702 sagte in Bildschirm drehen:

                      Das hilft Ihm nicht weiter. Er ist ja noch im Boot Vorgang.

                      Stimmt... und er hat ja auch keinen iob installiert 😁

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @DJMarc75 last edited by

                        @djmarc75

                        iobroker ist schon installiert, allerdings noch ohne den Patch für iob diag
                        Kann man mit

                        iob fix
                        

                        aber nachholen.

                        Unabhängig davon:

                        randr
                        

                        ist vermutlich die richtige Richtung. Für Details müsste ich mich aber jetzt auch reinknien.

                        1 Reply Last reply Reply Quote 0
                        • liv-in-sky
                          liv-in-sky @Phil87 last edited by liv-in-sky

                          @phil87

                          ist schon ewig her, aber hast du eine gui installiert - ich hatte dies mal, um mit chromium eine vis view anzuzeigen - habe das drehen auf hochkant in der gui gemacht, da funktionierte es dann-

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @Phil87 last edited by A Former User

                            @phil87

                            Moin,

                            ist zwar noch für Buster sollte aber als Denkanstoß auch für hoffentlich Bullseye gelten https://unix.stackexchange.com/questions/680005/rotating-display-on-debian-buster-from-cli.

                            Nach diesem Post https://raspberrypi.stackexchange.com/questions/136497/how-do-i-rotate-the-screen-at-boot-time-gui-is-rotated-but-boot-messages-are-st soll ein Eintrag in die /boot/config.txt helfen, ist aber LCD Screen auf dem GPIO

                            fbcon=rotate:2
                            

                            Ansonnsten kenne ich das nur noch aus dem Desktop und entsprechender X-Server Konfiguration.

                            # randr
                            

                            Hier https://forums.raspberrypi.com/viewtopic.php?t=265449 vielleicht auch noch Denkanstöße.

                            VG
                            Bernd

                            1 Reply Last reply Reply Quote 0
                            • P
                              Phil87 last edited by

                              Danke für die Hilfen.

                              Ich habe jetzt eine mechanische Lösung gefunden, war nicht ganz einfach aber schneller.

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              603
                              Online

                              31.9k
                              Users

                              80.1k
                              Topics

                              1.3m
                              Posts

                              6
                              13
                              765
                              Loading More Posts
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes
                              Reply
                              • Reply as topic
                              Log in to reply
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                              The ioBroker Community 2014-2023
                              logo