Results 1 to 30 of 30

Thread: Revert to Classic Command Line Login

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by g0tmi1k View Post
    If you want a quick copy/paste method:
    Code:
    cp -n /etc/X11/default-display-manager{,.bkup}
    echo > /etc/X11/default-display-manager
    cp -n /etc/gdm3/daemon.conf{,.bkup}
    sed -i 's/^.*AutomaticLoginEnable = .*/AutomaticLoginEnable = True/' /etc/gdm3/daemon.conf
    sed -i 's/^.*AutomaticLogin = .*/AutomaticLogin = root/' /etc/gdm3/daemon.conf
    ln -s /usr/sbin/gdm3 /usr/bin/startx   # Old school ;)

    Wow, very efficient! I like...
    Mind if include this in the initial post?
    Last edited by testingresults; 2013-05-19 at 01:09. Reason: Went ahead and added it -- assumed you wouldn't mind. Let me know if otherwise.
    Clever girl!

  2. #2
    Quote Originally Posted by testingresults View Post
    Wow, very efficient! I like...
    Mind if include this in the initial post?
    Not at all! Please, go ahead and share it wherever =)

    Thanks for making the original post - I know a couple of people have been asking for this!
    Last edited by g0tmi1k; 2013-05-19 at 09:54.

Similar Threads

  1. Replies: 0
    Last Post: 2020-12-19, 20:55

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •