Results 1 to 5 of 5

Thread: Found serious bug. Have no idea where to put it.

  1. #1
    Join Date
    Apr 2010
    Location
    London, On
    Beans
    3
    Distro
    Ubuntu

    Found serious bug. Have no idea where to put it.

    I have a new Lenovo (thinkpad) x100e laptop.

    I've recently installed the new Ubuntu 10.02 distro and have found the oddest bug.

    If my power cord is disconnected (i.e. if i'm running off battery power) then the login window locks up.

    Conversely, if the power cord _is_ connected then things work as usually.

    (Also, trying to adjust brightness causes a crash --- but I suspect that this is not odd).

    Could someone please direct me to where I should put this information.

  2. #2
    Join Date
    Oct 2007
    Location
    Oregon, USA
    Beans
    1,537

    Re: Found serious bug. Have no idea where to put it.


  3. #3
    Join Date
    Apr 2010
    Location
    London, On
    Beans
    3
    Distro
    Ubuntu

    Re: Found serious bug. Have no idea where to put it.

    Thanks!

    (I did read through all the bug reporting docs before this and still came out unsure)

    And yes; this is precisely the same problem.

  4. #4
    Join Date
    Oct 2007
    Location
    Oregon, USA
    Beans
    1,537

    Re: Found serious bug. Have no idea where to put it.

    It looks like there is a workaround or two that could work until the bug is fixed properly. It looks like someone was saying the crash could be avoided by disabling ACPI.

  5. #5
    Join Date
    Feb 2007
    Beans
    18

    Re: Found serious bug. Have no idea where to put it.

    This is a known problem with AMD RS780 chipset (Radeon HD3200) and kernel modesetting (KMS), which is enabled by default in Lucid.

    To disable KMS, you should do the following in a terminal:
    1. Modify GRUB configuration
    Code:
    sudo nano /etc/default/grub
    Change line 10 from:
    Code:
    GRUB_CMDLINE_LINUX=""
    to:
    Code:
    GRUB_CMDLINE_LINUX="radeon.modeset=0"
    and save with Ctrl+X, O, Enter.

    2. Run the GRUB configuration update utility:
    Code:
    sudo update-grub
    This should get you going. You loose high-res boot splash, but win a working laptop.

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
  •