Announcement

Collapse
No announcement yet.

Intel Core i7 2630QM

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by disi View Post
    I cannot confirm the temperature problem on my Clevo Laptop. It's used as a desktop replacement so does all the tough stuff. With make -j9 it isn't even used 100% probably you could adjust your portage niceness?

    At the moment it is ripping a movie:
    Code:
      Current Frequency 3285.38 MHz [99.74 x 32.94] (Max of below)
            Core [core-id]  :Actual Freq (Mult.)      C0%   Halt(C1)%  C3 %   C6 %   C7 %  Temp
            Core 1 [0]:       3221.02 (32.29x)      6.69    29.9    9.57    1.45    49.7    54
            Core 2 [1]:       3132.71 (31.41x)       1.2    7.43    3.87       1    86.1    52
            Core 3 [2]:       3285.38 (32.94x)      98.9       0       0       0       0    65
            Core 4 [3]:       3155.20 (31.63x)      1.18    3.92    3.13       0    91.3    54
    So it barely goes beyond 60 degrees.

    //edit: that was measured with i7z...
    Couple of things:

    1. Thanks for introducing me to the i7z tool, which I didn't know about earlier. I also enabled cpu msr support in my kernel which I didn't have earlier (and i7z requires it for detailed statistics), so now I can see the turbo clocks too .

    2. Second, I meant that the CPU temperatures are high when it runs at full load, for example while compiling kernel with "make -j4" or emerging some gentoo packages like gcc (without any renicing). (And even then, I have never noticed any slowdown.) For example, running a simple openssl benchmark (which runs 8 threads)
    Code:
     # for i in $(seq 10); do openssl speed aes-128-cbc -multi 8; done
    will make my CPU temperature go to 70s or 80s after a minute or so as shown in the i7z output below. (Can press ctrl+c at any time to stop the benchmark.)
    Code:
    Socket [0] - [physical cores=4, logical cores=8, max online cores ever=4]
      TURBO ENABLED on 4 Cores, Hyper Threading ON
      True Frequency 2094.75 MHz (99.75 x [21])
      Max TURBO Multiplier (if Enabled) with 1/2/3/4 Cores is  29x/28x/26x/26x
      Current Frequency 2498.54 MHz [99.75 x 25.05] (Max of below)
               Core [core-id]  :Actual Freq (Mult.)      C0%   Halt(C1)%  C3 %   C6 %   C7 %  Temp
               Core 1 [0]:       2498.54 (25.05x)      99.9       0       0       0       0    84
               Core 2 [1]:       2498.54 (25.05x)      99.9       0       0       0       0    83
               Core 3 [2]:       2498.54 (25.05x)      99.9       0       0       0       0    82
               Core 4 [3]:       2498.54 (25.05x)      99.9       0       0       0       0    83

    Comment


    • #12
      Originally posted by hdas View Post
      Couple of things:

      1. Thanks for introducing me to the i7z tool, which I didn't know about earlier. I also enabled cpu msr support in my kernel which I didn't have earlier (and i7z requires it for detailed statistics), so now I can see the turbo clocks too .

      2. Second, I meant that the CPU temperatures are high when it runs at full load, for example while compiling kernel with "make -j4" or emerging some gentoo packages like gcc (without any renicing). (And even then, I have never noticed any slowdown.) For example, running a simple openssl benchmark (which runs 8 threads)
      Code:
       # for i in $(seq 10); do openssl speed aes-128-cbc -multi 8; done
      will make my CPU temperature go to 70s or 80s after a minute or so as shown in the i7z output below. (Can press ctrl+c at any time to stop the benchmark.)
      Code:
      Socket [0] - [physical cores=4, logical cores=8, max online cores ever=4]
        TURBO ENABLED on 4 Cores, Hyper Threading ON
        True Frequency 2094.75 MHz (99.75 x [21])
        Max TURBO Multiplier (if Enabled) with 1/2/3/4 Cores is  29x/28x/26x/26x
        Current Frequency 2498.54 MHz [99.75 x 25.05] (Max of below)
                 Core [core-id]  :Actual Freq (Mult.)      C0%   Halt(C1)%  C3 %   C6 %   C7 %  Temp
                 Core 1 [0]:       2498.54 (25.05x)      99.9       0       0       0       0    84
                 Core 2 [1]:       2498.54 (25.05x)      99.9       0       0       0       0    83
                 Core 3 [2]:       2498.54 (25.05x)      99.9       0       0       0       0    82
                 Core 4 [3]:       2498.54 (25.05x)      99.9       0       0       0       0    83
      Cool tool I've installed it now - temperatures much higher than my machine - is your fan working propperly?
      Last edited by FireBurn; 18 October 2011, 10:04 AM.

      Comment


      • #13
        Originally posted by FireBurn View Post
        Cool tool I've installed it now - temperatures much higher than my machine - is your fan working propperly?
        I think I didn't make myself clear enough:

        1. This CPU runs hot when running on full load. Period.

        If one wants to reproduce the benchmarks in the article, at least the CPU intensive ones, the high temperatures should be noticeable. Things may vary depending upon the cooling system of the notebook (how good the fan and ventilation systems) are, room temperature and other things. But in a normal room at about 23C, it would be hard to keep the temperatures below 65C or 70C when the CPU is running at close to 100%. And that is hardly a surprise with 4 cores running at 2.5 GHz turbo and consuming close to 40W for CPU alone. While to most people interested in this CPU, it should be obvious that high performance comes with high power dissipation, I just stated explicitly as to how hot it gets.

        2. I don't have any issues with my machine, hardware or software. Even if any, they are minor and very reasonable and I am perfectly happy with it. Furthermore, it is not worth my time and effort to get some marginal gains.

        Comment


        • #14
          Overheated Notebooks ...

          Originally posted by hdas View Post
          I think I didn't make myself clear enough:

          1. This CPU runs hot when running on full load. Period.

          If one wants to reproduce the benchmarks in the article, at least the CPU intensive ones, the high temperatures should be noticeable. Things may vary depending upon the cooling system of the notebook (how good the fan and ventilation systems) are, room temperature and other things. But in a normal room at about 23C, it would be hard to keep the temperatures below 65C or 70C when the CPU is running at close to 100%. And that is hardly a surprise with 4 cores running at 2.5 GHz turbo and consuming close to 40W for CPU alone. While to most people interested in this CPU, it should be obvious that high performance comes with high power dissipation, I just stated explicitly as to how hot it gets.

          2. I don't have any issues with my machine, hardware or software. Even if any, they are minor and very reasonable and I am perfectly happy with it. Furthermore, it is not worth my time and effort to get some marginal gains.
          Same here on all my desktop replacements in the last several years. Browsing many repiews, HP Pavilions (on my 5th now) have value for $, on slow usage. But professional reviewers, + YouTube tutorials, + HP's official website, show the HP do not know how to create notebook cooling. Mine breakdown just after warranty expires.

          Only one model of one brand has self-cleaning, optimal air-flows. Can't remember now - I buy on $ value as they breakdown. YouTube tutorials will assist breakdown delay. USB external fans, routine cleaning are compulsory - but the sellers carefully do not explain this well. Their motives: more sales, more profits.

          Retired IT (car accident, 1984), Australian Capital Territory.

          Comment

          Working...
          X