You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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):
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!
The text was updated successfully, but these errors were encountered: