Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: X and GDM not Starting Automatically

  1. #11
    Join Date
    Aug 2009
    Beans
    626

    Re: X and GDM not Starting Automatically

    bump
    This issue still persists.

  2. #12
    Join Date
    Aug 2009
    Beans
    626

    Re: X and GDM not Starting Automatically

    bump
    The best Christmas present ever would be this issue solved...

  3. #13
    Join Date
    Aug 2009
    Beans
    626

    Re: X and GDM not Starting Automatically

    bump
    Happy Three Week Anniversary!

  4. #14
    Join Date
    Aug 2009
    Beans
    626

    Re: X and GDM not Starting Automatically

    bump
    CAN I AT LEAST GET ONE REPLY?!

  5. #15
    Join Date
    Aug 2009
    Beans
    626

    Re: X and GDM not Starting Automatically

    This issue might even be a security problem. There are options on the recovery menu involving root which may or may not require the root password. My system is in potential danger. PLEASE HELP ME! JESUS! IT'S BEEN THREE WEEKS!

  6. #16
    Join Date
    Aug 2009
    Beans
    626

    Re: X and GDM not Starting Automatically

    I just got some help from the people in #ubuntu on IRC. They solved the problem for me. The problem was with /etc/default/grub.

    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    
    GRUB_DEFAULT=0
    GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=10
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=>>1680x1050-24<<,mtrr=3,scroll=ywrap"
    GRUB_CMDLINE_LINUX=""
    
    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    
    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console
    
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    
    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true
    
    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_LINUX_RECOVERY="true"
    
    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"
    GRUB_GFXMODE=640x480
    This file was my previous grub. After changing GRUB_CMDLINE_LINUX_DEFAULT= to "quiet splash" (running sudo update-grub after I changed the file, of course) I was able to get a properly functioning system. Thanks for your help in #ubuntu, guys!

Page 2 of 2 FirstFirst 12

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
  •