DISPLAY command on the command lineHow to start a GUI software on a remote Linux PC via SSHManually setting Xorg options from command-line?Export Display - Can't open displayHow to make password show asterisks as I type it when running `sudo` command?How to merge odt documents from the command line?Export $DISPLAY value in Shell scriptdisplay goes black when invertedCan Not Change to Correct Display ResolutionUbuntu command line to change input source on a display monitor?Decrease the resolution of the built-in displayHow change display scale from the command line in Ubuntu 18.04 (xorg)

Running a subshell from the middle of the current command

Touchscreen-controlled dentist office snowman collector game

Is a lawful good "antagonist" effective?

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

"However" used in a conditional clause?

What is the definition of "Natural Selection"?

When two POV characters meet

Is "history" a male-biased word ("his+story")?

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

Time travel short story where dinosaur doesn't taste like chicken

What wound would be of little consequence to a biped but terrible for a quadruped?

Coworker uses her breast-pump everywhere in the office

Why would a jet engine that runs at temps excess of 2000°C burn when it crashes?

If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?

US to Europe trip with Montreal layover - is 52 minutes enough?

Plywood subfloor won't screw down in a trailer home

Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?

Welcoming 2019 Pi day: How to draw the letter π?

Best mythical creature to use as livestock?

Who is our nearest neighbor

Life insurance that covers only simultaneous/dual deaths

What does it mean when multiple 々 marks follow a 、?

Want to switch to tankless, but can I use my existing wiring?

What Happens when Passenger Refuses to Fly Boeing 737 Max?



DISPLAY command on the command line


How to start a GUI software on a remote Linux PC via SSHManually setting Xorg options from command-line?Export Display - Can't open displayHow to make password show asterisks as I type it when running `sudo` command?How to merge odt documents from the command line?Export $DISPLAY value in Shell scriptdisplay goes black when invertedCan Not Change to Correct Display ResolutionUbuntu command line to change input source on a display monitor?Decrease the resolution of the built-in displayHow change display scale from the command line in Ubuntu 18.04 (xorg)













0















What does the command export DISPLAY=:0on terminal do ??



Is it possible to change the number from 0 to some other value..










share|improve this question
















bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    0















    What does the command export DISPLAY=:0on terminal do ??



    Is it possible to change the number from 0 to some other value..










    share|improve this question
















    bumped to the homepage by Community 1 hour ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      What does the command export DISPLAY=:0on terminal do ??



      Is it possible to change the number from 0 to some other value..










      share|improve this question
















      What does the command export DISPLAY=:0on terminal do ??



      Is it possible to change the number from 0 to some other value..







      12.04 command-line graphics xorg display






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 13 '14 at 16:11









      Avinash Raj

      52.4k41168219




      52.4k41168219










      asked Jan 13 '14 at 15:44









      SathishSathish

      76128




      76128





      bumped to the homepage by Community 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          DISPLAY=:0.0 is "the first configured screen"



          DISPLAY=:0.1 is "the second configured screen"



          And the EXPORT actually sets the variable to that value. It is used to tell X server to show what is comming next on that display. Example: How to start a GUI software on a remote Linux PC via SSH



          And yes, technically it should be possible to run KDE on tty6 and Unity on tty7. I have done it before (as in 2010) but I saw a question a while back about how to set that up and I failed to find a correct answer on how to do this with Unity. It needs to be done with the LightDM config and I can find the setting to change the port it uses (so change tty7 to tty6) but have not seen how to use both at the same time.






          share|improve this answer
























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            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: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2faskubuntu.com%2fquestions%2f404878%2fdisplay-command-on-the-command-line%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            DISPLAY=:0.0 is "the first configured screen"



            DISPLAY=:0.1 is "the second configured screen"



            And the EXPORT actually sets the variable to that value. It is used to tell X server to show what is comming next on that display. Example: How to start a GUI software on a remote Linux PC via SSH



            And yes, technically it should be possible to run KDE on tty6 and Unity on tty7. I have done it before (as in 2010) but I saw a question a while back about how to set that up and I failed to find a correct answer on how to do this with Unity. It needs to be done with the LightDM config and I can find the setting to change the port it uses (so change tty7 to tty6) but have not seen how to use both at the same time.






            share|improve this answer





























              0














              DISPLAY=:0.0 is "the first configured screen"



              DISPLAY=:0.1 is "the second configured screen"



              And the EXPORT actually sets the variable to that value. It is used to tell X server to show what is comming next on that display. Example: How to start a GUI software on a remote Linux PC via SSH



              And yes, technically it should be possible to run KDE on tty6 and Unity on tty7. I have done it before (as in 2010) but I saw a question a while back about how to set that up and I failed to find a correct answer on how to do this with Unity. It needs to be done with the LightDM config and I can find the setting to change the port it uses (so change tty7 to tty6) but have not seen how to use both at the same time.






              share|improve this answer



























                0












                0








                0







                DISPLAY=:0.0 is "the first configured screen"



                DISPLAY=:0.1 is "the second configured screen"



                And the EXPORT actually sets the variable to that value. It is used to tell X server to show what is comming next on that display. Example: How to start a GUI software on a remote Linux PC via SSH



                And yes, technically it should be possible to run KDE on tty6 and Unity on tty7. I have done it before (as in 2010) but I saw a question a while back about how to set that up and I failed to find a correct answer on how to do this with Unity. It needs to be done with the LightDM config and I can find the setting to change the port it uses (so change tty7 to tty6) but have not seen how to use both at the same time.






                share|improve this answer















                DISPLAY=:0.0 is "the first configured screen"



                DISPLAY=:0.1 is "the second configured screen"



                And the EXPORT actually sets the variable to that value. It is used to tell X server to show what is comming next on that display. Example: How to start a GUI software on a remote Linux PC via SSH



                And yes, technically it should be possible to run KDE on tty6 and Unity on tty7. I have done it before (as in 2010) but I saw a question a while back about how to set that up and I failed to find a correct answer on how to do this with Unity. It needs to be done with the LightDM config and I can find the setting to change the port it uses (so change tty7 to tty6) but have not seen how to use both at the same time.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 13 '17 at 12:24









                Community

                1




                1










                answered Jan 13 '14 at 16:10









                RinzwindRinzwind

                208k28399529




                208k28399529



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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%2faskubuntu.com%2fquestions%2f404878%2fdisplay-command-on-the-command-line%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

                    Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»