Results 1 to 7 of 7

Thread: ubuntu freezes

  1. #1
    Join Date
    Jan 2009
    Location
    CA
    Beans
    335
    Distro
    Ubuntu Development Release

    ubuntu freezes

    my laptop will about once or twice a week free system wide where the only option is to manually power off. whats a way to find out more about the problem and see exactly whats causing this? i have a dell studio i558 RUNNING 10.10 64 BIT and an 15 proccesor

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,425
    Distro
    Xubuntu

    Re: ubuntu freezes

    What graphics card do you have installed?

    If the system freezes and becomes unresponsive, the best way to shutdown or reboot is like this:
    http://kember.net/articles/reisub-th...linux-restart/

  3. #3
    Join Date
    Jan 2009
    Location
    CA
    Beans
    335
    Distro
    Ubuntu Development Release

    Re: ubuntu freezes

    Code:
    philip@philip-laptop:~$ lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
    the next time it does, where in my logs should i look to see if there was a problem there?

  4. #4
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,425
    Distro
    Xubuntu

    Re: ubuntu freezes

    Have you tried booting with the i915.modeset=1 parameter?

    Do you have Compiz enabled?

    Look in dmesg for signs of freezes etc.

  5. #5
    Join Date
    Jan 2009
    Location
    CA
    Beans
    335
    Distro
    Ubuntu Development Release

    Re: ubuntu freezes

    i do have compez and the whole cube running, i have not changed my boot parameters at all on this machine

  6. #6
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,425
    Distro
    Xubuntu

    Re: ubuntu freezes

    Well, to try and narrow this down first turn Compiz off and see if it helps.

    Then, when the computer starts and GRUB comes up highlight the entry for Ubuntu press "e" to edit.

    Find the line with quiet splash (use arrow keys to navigate) and append the i915.modeset=1 parameter after quiet splash (with a space between them), then "Ctrl" + "X" to boot.

    Might also be worthwhile looking here to try and track things down:
    https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  7. #7
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ubuntu freezes

    Freezes are often a symptom of bad RAM. I'd suggest running Memtest86+ from the GRUB boot menu (run it overnight, if the computer is crashed or there are any errors reported then the RAM is bad) or the memory benchmarks from Phoronix Test suite. The benchmarks will usually crash the computer immediately if there is bad RAM present.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

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
  •