
I had a similar issue. The problem turned out to be a huge dust accumulation in my graphics card. Cleaning my graphics card with compressed air fixed the issue.dave_deu wrote:Hi, I'm running the latest stable KDE (4.4.5) and all of a sudden my computer seems to be locking up at random.
KDE seems to freeze although I can alt-tab between windows for a bit before it degrades and I can't do anything except move the mouse icon.
If I then do Ctrl-Alt-F1 to get a command prompt I find that I can enter my username, but then pressing enter makes the system hang on a blinking cursor without presenting the password prompt. There is then nothing that I can do except stare at the blinking cursor.
I thought it could be something to do with my hard drive going wrong but I don't have these problems when I dual boot into Windows XP. I've used smartctl to get some info on the hard drive but it seems fine. Memtest86 gives me fine results too.
Any idea?
Thanks,
Dave.

What graphics card and drivers are you using? Have you tried using a different graphics card? There is a possibility that your graphics card is bad.dave_deu wrote:Hi, should have mentioned I've cleaned all the dust off the CPU heat sink and also the dust off the graphics card but thanks for the suggestion.
Dave


This is a shot in the dark, but try disabling compositing for a few days and see if the problem occurs again. This could be graphics related.dave_deu wrote:Thanks for the tip. I assume you are referring to a proprietary HP application that resides in the system tray? Sadly I don't have any of those.
Dave

What CPU do you have? It might need a microcode update. If it is an Intel CPU, try emerging microcode-ctl, start it (i.e. /etc/init.d/microcode_ctl start) and add it to the default run level (rc-update add microcode_ctl default). Make sure that you have support for this in your kernel. If it is an AMD CPU, I am not sure how to do the microcode update from userland, although I do know that the kernel has support for microcode updates if you choose to compile it with support. Microcode updates sometimes ship with new BIOS versions, although the best way to ensure that you have the latest update is to configure Linux to do them.dave_deu wrote:Tried disabling compositing but it still locks up.
Cheers anyway.
Dave

I made that suggestion earlier. I hate to specify names because the Xorg logs go by screen number. In the original poster's case, he would be starting X after a crash, so he would want the /var/log/Xorg.0.log.old file provided that his desktop uses screen 0.wjb wrote:Did you look at the X logs yet: /var/log/Xorg.0.log and /var/log/Xorg.0.log.old
Microcode exists so that manufacturers can correct bugs without having to replace physical silicon. Sometimes the bugs involve a fairly large drop in performance. An famous example of this is the AMD TLB errata:dave_deu wrote:Hi, thanks for the microcode tip however I run an AMD processor and as I understand it the microcode update would only improve the performance of the chip and is not designed to fix bugs.
I'll check the server logs tonight, however by chance yesterday I noticed that the PC crashed when Kmail was checking for new mail so I am running my PC without Kmail for a week.
Dave