4

Possible Duplicate:
What should I do when Ubuntu freezes?

I have a problem with my Ubuntu 10.10 system which regularly freezes and can then only be switched off via the mains switch. When I try to re-start the system I need to try repeatedly before it will log in.

How can I trace the reason for this and correct it?

2 Answers2

1

Just saw a link about something similar: Ubuntu Wiki Troubleshooting X freezes, hangs, and lockups. It may or may not be your problem, but that's a starting point.

  • @Brian Buck What solved it? How did you troubleshoot? Write your own answer and accept it if you need to. – djeikyb Mar 17 '11 at 11:35
0

Open the log viewer from system->administration and look* for dmesg (reports kernel, network, boot and some overall info;eg will show if new HW is added) and xorg.log (the log for the graphic [server]). You'll then need the search for errors, most likely a graphic card/driver issue if you use Nvdia or Ati.

*if you don't see them directly, hit Ctrl+O and open the needed file, the file dialogue should be by default in /var/log.

papukaija
  • 2,425