Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add ac mode detection #2

Open
makedir opened this issue Jun 16, 2018 · 4 comments
Open

Please add ac mode detection #2

makedir opened this issue Jun 16, 2018 · 4 comments

Comments

@makedir
Copy link

makedir commented Jun 16, 2018

If power cable connected use tool, if not, not. Please give option for this.

@gen3vra
Copy link

gen3vra commented Jun 20, 2018

I'd like this as well. A way to disable the tray icon would be nice, although I'll probably implement that myself in my own version.

@cantero6
Copy link

cantero6 commented Jun 20, 2018

Thank you for tyhis great tool! I am having the same problem, mouse freezes continuosly (launching firefox, chrome, with a lot of applications). I have installed all the windows updates and also tested different drivers versiones of nvidia and intel, but always the same problem.

I have a GE73 Raider 8RE computer, 8th gen i7 and GTX 1060.

With this tool computer is working correctly, but i have a question.

Is it recommended to be using all the time the powerfull GPU (in my case gtx 1060). Is that a good option to use everyday for work (9 -10 hours) using the GPU? or could shorten the life of the GPU doing that?

Looking forward to your reply.

Thank you.

@elgarf
Copy link

elgarf commented Jun 25, 2018

As a workaround you can add task, which run TrayPwrD3 on AC connection event. There are options to automatically shut down task if AC disconnected.
Below is custom event filter.

<QueryList>
  <Query Id="0" Path="System">
    <Select Path="System">*[EventData[Data[@Name='AcOnline']='true']]</Select>
  </Query>
</QueryList>

@gen3vra
Copy link

gen3vra commented Jun 27, 2018

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants