Results 1 to 30 of 30

Thread: Revert to Classic Command Line Login

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #15
    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!

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
  •