PI 4 screen rotation from the terminalRaspbian - Save and restore terminal/screen contentRaspberry Terminal and SSH not workingCan I set the desktop to automatically lock the screen after a specified duration of inactivity?Is there a way to Mirror the HDMI TTY Terminal over the Network (i.e. Not Desktop and Not SSH)Attempting to ssh from Mac TerminalHow can you SSH into your raspberry pi with x11 forwarding enabled on mac?Connect via SSH to the main display active terminalLost console log after running any app that takes over the screen (but not on SSH)How do you fix the screen size of raspberry Pi 7" screenUsing a KS0108 type screen for a portable terminal

Co-workers with a lot of money and openly talk about it

Why does the cable resistance jump from a low value to high value at a particular frequency?

What is the hottest thing in the universe?

Word for an event that will likely never happen again

Human with super efficient metabolism

If a person claims to know anything could it be disproven by saying 'prove that we are not in a simulation'?

How did Arecibo detect methane lakes on Titan, and image Saturn's rings?

Lípínguapua dopo Pêpê

Link for download latest Edubuntu

What is a "soap"?

Piecewise convexity and global convexity

Why is there a dummy union member in some implemetations of std::optional?

Transition to "Starvation Mode" in Survival Situations

Why aren't rockets built with truss structures inside their fuel & oxidizer tanks to increase structural strength?

Installing Windows to flash UEFI/ BIOS, then reinstalling Ubuntu

When was "Fredo" an insult to Italian-Americans?

Will using a resistor in series with a LED to control its voltage increase the total energy expenditure?

Is it possible to know the exact chord from the roman numerals

What would it take to get a message to another star?

What are the advantages of this gold finger shape?

Do I have to cite common CS algorithms?

Locked Room Murder!! How and who?

Is there a way to proportionalize fixed costs in a MILP?

In which case does the Security misconfiguration vulnerability apply to?



PI 4 screen rotation from the terminal


Raspbian - Save and restore terminal/screen contentRaspberry Terminal and SSH not workingCan I set the desktop to automatically lock the screen after a specified duration of inactivity?Is there a way to Mirror the HDMI TTY Terminal over the Network (i.e. Not Desktop and Not SSH)Attempting to ssh from Mac TerminalHow can you SSH into your raspberry pi with x11 forwarding enabled on mac?Connect via SSH to the main display active terminalLost console log after running any app that takes over the screen (but not on SSH)How do you fix the screen size of raspberry Pi 7" screenUsing a KS0108 type screen for a portable terminal






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








5















I know that you can use the Screen Configuration tool from the desktop, but can I set this over ssh? Basically how can I use the Screen Configuration tool in the terminal on PI4?










share|improve this question
















migrated from superuser.com Aug 2 at 18:31


