Why does CPU run fast when running Linux?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
UlsterScot

Why does CPU run fast when running Linux?

Post by UlsterScot »

I just installed Linux Mint on my computer in a dual-boot with Windows 8. Why does the CPU & fan run fast while running Linux? When I boot into Windows 8, it calms right down... :roll:
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DrHu

Re: Why does CPU run fast when running Linux?

Post by DrHu »

I don't think anyone (at least not me..) can understand the question, what does fast mean!
hydn

Re: Why does CPU run fast when running Linux?

Post by hydn »

I think he's talking about his CPU cooling fan speed.
If so check your BIOS first. Make sure its up to date.

Also, post your hardware specs here as well.

Also try to install Sensors Applet:

Code: Select all

sudo  apt-get install sensors-applet
Is it already installed?
The try (answer yes to everythiing)...

Code: Select all

sudo sensors-detect
Then edit grub
sudo vit /etc/default/grub
or
sudo nano /etc/default/grub

Add this

Code: Select all

 "acpi_osi=Linux"
to the end of GRUB_CMDLINE_LINUX_DEFAULT =
Will look something like:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi_osi=Linux”

then restart
Locked

Return to “Beginner Questions”