LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-07-2012, 12:26 PM   #1
omearaca
LQ Newbie
 
Registered: Jul 2012
Distribution: Ubuntu 12.04
Posts: 3

Rep: Reputation: Disabled
Frozen Ubuntu 12.04 Desktop


I recently purchased my first personal linux machine. Twice in the past week I've had my machine freeze (mouse stuck, unresponsive to keystrokes, etc.) while doing seemingly non-intensive things (the last time I only had Firefox and the Ubuntu software center up and was scrolling through the software center when it happened). I've seen two suggestions in forums for solving the problem and neither has worked - CTRL + ALT + BACKSPACE, and ALT + SysRq then REISUB. Has anyone else been experiencing this or know of any known bugs/solutions? Any help is appreciated. Thanks!
 
Old 07-07-2012, 12:34 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,776

Rep: Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562Reputation: 2562
It might help if you posted some info on your hardware. Does this happen with other operating systems on the machine or is Ubuntu the only OS?
 
Old 07-07-2012, 12:45 PM   #3
omearaca
LQ Newbie
 
Registered: Jul 2012
Distribution: Ubuntu 12.04
Posts: 3

Original Poster
Rep: Reputation: Disabled
Ubuntu is the only OS. Since I don't know much about computers or about what hardware may have something to do with it, I just copied out all my specs below. It's a System76. Thanks for your help

Ubuntu 12.04 LTS 64 bit
14.1" 720p High Definition LED Backlit Display ( 1366 x 768 )
Intel High Definition Graphics
3rd Generation Intel Core i7-3610QM Processor ( 2.30GHz 6MB L3 Cache - 4 Cores plus Hyperthreading )
8 GB Dual Channel DDR3 SDRAM at 1600MHz - 2 X 4GB
240 GB Intel 520 Series SATA III 6 Gb/s Solid State Disk Drive
8X DVD±R/RW/4X +DL Super-Multi Drive
Intel Centrino Advanced-N 6235 - 802.11A/B/G/N Wireless LAN + Bluetooth Combo Module
 
Old 07-07-2012, 05:25 PM   #4
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
It might be a good idea to run all the updates available in the packages manager.
I am assuming you have the sudo password for the computer then open up a terminal and type
Code:
sudo apt-get update
then type your password and let it do its thing
after is done running all the updates type
Code:
sudo apt-get upgrade
type your password again if asked and let it do its thing, once is done running all the upgrades type
Code:
sudo reboot now
After rebooting do all the things that used to lock the computer to see if it is cured.
Give it couple of days and report back how you did.

By the way terminal is the icon that looks like a black screen with a >_ showing. Look it up on your launcher dock.

good luck to you!

Last edited by TroN-0074; 07-07-2012 at 05:28 PM.
 
Old 07-07-2012, 07:16 PM   #5
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
Defiantly do what Tron says.
I personally don't like Ubuntu because i find it buggy and found similar issues as you described when i used it. I haven't used it in a long time, but i think Ubuntu uses Compiz as the window manager by default? if this is the case, you may want to try switching it over to metacity or something and see if that cures the problems (if you can do that in Unity), because i've found compiz to bug up even in the notoriously stable Debian and Slackware. If that doesn't work, switch distros/os for a little and see if you suffer the same problems, and if you do you may have a hardware issue.

Last edited by Knightron; 07-07-2012 at 07:16 PM. Reason: spelling mistake
 
Old 07-07-2012, 09:24 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,236

Rep: Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150Reputation: 4150
I wouldn't blame the hardware just yet.
I tried Precise (12.04) a couple of months back - and gave up in disgust. Seems the freezing is not uncommon - see my post here.
 
Old 07-07-2012, 09:37 PM   #7
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
Just to be clear, i am not blaming the hardware straight away. I think the op should try switching compiz over to a different window manager (if compiz is used by default). If that doesn't help i suggest trying a different distro; and if the problems still persist in all those situations, only then do i think the hardware should be checked.
 
Old 07-08-2012, 11:12 AM   #8
omearaca
LQ Newbie
 
Registered: Jul 2012
Distribution: Ubuntu 12.04
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thanks all for your replies. Based on syg00's thread, it looks like a refresh is coming out this month so I'll probably cross my fingers, continue to update, and hope that the coming updates resolve some of these issues. If not, I'll return to this and reconsider my options. Thanks again, guys!
 
Old 07-08-2012, 04:40 PM   #9
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
Odd advice here, especially considering it's a new computer. I've never had a Linux system freeze up on me, ever. I'd run checks on your memory, a bad memory stick can cause exactly this problem. I'd also turn off compiz and desktop effects and see if that makes any difference at all.
 
Old 07-08-2012, 05:26 PM   #10
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
Quote:
Originally Posted by omearaca View Post
Thanks all for your replies. Based on syg00's thread, it looks like a refresh is coming out this month so I'll probably cross my fingers, continue to update, and hope that the coming updates resolve some of these issues. If not, I'll return to this and reconsider my options. Thanks again, guys!

why don't you try my suggestion. its easy and you can try it right away.
enter this command
Code:
metacity --replace
that will flip the window manager over from compiz to metacity. you will need to launch that every session. see if the freezes persist while using that window manager.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop frozen and panels disappear after installing gnome-shell 3.2 in Ubuntu 11.10 prahladyeri Linux - Newbie 2 03-10-2012 10:00 AM
frozen desktop telename Debian 1 03-07-2012 11:11 AM
[SOLVED] Ubuntu stuck at desktop w/ frozen mouse after apt-upgrade EzioAuditore Linux - General 15 04-04-2011 09:24 AM
Frozen Desktop gbrethen Linux - Networking 3 11-15-2005 11:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration