Results 1 to 4 of 4

Thread: Verbose mode login

  1. #1
    Join Date
    Aug 2011
    Beans
    6

    Arrow Verbose mode login

    Hi,
    I am using Ubuntu 11.10 and my login is taking lots of time, specially to load desktop after login. So i would like to enable verbose mode log in where i can see the processes being started and find a fix for slow login.
    Please help

  2. #2
    Join Date
    Aug 2011
    Beans
    6

    Verbose mode login

    Hi,
    I am using Ubuntu 11.10 and my login is taking lots of time, specially to load desktop after login. So i would like to enable verbose mode log in where i can see the processes being started and find a fix for slow login.
    Please help

  3. #3
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Verbose mode login

    Quote Originally Posted by thomasmanalil View Post
    Hi,
    I am using Ubuntu 11.10 and my login is taking lots of time, specially to load desktop after login. So i would like to enable verbose mode log in where i can see the processes being started and find a fix for slow login.
    Please help
    Edit the file /etc/default/grub and remove "quiet splash" from the line
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    so it looks like
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT=""
    then run
    Code:
    sudo update-grub
    and it should be in verbose mode.


    Good luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Verbose mode login

    Threads merged. Please don't open more than one thread per issue.

Tags for this Thread

Bookmarks

Posting Permissions

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