You are not logged in.
Pages: 1
hi ,,
when I upgrading my kernel to 2.6.31 it's goes crazy and start to gave me this message again and again
kernel: CPU0: Temperature above threshold, cpu clock throttled (total events = 10450)
it can't load the system any more. but the previous kernel work fine. is there's any thing I can do or I have to downgrade the kernel.
thanks in advance.
Offline
I had the same problem. Remove the vga= and/or video= in /boot/grub/menu.lst. If the problem persist, disable KMS.
More info in the wiki.
Offline
ok, I booted in fallback kernel which is don't have the framebuffer enabled, the system boot fine but when I switch to the console the message is all over the palce.
to the other suggestion: what is the KMS and how the KMS be relevant to this problem and how could I disable it.
if you could give me some page about the topic it'll be great.
thanks.
Offline
ok, I booted in fallback kernel which is don't have the framebuffer enabled, the system boot fine but when I switch to the console the message is all over the palce.
to the other suggestion: what is the KMS and how the KMS be relevant to this problem and how could I disable it.
if you could give me some page about the topic it'll be great.thanks.
KMS definition from Wikipedia : "Mode-setting is setting up the screen resolution and depth mode for the graphics card. Modern mode setting software support multiple monitors ("multi-head") and hot plugging."
My graphic card is an ATI so I followed this wiki page : http://wiki.archlinux.org/index.php/ATI
KMS doesn't work at all on my laptop (maybe because I use drm-git and xf86-video-ati-git) but I don't care so I disabled it by adding "nomodeset" to the kernel boot line in grub/menu.lst.
Offline
KMS definition from Wikipedia : "Mode-setting is setting up the screen resolution and depth mode for the graphics card. Modern mode setting software support multiple monitors ("multi-head") and hot plugging."
My graphic card is an ATI so I followed this wiki page : http://wiki.archlinux.org/index.php/ATI
KMS doesn't work at all on my laptop (maybe because I use drm-git and xf86-video-ati-git) but I don't care so I disabled it by adding "nomodeset" to the kernel boot line in grub/menu.lst.
thanks but it's not working, for now I downgrade to 2.6.30 untill I found a work around.
Offline
2.6.31 switched on some mods to ACPI which have caused grief on some systems. Check what's going on by making sure you have lm-sensors installed and configured (run sensors-detect and add sensors to the daemons started in /etc/rc.conf). Watch the system temperature using a desktop widget or the sensors command.
Offline
Pages: 1