Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Problem with GPU name #26

Open
mantht opened this issue Feb 12, 2018 · 4 comments
Open

Problem with GPU name #26

mantht opened this issue Feb 12, 2018 · 4 comments

Comments

@mantht
Copy link

mantht commented Feb 12, 2018

I am using laptop which has both GPU (Intel HD Graphic and GeForce GTX)
SysDash only shows the temperature of HD Graphic. How can I change it to my GTX? Thank you!

@MichaelCadavillo
Copy link

Had the same problem. Solved it by editing the "Substitute=" on GPUTemp.ini file

@R4GO
Copy link

R4GO commented Sep 7, 2018

But how, i dont find what I should edit on GPUTemp.ini file

@MichaelCadavillo
Copy link

MichaelCadavillo commented Sep 8, 2018

Just had to do some trial and error.
The default one is:

Substitute="Name.*#CRLF#":"","#CRLF#.*":"","  ":"","Radeon":"AMD Radeon#CRLF#","NVIDIA GeForce":"NVIDIA GeForce#CRLF#"

which basically only gets the first GPU in which it would be the integrated graphics.

now if you would input this:

Substitute="Name.*#CRLF#":""

it would show all your GPUs
Most likely the one that you would want to show would be the second one (dedicated graphics)

What my solution was to basically remove the line where the Integrated graphics (Intel Graphics) is in and all the unnecessary spaces and line breaks
Here's my solution (you might have to tweak it a little):

Substitute="Name.*#CRLF#":"","Intel.*.#CRLF#":"","  ":"","#CRLF#.*":""

@R4GO
Copy link

R4GO commented Sep 8, 2018

Fixed, Thk you :D

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

No branches or pull requests

3 participants