You are not logged in.

#1 2012-08-16 19:20:40

hubertnnn
Member
Registered: 2012-08-16
Posts: 7

Asus n71vn overheating on games

I have a problem about my cpu overheating when I have any games on. On normal use my cpu is about 60*C but when I run any game (that uses lot of cpu) I have something like that:
-Fan works slowly till reaching 98*C
-At 98*C Fan changes to fast speed
-At 100*C Computer have a 5 second freeze (cpu disabled?) and fan slows down
-After 5 seconds fan goes back on slow speed, cpu on 90*C and temperature goes up (cycle starts from begin).

How can I change it so fan goes on full speed on lower temperature?
Sensors output (after 5 minutes of playing a game):

[hubertnnn@asus ~]$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +98.0°C  (crit = +105.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +91.0°C  (high = +105.0°C, crit = +105.0°C)
Core 1:       +90.0°C  (high = +105.0°C, crit = +105.0°C)

[hubertnnn@asus ~]$ 

I think Its becouse of that high=105. Can I change this?

Last edited by hubertnnn (2012-08-17 13:36:45)

Offline

#2 2012-08-16 19:40:49

runny6play
Member
Registered: 2012-02-18
Posts: 85

Re: Asus n71vn overheating on games

If you've ever have ran this laptop on windows? If you have, have you had the the same issue?. My best educated guess is it would be a glitch in the BIOS or a problem with acpi. I would start by looking into weather this is common on this laptop in linux or in windows, If your BIOS is outdated or users reported problems with it, or looking to see if there are any acpi related problems  with your specific laptop, and if you can change the fan speed with one of the acpi fan tools in the aur . In the mean time. Don't play games. you could be doing damage to your system

Last edited by runny6play (2012-08-16 19:41:57)

Offline

#3 2012-08-16 20:18:28

hubertnnn
Member
Registered: 2012-08-16
Posts: 7

Re: Asus n71vn overheating on games

On windows it also was hot but not that hot and fan was working a bit faster (I feeled the air stream stronger than now). As I said, I think It tries to keep cpu on higher temperature than it shuld, for example, If I am not gaming at about 70*C fan shuts down completely (or at least slows that I dont hear it at all).

Offline

#4 2012-08-17 07:15:34

runny6play
Member
Registered: 2012-02-18
Posts: 85

Re: Asus n71vn overheating on games

my best guess would be an acpi problem. I'd go from there

Offline

#5 2012-08-17 13:01:33

hubertnnn
Member
Registered: 2012-08-16
Posts: 7

Re: Asus n71vn overheating on games

I think I found half source of my problem. If I read this document correctly (http://www.mjmwired.net/kernel/Document … ernors.txt) OnDemand governor choose between my minimum and maximum speed depending on cpu usage. Minimum (800Mhz) is too slow for games so when gaming I have constantly max power (2.53Ghz). I changed to conservative and now games use 1.6Ghz and temperature stays at about 80*C (a bit better) but It looks like it never uses max power, or at least I havent seen it switching to 2.53Ghz.
Is this configuration ok?:

[hubertnnn@asus ~]$ cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.0 us.
  hardware limits: 800 MHz - 2.53 GHz
  available frequency steps: 2.53 GHz, 2.53 GHz, 1.60 GHz, 800 MHz
  available cpufreq governors: conservative, ondemand, performance
  current policy: frequency should be within 800 MHz and 2.53 GHz.
                  The governor "conservative" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz.
analyzing CPU 1:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 1
  CPUs which need to have their frequency coordinated by software: 1
  maximum transition latency: 10.0 us.
  hardware limits: 800 MHz - 2.53 GHz
  available frequency steps: 2.53 GHz, 2.53 GHz, 1.60 GHz, 800 MHz
  available cpufreq governors: conservative, ondemand, performance
  current policy: frequency should be within 800 MHz and 2.53 GHz.
                  The governor "conservative" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz.
[hubertnnn@asus ~]$ 

And /etc/conf.d/cpufreq:

#configuration for cpufreq control

# valid governors:
#  ondemand, performance, powersave,
#  conservative, userspace
governor="conservative"

# limit frequency range (optional)
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
min_freq="800MHz"
max_freq="2.53GHz"

# use freq to set up the exact cpu frequency using it with userspace governor
#freq=

Last edited by hubertnnn (2012-08-17 13:36:19)

Offline

#6 2012-08-17 13:17:59

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: Asus n71vn overheating on games

hubertnnn, please use [ code ]...[ /code ] tags (without the spaces) around your listings to keep them readable in a scrollable window.


To know or not to know ...
... the questions remain forever.

Offline

Board footer

Powered by FluxBB