The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Mint 12 Lockups

    Discussion in 'Linux Compatibility and Software' started by ZaZ, Dec 15, 2011.

  1. ZaZ

    ZaZ Super Model Super Moderator

    Reputations:
    4,982
    Messages:
    34,001
    Likes Received:
    1,415
    Trophy Points:
    581
    I upgraded my R60e to Mint 12. At first it worked well, doesn't it always, but I'm now getting lock ups when running. The first few times it happened, I was on sites with heavy flash. I thought maybe that was it, but then the last time I was just typing up a document and it locked up. I had to kill it and reboot. When it locks up, I can usually alt tab through the programs, but it doesn't do anything. I never had this trouble with 11. Is there something I should be looking at? Thanks for any help.
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    When it locks up, can you hit Ctrl+Alt+F1 to get into a terminal to log in, and then do something like:

    Code:
    sudo less +G /var/log/syslog
    and

    Code:
    less +G ~/.xsession-errors
    And scroll backwards through the logs for clues?

    Or if you can't switch to the terminal, it's a hard lockup and is probably a hardware or driver issue. We can dig into bug reports for your hardware if that's the case...
     
  3. ZaZ

    ZaZ Super Model Super Moderator

    Reputations:
    4,982
    Messages:
    34,001
    Likes Received:
    1,415
    Trophy Points:
    581
    Thanks. Will do if it happens again.