This question came from our site for computer enthusiasts and power users.

























    5















    I know that you can use the Screen Configuration tool from the desktop, but can I set this over ssh? Basically how can I use the Screen Configuration tool in the terminal on PI4?










    share|improve this question
















    migrated from superuser.com Aug 2 at 18:31


    This question came from our site for computer enthusiasts and power users.





















      5












      5








      5








      I know that you can use the Screen Configuration tool from the desktop, but can I set this over ssh? Basically how can I use the Screen Configuration tool in the terminal on PI4?










      share|improve this question
















      I know that you can use the Screen Configuration tool from the desktop, but can I set this over ssh? Basically how can I use the Screen Configuration tool in the terminal on PI4?







      ssh screen






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 2 at 18:54









      Glorfindel

      3131 gold badge4 silver badges11 bronze badges




      3131 gold badge4 silver badges11 bronze badges










      asked Aug 2 at 18:20









      user1070953user1070953

      1214 bronze badges




      1214 bronze badges





      migrated from superuser.com Aug 2 at 18:31


      This question came from our site for computer enthusiasts and power users.











      migrated from superuser.com Aug 2 at 18:31


      This question came from our site for computer enthusiasts and power users.









      migrated from superuser.com Aug 2 at 18:31


      This question came from our site for computer enthusiasts and power users.






















          2 Answers
          2






          active

          oldest

          votes


















          7














          I figured it out. Screen Configuration tool is just a GUI for XRandR. We can use,



          DISPLAY=:0 xrandr --output $monitorName --rotate $orientation



          Where $monitorName is the display name from the output of DISPLAY=:0 xrandr.



          $orientation is left, right, inverted, or normal.






          share|improve this answer
































            2














            EDIT: It seems that the process I described here no longer works with the raspberry PI 4



            I didn’t even know that the raspberry PI 4 was a thing yet, haha.



            I found a thread here that seems to cover the solution.



            Basically, while in the terminal (or SSH) try editing the following config file like so:



            sudo nano /boot/config.txt


            And then adding ONE of the following flags at the bottom of the file depending on how you want the screen to rotate (don’t include the parts in parentheses):




            display_rotate=0 (Normal)



            display_rotate=1 (90 degrees)



            display_rotate=2 (180 degrees)




            It does look like this approach might also rotate the mouse movement, however if you are using SSH I get the feeling that this won’t be a problem for you.






            share|improve this answer



























            • This doesn’t work on the Pi 4. The work around is to use the screen configuration tool. But I’m looking for a way to do this though ssh

              – user1070953
              Aug 2 at 19:11












            • @user1070953 I see... most results I’ve found don’t explicitly apply to or don’t work with the raspberry pi 4. I’ll keep looking, but I don’t own a PI 4 yet so I can’t try and crack the issue firsthand, sorry

              – Cyber_Agent
              Aug 2 at 19:22













            Your Answer






            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("schematics", function ()
            StackExchange.schematics.init();
            );
            , "cicuitlab");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "447"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f101282%2fpi-4-screen-rotation-from-the-terminal%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            7














            I figured it out. Screen Configuration tool is just a GUI for XRandR. We can use,



            DISPLAY=:0 xrandr --output $monitorName --rotate $orientation



            Where $monitorName is the display name from the output of DISPLAY=:0 xrandr.



            $orientation is left, right, inverted, or normal.






            share|improve this answer





























              7














              I figured it out. Screen Configuration tool is just a GUI for XRandR. We can use,



              DISPLAY=:0 xrandr --output $monitorName --rotate $orientation



              Where $monitorName is the display name from the output of DISPLAY=:0 xrandr.



              $orientation is left, right, inverted, or normal.






              share|improve this answer



























                7












                7








                7







                I figured it out. Screen Configuration tool is just a GUI for XRandR. We can use,



                DISPLAY=:0 xrandr --output $monitorName --rotate $orientation



                Where $monitorName is the display name from the output of DISPLAY=:0 xrandr.



                $orientation is left, right, inverted, or normal.






                share|improve this answer













                I figured it out. Screen Configuration tool is just a GUI for XRandR. We can use,



                DISPLAY=:0 xrandr --output $monitorName --rotate $orientation



                Where $monitorName is the display name from the output of DISPLAY=:0 xrandr.



                $orientation is left, right, inverted, or normal.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 2 at 19:55









                user1070953user1070953

                1214 bronze badges




                1214 bronze badges


























                    2














                    EDIT: It seems that the process I described here no longer works with the raspberry PI 4



                    I didn’t even know that the raspberry PI 4 was a thing yet, haha.



                    I found a thread here that seems to cover the solution.



                    Basically, while in the terminal (or SSH) try editing the following config file like so:



                    sudo nano /boot/config.txt


                    And then adding ONE of the following flags at the bottom of the file depending on how you want the screen to rotate (don’t include the parts in parentheses):




                    display_rotate=0 (Normal)



                    display_rotate=1 (90 degrees)



                    display_rotate=2 (180 degrees)




                    It does look like this approach might also rotate the mouse movement, however if you are using SSH I get the feeling that this won’t be a problem for you.






                    share|improve this answer



























                    • This doesn’t work on the Pi 4. The work around is to use the screen configuration tool. But I’m looking for a way to do this though ssh

                      – user1070953
                      Aug 2 at 19:11












                    • @user1070953 I see... most results I’ve found don’t explicitly apply to or don’t work with the raspberry pi 4. I’ll keep looking, but I don’t own a PI 4 yet so I can’t try and crack the issue firsthand, sorry

                      – Cyber_Agent
                      Aug 2 at 19:22















                    2














                    EDIT: It seems that the process I described here no longer works with the raspberry PI 4



                    I didn’t even know that the raspberry PI 4 was a thing yet, haha.



                    I found a thread here that seems to cover the solution.



                    Basically, while in the terminal (or SSH) try editing the following config file like so:



                    sudo nano /boot/config.txt


                    And then adding ONE of the following flags at the bottom of the file depending on how you want the screen to rotate (don’t include the parts in parentheses):




                    display_rotate=0 (Normal)



                    display_rotate=1 (90 degrees)



                    display_rotate=2 (180 degrees)




                    It does look like this approach might also rotate the mouse movement, however if you are using SSH I get the feeling that this won’t be a problem for you.






                    share|improve this answer



























                    • This doesn’t work on the Pi 4. The work around is to use the screen configuration tool. But I’m looking for a way to do this though ssh

                      – user1070953
                      Aug 2 at 19:11












                    • @user1070953 I see... most results I’ve found don’t explicitly apply to or don’t work with the raspberry pi 4. I’ll keep looking, but I don’t own a PI 4 yet so I can’t try and crack the issue firsthand, sorry

                      – Cyber_Agent
                      Aug 2 at 19:22













                    2












                    2








                    2







                    EDIT: It seems that the process I described here no longer works with the raspberry PI 4



                    I didn’t even know that the raspberry PI 4 was a thing yet, haha.



                    I found a thread here that seems to cover the solution.



                    Basically, while in the terminal (or SSH) try editing the following config file like so:



                    sudo nano /boot/config.txt


                    And then adding ONE of the following flags at the bottom of the file depending on how you want the screen to rotate (don’t include the parts in parentheses):




                    display_rotate=0 (Normal)



                    display_rotate=1 (90 degrees)



                    display_rotate=2 (180 degrees)




                    It does look like this approach might also rotate the mouse movement, however if you are using SSH I get the feeling that this won’t be a problem for you.






                    share|improve this answer















                    EDIT: It seems that the process I described here no longer works with the raspberry PI 4



                    I didn’t even know that the raspberry PI 4 was a thing yet, haha.



                    I found a thread here that seems to cover the solution.



                    Basically, while in the terminal (or SSH) try editing the following config file like so:



                    sudo nano /boot/config.txt


                    And then adding ONE of the following flags at the bottom of the file depending on how you want the screen to rotate (don’t include the parts in parentheses):




                    display_rotate=0 (Normal)



                    display_rotate=1 (90 degrees)



                    display_rotate=2 (180 degrees)




                    It does look like this approach might also rotate the mouse movement, however if you are using SSH I get the feeling that this won’t be a problem for you.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Aug 2 at 19:33

























                    answered Aug 2 at 18:38









                    Cyber_AgentCyber_Agent

                    1294 bronze badges




                    1294 bronze badges















                    • This doesn’t work on the Pi 4. The work around is to use the screen configuration tool. But I’m looking for a way to do this though ssh

                      – user1070953
                      Aug 2 at 19:11












                    • @user1070953 I see... most results I’ve found don’t explicitly apply to or don’t work with the raspberry pi 4. I’ll keep looking, but I don’t own a PI 4 yet so I can’t try and crack the issue firsthand, sorry

                      – Cyber_Agent
                      Aug 2 at 19:22

















                    • This doesn’t work on the Pi 4. The work around is to use the screen configuration tool. But I’m looking for a way to do this though ssh

                      – user1070953
                      Aug 2 at 19:11












                    • @user1070953 I see... most results I’ve found don’t explicitly apply to or don’t work with the raspberry pi 4. I’ll keep looking, but I don’t own a PI 4 yet so I can’t try and crack the issue firsthand, sorry

                      – Cyber_Agent
                      Aug 2 at 19:22
















                    This doesn’t work on the Pi 4. The work around is to use the screen configuration tool. But I’m looking for a way to do this though ssh

                    – user1070953
                    Aug 2 at 19:11






                    This doesn’t work on the Pi 4. The work around is to use the screen configuration tool. But I’m looking for a way to do this though ssh

                    – user1070953
                    Aug 2 at 19:11














                    @user1070953 I see... most results I’ve found don’t explicitly apply to or don’t work with the raspberry pi 4. I’ll keep looking, but I don’t own a PI 4 yet so I can’t try and crack the issue firsthand, sorry

                    – Cyber_Agent
                    Aug 2 at 19:22





                    @user1070953 I see... most results I’ve found don’t explicitly apply to or don’t work with the raspberry pi 4. I’ll keep looking, but I don’t own a PI 4 yet so I can’t try and crack the issue firsthand, sorry

                    – Cyber_Agent
                    Aug 2 at 19:22

















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Raspberry Pi Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f101282%2fpi-4-screen-rotation-from-the-terminal%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?