LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Suse 9.2 freezes up after installing nvidia drivers - can still shift mouse around (https://www.linuxquestions.org/questions/linux-newbie-8/suse-9-2-freezes-up-after-installing-nvidia-drivers-can-still-shift-mouse-around-525351/)

Slyth99 02-03-2007 07:00 PM

Suse 9.2 freezes up after installing nvidia drivers - can still shift mouse around
 
I recently installed suse 9.2 on my computer.

I followed the instructions of going into init 3 and installing the latest nvidia drivers I then typed in

SaX2 -m 0=nvidia

SaX2 came up i rebooted the nvidia logo comes up fine

I then booted up open office org and everything freezes after a couple of minutes.

Is there a file that logs what is wrong with the computer - when it freezes up?

Any help would be greatly appreciated as I don't know a lot about linux...
Thanks.

MasterC 02-04-2007 01:46 PM

Maybe, but 'freezing' is really difficult to diagnose. It may be overheating, it could be a module conflict with the new drivers, or it could be a bug in openoffice.org and nvidia drivers. First places to check would be /var/log/messages or open up a terminal and type dmesg. The problem is that you would need to do that before the freeze. Here's an idea:

If you can reproduce following your steps above, then, open up a terminal and top top. Then, watch the output for excessive CPU or RAM usage. If you begin to see it spike, in another terminal type dmesg to see if anything is reporting problems. You could also watch /var/log/messages as it's updated by opening up yet another terminal and typing:
tail -f /var/log/messages
You may have to be root to read /var/log/messages.

Good luck!

Cool


All times are GMT -5. The time now is 01:36 PM.