Results 1 to 8 of 8

Thread: Recent Upgrade locks GUI

  1. #1
    Join Date
    Aug 2008
    Beans
    29

    Recent Upgrade locks GUI

    I updated my system last night and the result completely locks out the GUI.

    All I see is the loading screen in bad colors shrunk at the top tiled across the screens with whole bundle of green and red lines through it.

    Attempting to switch to a text tty has failed using alt ctl F1-6. I was able to ssh into the box and turn off gdm permanently. Now I can get to text prompts, but I use this as my only desktop machine.

    Here is my xorg.conf file which worked before upgrade:


    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    SubSection "Display"
    Virtual 3840 1200
    EndSubSection
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Driver "radeon"
    EndSection

    I have tried the failsafe, which worked before the upgrade with no luck:

    Section "Device"
    Identifier "Configured Video Device"
    Driver "vesa"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    I have tried resetting the configuration with sudo dpkg-reconfigure -phigh xserver-xorg. Even this config does not work. I get:

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    Something outside the configuration of X has completely taken down my graphics. I tried rolling back the kernel to earlier versions and none of those works.

    There is mention that no input devices are detected but both the mouse and the keyboard work for the text login.

    Attached are my logs

  2. #2
    Join Date
    Apr 2007
    Beans
    617
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Recent Upgrade locks GUI

    have you tried reinstalling the radion drivers?

  3. #3
    Join Date
    Aug 2008
    Beans
    29

    Re: Recent Upgrade locks GUI

    I have not, considering that the vesa driver did not work I did not consider it to be a graphics card driver problem.

    However it does not hurt to try. I reinstalled the radion drivers and no go same problem.

  4. #4
    Join Date
    Aug 2008
    Beans
    29

    Re: Recent Upgrade locks GUI

    Is this the problem?
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.

  5. #5
    Join Date
    Aug 2008
    Beans
    29

    Re: Recent Upgrade locks GUI

    I have added a bug for this issue:
    https://bugs.launchpad.net/ubuntu/+s...rg/+bug/462716

    Since I do not know that much I could not add much detail. I will add more detail as it is revealed to me.

  6. #6
    Join Date
    Aug 2008
    Beans
    29

    Re: Recent Upgrade locks GUI

    I think the following installations broke my server
    Setting up linux-headers-generic (2.6.28.16.21) ...
    Setting up linux-image-server (2.6.28.16.21) ...
    Setting up linux-restricted-modules-server (2.6.28.16.21) ...
    Setting up linux-server (2.6.28.16.21) ...
    Setting up linux-libc-dev (2.6.28-16.55) ...
    Setting up poppler-utils (0.10.5-1ubuntu2.4) ...

    Can someone tell me how to revert back to the previous version.

  7. #7
    Join Date
    Aug 2008
    Beans
    29

    Re: Recent Upgrade locks GUI

    If you look at my Xorg.0.log you'll see that my hardware configuration has two graphics card. 1) an ati 2) a nvidia.

    I have been using the ati with the radeon drivers for months now and quite pleased with the quality. However since for reasons as of yet unknown the ati radeon was not working for the radeon drivers or for vesa.

    I decided to go into the bios and turn off the ati radeon card as it is an onboard video chip.

    You can see from the attached logs, same behavior. It loads thinks it is successful but this time all I get on my screen is black. Nothing nada. So this does not seem to be specific to the graphics driver.

  8. #8
    Join Date
    Aug 2008
    Beans
    29

    Re: Recent Upgrade locks GUI

    So I think if I could roll back the kernel install I might be able to recover this system. However I do not know how to tell apt-get to remove one version of the package and install the other version. Especially since I do not know what version was removed.

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
  •