System Hangs in Linux

Linux specific questions and discussion

System Hangs in Linux

Postby DST » Sun Jan 30, 2011 9:31 am

When using a fullscreen exported linux game, the game froze. The rest of the os was working - i was still getting message popups from pidgin - but my keyboard was locked and i could not escape the frozen game.

Had to hold in the power button to turn off the machine.

Windows exe of the game works fine.

Ubuntu 10.10 (latest release).
It's easier to be clever than it is to be kind.
http://www.lostsynapse.com
http://www.dstgames.com
User avatar
DST
 
Posts: 1117
Joined: Sun Apr 15, 2007 5:36 pm
Location: 20 minutes into the future
Score: 151 Give a positive score

Re: System Hangs in Linux

Postby Hblade » Sun Jan 30, 2011 2:55 pm

The linux kernel could possibly be currupt. Try using these terminal commands

first, fix any dpkg errors.

Code: Select all
sudo dpkg --configure -a


Then do:
Code: Select all
sudo apt-get update

Then go to the update manager make sure everything is fixed. Then try this:
http://ubuntu-tweak.com/

Now, try and fix your kernel. You will most likely have to write this down and do it without xserver running. To stop xserver, do this
Code: Select all
sudo /etc/init.d/gdm stop

And same thing but replace "stop" with start after your done. After you type the code to stop the X server, press CTRL - ALT - and F1 to go to the first main terminal. Then do everything to fix the kernel as possible. I found only 1 website that could be of help with that.


Try an attempt within Xserver (In other words the graphical interface)
Go to System > Administration > Synaptics Package Manager
Then type "backports" on the quick search box. Click on the checkbox next to linux-backports-modules-intrepid and choose "Mark for installation".
Then press "Apply" on the toolbar.

http://ubuntuforums.org/showthread.php?t=1001539 wrote:solipsist -----
Siruso,

You can also try to upgrade your Kernel.
The default kernel installed on Ubuntu 9.04 is the 2.6.28-11 version
The solution was to install the latest version of Kernel released for 9.04 but it seems it is not yet available on the repositories (Version 2.6.29-3)

Download these packages thru the terminal:-

# wget -c http://kernel.ubuntu.com/~kernel-ppa...62903_i386.deb

# wget -c http://kernel.ubuntu.com/~kernel-ppa...062903_all.deb

# wget -c http://kernel.ubuntu.com/~kernel-ppa...62903_i386.deb

Then install the downloaded packages using dpkg:

# sudo dpkg -i linux-headers-2.6.29-02062903-generic_2.6.29-02062903_i386.deb linux-headers-2.6.29-02062903_2.6.29-02062903_all.deb linux-image-2.6.29-02062903-generic_2.6.29-02062903_i386.deb

After installation restart the system by choosing new kernel.
Hope this works.




Hope this helps D :3
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score


Return to Linux

Who is online

Users browsing this forum: No registered users and 1 guest

cron