Results 1 to 7 of 7

Thread: No GUI after kernel upgrade

  1. #1
    Join Date
    Oct 2006
    Location
    Stamford, UK
    Beans
    247
    Distro
    Ubuntu 9.10 Karmic Koala

    No GUI after kernel upgrade

    I'm running 10.10 with an NVIDIA card which has a customised xconfig file (to allow use of an EDID file). This was working OK until I ran a set of security updates which included a kernel upgrade. Now when I try to boot the machine, it goes straight to terminal mode and will not run the GUI.

    I recall seeing something about this before, but can't find the thread. It's a fairly simple fix to get the graphics running again, but I can't remember what the solution is.

    Can someone remind me please?
    Never stop learning.

  2. #2
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: No GUI after kernel upgrade

    Press and hold down the Shift key from Bios Screen. Select older kernel from Grub menu and let us know if that works.

  3. #3
    Join Date
    Oct 2006
    Location
    Stamford, UK
    Beans
    247
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: No GUI after kernel upgrade

    Thanks. I can't get to the machine at the moment as I'm travelling. But I'll check the older kernel when I get back.
    Never stop learning.

  4. #4
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: No GUI after kernel upgrade

    update the system:

    sudo update-usbids && sudo update-pciids

    and you might either remove or rename xorg.conf as now kernel directly deal with X

  5. #5
    Join Date
    Oct 2006
    Location
    Stamford, UK
    Beans
    247
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: No GUI after kernel upgrade

    Quote Originally Posted by dino99 View Post
    update the system:

    sudo update-usbids && sudo update-pciids

    and you might either remove or rename xorg.conf as now kernel directly deal with X
    I'm still going to need to use xorg.conf as I have to include a line to point NVIDIA at the custom EDID file that I use for my monitor.
    Never stop learning.

  6. #6
    Join Date
    Oct 2006
    Location
    Stamford, UK
    Beans
    247
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: No GUI after kernel upgrade

    Quote Originally Posted by sikander3786 View Post
    Press and hold down the Shift key from Bios Screen. Select older kernel from Grub menu and let us know if that works.
    Using the previous kernel works OK. But I still haven't figured out why the new kernel broke my Nvidia graphics set-up. If it's any help, my xorg.conf file looks like this (the option to use a custom EDID file is highlighted in red):


    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 260.19.21 (buildmeister@builder103.nvidia.com) Thu Nov 4 20:57:26 PDT 2010

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Files"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "CustomEDID" "DFP:/home/dave/edid.bin"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Never stop learning.

  7. #7
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: No GUI after kernel upgrade

    Never used a Custom EDID so not sure why that isn't working. Some-one more experienced might answer that.

    How were the Nvidia drivers installed? From the repositories? Or if compiled manually, you might need to re-install them every kernel upgrade.

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
  •