Jump to content
2189 posts in this topic

Recommended Posts

14 hours ago, jinbingmao said:

2019-05-30 16:37:22.730551+0800 0x73       Default     0x0                  0      0    kernel: (kernel) ITEIT87x: [Warning] error adding PWM fan control
2019-05-30 16:37:22.730646+0800 0x73       Default     0x0                  0      0    kernel: (kernel) ITEIT87x: [Warning] error adding PWM fan control

 

.. be patient, I'll fix it, I hope!

  • Like 1

@Slice I would like to change the coding style, e.g. from this:

void doSomething()
{
}

if (something)
 doSomething()

to:

void doSomething() {
}

if (something) {
 doSomething()
}

and adopt this indentation:

idtn.png.6318c322a96d04b489a9556f4a1aab41.png

 

Is ok for you?

Edited by vector sigma
11 hours ago, vector sigma said:

@Slice I would like to change the coding style, e.g. from this:


void doSomething()
{
}

if (something)
 doSomething()

to:


void doSomething() {
}

if (something) {
 doSomething()
}

and adopt this indentation:

idtn.png.6318c322a96d04b489a9556f4a1aab41.png

 

Is ok for you?

OK, let it be.

  • Thanks 1
On 5/31/2019 at 6:38 AM, Slice said:

OK, let it be.

Done in r200.

 

 

On 5/29/2019 at 11:15 PM, Andrey1970 said:

Let there will be CPU Package Core, CPU Package Total from IPG. 

CPU Package iGPU let will be from smc key. I am not sure that it can be received from IPG.

The app you can find here can read from both smc keys or from IPG. This last takes precedence if running.

Naming are the same, "Package Total" and "Package Core" now.

3 hours ago, vector sigma said:

在r200完成。

 

 

您可以在此处找到的应用程序可以 从smc键或IPG中读取。如果运行,这最后优先。

现在命名是相同的,“Package Total”和“Package Core”。

To resolve boot-up self-startup and kernel errors

3 hours ago, vector sigma said:

The app you can find here can read from both smc keys or from IPG. This last takes precedence if running.

Naming are the same, "Package Total" and "Package Core" now.

 

But now there is no iGPU Power. For me it is important.

15 minutes ago, Andrey1970 said:

 

But now there is no iGPU Power. For me it is important.

Too much that you forgot to watch under the GPU Intel?:hysterical:

P.S. I didn't touch it

27 minutes ago, jinbingmao said:

To resolve boot-up self-startup and kernel errors

Sorry but I don't understand.

5 minutes ago, vector sigma said:

The only possible explanation is when the sensor was added it's value was 0, and so treated as invalid. Let me know.

 

The sensor appeared when I began to watch video and restart app.
Please fix that in case of value 0 sensor did not disappear.

6 hours ago, fryysyd said:

Do I need to remove the invalid fans value?

You have to remove HWBadSensors from your desktop and turn off "Show min/max speed".  But, before doing that any chances you run the following in Terminal?

 

sudo nvram HW_fanControl=%ff

 

×
×
  • Create New...