<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/01/2015 08:50 AM, Max Pyziur
      wrote:<br>
    </div>
    <blockquote cite="mid:alpine.LRH.2.11.1506010849120.23712@brama.com"
      type="cite">It seems that my GDM is hosed also; I see that both
      gdm and lightdm are installed (per fedup); how do I make the
      adjustment?
      <br>
      <br>
      Thank you.
      <br>
    </blockquote>
<a class="moz-txt-link-freetext" href="http://ask.systutorials.com/524/how-to-replace-gdm-with-lightdm-on-fedora">http://ask.systutorials.com/524/how-to-replace-gdm-with-lightdm-on-fedora</a><br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <div class="qa-a-item-content" style="box-sizing: border-box; color:
      rgb(52, 73, 94); font-family: 'Open Sans', 'Segoe UI', Helvetica,
      Arial, sans-serif; font-size: 16px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 24px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);">
      <div class="entry-content" style="box-sizing: border-box;">
        <pre style="box-sizing: border-box; margin: 1.7em 0px; overflow: auto; padding: 0.2em 0.5em 0.2em 0.7em; min-width: 50%; border: 1px solid rgb(221, 221, 221);"><code style="box-sizing: border-box; color: rgb(52, 73, 94); font-family: monospace; text-align: left; font-size: 0.875em; line-height: 1.71429em;"># yum install lightdm lightdm-gtk
</code></pre>
        <p style="box-sizing: border-box; margin: 0px 0px 1em;">Then,
          disable<span class="Apple-converted-space"> </span><code
            style="box-sizing: border-box; color: rgb(52, 73, 94);
            font-family: monospace; text-align: left;">gdm</code><span
            class="Apple-converted-space"> </span>service and make the
          lightdm service be started by systemd</p>
        <pre style="box-sizing: border-box; margin: 1.7em 0px; overflow: auto; padding: 0.2em 0.5em 0.2em 0.7em; min-width: 50%; border: 1px solid rgb(221, 221, 221);"><code style="box-sizing: border-box; color: rgb(52, 73, 94); font-family: monospace; text-align: left; font-size: 0.875em; line-height: 1.71429em;"># systemctl disable gdm.service
# systemctl enable lightdm.service
</code></pre>
        <p style="box-sizing: border-box; margin: 0px 0px 1em;">After
          rebooting your Fedora Linux, lightdm should be the dm.</p>
      </div>
    </div>
    <span class="qa-a-item-avatar-meta" style="box-sizing: border-box;
      font-size: 12px; display: block; margin-top: 20px; color: rgb(52,
      73, 94); font-family: 'Open Sans', 'Segoe UI', Helvetica, Arial,
      sans-serif; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><br
        class="Apple-interchange-newline">
    </span><br>
    <pre class="moz-signature" cols="72">-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587</pre>
  </body>
</html>