What is the greeter?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
6
down vote

favorite












When I was troubleshooting an Xorg problem, I came across solutions telling me to set the greeter such as:



greeter-session=unity-greeter


But I am unable to understand:



  • what a greeter is to begin with, and

  • why can a misconfigured greeter cause Xorg to run in low graphics mode?






share|improve this question


























    up vote
    6
    down vote

    favorite












    When I was troubleshooting an Xorg problem, I came across solutions telling me to set the greeter such as:



    greeter-session=unity-greeter


    But I am unable to understand:



    • what a greeter is to begin with, and

    • why can a misconfigured greeter cause Xorg to run in low graphics mode?






    share|improve this question
























      up vote
      6
      down vote

      favorite









      up vote
      6
      down vote

      favorite











      When I was troubleshooting an Xorg problem, I came across solutions telling me to set the greeter such as:



      greeter-session=unity-greeter


      But I am unable to understand:



      • what a greeter is to begin with, and

      • why can a misconfigured greeter cause Xorg to run in low graphics mode?






      share|improve this question














      When I was troubleshooting an Xorg problem, I came across solutions telling me to set the greeter such as:



      greeter-session=unity-greeter


      But I am unable to understand:



      • what a greeter is to begin with, and

      • why can a misconfigured greeter cause Xorg to run in low graphics mode?








      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 22 at 17:50









      RonJohn

      363110




      363110










      asked Apr 22 at 8:54









      Dimitrios Desyllas

      311216




      311216




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          12
          down vote



          accepted










          A greeter is a graphical login interface. It's also often called the login screen.



          Greeters are provided by the system's display manager. This wikipedia article on LightDM, the display manager written by Canonical for Ubuntu systems, lists greeters that can be used with LightDM, such as the Unity greeter. Not all current versions and flavors of Ubuntu use LightDM; for example, those that have GNOME as their desktop environment use GDM.



          The display manager is responsible for starting the graphics server, Xorg (or, these days, sometimes Wayland). After that, it presents the greeter. If the greeter can't be started for some reason, such as misconfiguration, you won't be able to log into your system graphically.



          I think your question is referring to this answer about a bug in LightDM causing the low graphics mode message to confusingly appear when the greeter can't be found. This bug was fixed long ago. If you are getting the low graphics mode error now, it's more likely to be a graphics driver issue.






          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1027145%2fwhat-is-the-greeter%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            12
            down vote



            accepted










            A greeter is a graphical login interface. It's also often called the login screen.



            Greeters are provided by the system's display manager. This wikipedia article on LightDM, the display manager written by Canonical for Ubuntu systems, lists greeters that can be used with LightDM, such as the Unity greeter. Not all current versions and flavors of Ubuntu use LightDM; for example, those that have GNOME as their desktop environment use GDM.



            The display manager is responsible for starting the graphics server, Xorg (or, these days, sometimes Wayland). After that, it presents the greeter. If the greeter can't be started for some reason, such as misconfiguration, you won't be able to log into your system graphically.



            I think your question is referring to this answer about a bug in LightDM causing the low graphics mode message to confusingly appear when the greeter can't be found. This bug was fixed long ago. If you are getting the low graphics mode error now, it's more likely to be a graphics driver issue.






            share|improve this answer


























              up vote
              12
              down vote



              accepted










              A greeter is a graphical login interface. It's also often called the login screen.



              Greeters are provided by the system's display manager. This wikipedia article on LightDM, the display manager written by Canonical for Ubuntu systems, lists greeters that can be used with LightDM, such as the Unity greeter. Not all current versions and flavors of Ubuntu use LightDM; for example, those that have GNOME as their desktop environment use GDM.



              The display manager is responsible for starting the graphics server, Xorg (or, these days, sometimes Wayland). After that, it presents the greeter. If the greeter can't be started for some reason, such as misconfiguration, you won't be able to log into your system graphically.



              I think your question is referring to this answer about a bug in LightDM causing the low graphics mode message to confusingly appear when the greeter can't be found. This bug was fixed long ago. If you are getting the low graphics mode error now, it's more likely to be a graphics driver issue.






              share|improve this answer
























                up vote
                12
                down vote



                accepted







                up vote
                12
                down vote



                accepted






                A greeter is a graphical login interface. It's also often called the login screen.



                Greeters are provided by the system's display manager. This wikipedia article on LightDM, the display manager written by Canonical for Ubuntu systems, lists greeters that can be used with LightDM, such as the Unity greeter. Not all current versions and flavors of Ubuntu use LightDM; for example, those that have GNOME as their desktop environment use GDM.



                The display manager is responsible for starting the graphics server, Xorg (or, these days, sometimes Wayland). After that, it presents the greeter. If the greeter can't be started for some reason, such as misconfiguration, you won't be able to log into your system graphically.



                I think your question is referring to this answer about a bug in LightDM causing the low graphics mode message to confusingly appear when the greeter can't be found. This bug was fixed long ago. If you are getting the low graphics mode error now, it's more likely to be a graphics driver issue.






                share|improve this answer














                A greeter is a graphical login interface. It's also often called the login screen.



                Greeters are provided by the system's display manager. This wikipedia article on LightDM, the display manager written by Canonical for Ubuntu systems, lists greeters that can be used with LightDM, such as the Unity greeter. Not all current versions and flavors of Ubuntu use LightDM; for example, those that have GNOME as their desktop environment use GDM.



                The display manager is responsible for starting the graphics server, Xorg (or, these days, sometimes Wayland). After that, it presents the greeter. If the greeter can't be started for some reason, such as misconfiguration, you won't be able to log into your system graphically.



                I think your question is referring to this answer about a bug in LightDM causing the low graphics mode message to confusingly appear when the greeter can't be found. This bug was fixed long ago. If you are getting the low graphics mode error now, it's more likely to be a graphics driver issue.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 22 at 13:00









                Eliah Kagan

                79.5k20221359




                79.5k20221359










                answered Apr 22 at 9:01









                Zanna

                48k13119227




                48k13119227



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027145%2fwhat-is-the-greeter%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do I move numbers in filenames, in a batch renaming operation?