Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
nvidia GPU temp PLUG IN
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 24
- Joined: March 19th, 2005, 10:57 pm
Gave me good 4 minutes in the first run, before same error type as earlier. I'll give it more runs tomorrow, could very well just have been "misfortune". Getting late/early here - need sleep. Let's get this puppy rolling.
To get it working, you must setup rivatuner to write the log somewhere. Then by Limbo's instructions, setup the plugin in Smartie. I'm not aware of any other requirements - unless its .NET
To get it working, you must setup rivatuner to write the log somewhere. Then by Limbo's instructions, setup the plugin in Smartie. I'm not aware of any other requirements - unless its .NET
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Posts: 7
- Joined: June 8th, 2005, 1:16 pm
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Posts: 4
- Joined: May 4th, 2005, 8:08 pm
- Location: Knoxville, TN
- Contact:
-
- Posts: 4
- Joined: July 26th, 2005, 9:01 pm
- Contact:
Maybe I missed something but I use the cut plugin to simply cut out what I want from the riva tuner log file.
I have the cut.dll in the plugins dir of lcd smartie and then I put this in lcd smartie >
line1:6800LE @ $dll(cut.dll,1,26#3,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))/$dll(cut.dll,1,47#3,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))
line2:GPU:$dll(cut.dll,1,68#2,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))? Ambient:$dll(cut.dll,1,89#2,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))?
which in my case returns
6800LE @ 400/900
GPU:51? Ambient:36?
I have the cut.dll in the plugins dir of lcd smartie and then I put this in lcd smartie >
line1:6800LE @ $dll(cut.dll,1,26#3,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))/$dll(cut.dll,1,47#3,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))
line2:GPU:$dll(cut.dll,1,68#2,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))? Ambient:$dll(cut.dll,1,89#2,$LogFile(C:\Program\RivaTuner v2.0 RC 15.5\HardwareMonitoring.hml,1))?
which in my case returns
6800LE @ 400/900
GPU:51? Ambient:36?
-
- Posts: 4
- Joined: May 4th, 2005, 8:08 pm
- Location: Knoxville, TN
- Contact:
jannol...are you getting any crashes at all?? How long is the longest you have had this running? Are you sure the temps are updating to current temps and the program(smartie) isn't just hung on giving you the last temp before hanging up??
If you have this working like you say you do, you just may have made Limbo kill himself for all the work and time he has put into this.
If you have this working like you say you do, you just may have made Limbo kill himself for all the work and time he has put into this.

-
- Posts: 4
- Joined: July 26th, 2005, 9:01 pm
- Contact:
I hope it will crash so Limbo doesn't need to kill himself.
I have not tested it any longer than a day at once since I shutdown my computer at night and I have "Recreate Log ..." checked so the log is recreated everyday but I have set Rivatuner to log every second now and I will let it run for atleast 48 hours.
So far it does update the temp since it does change the temps and I have peeked the log file and it seems to be correct.
But I'll try to really make sure it does work...
I have not tested it any longer than a day at once since I shutdown my computer at night and I have "Recreate Log ..." checked so the log is recreated everyday but I have set Rivatuner to log every second now and I will let it run for atleast 48 hours.
So far it does update the temp since it does change the temps and I have peeked the log file and it seems to be correct.
But I'll try to really make sure it does work...
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
I Hope Notjannol wrote:I hope it will crash so Limbo doesn't need to kill himself.
my approach to the whole project was complete different and I FAILED

I think this will be a good lesson for me (bacause I used to think complicated about simple things)
Violating two basic rules of programming (in any language) makes you to hit your head to the wall

KISS = Keep It Simple Stupid
SMILE = Simple Makes It Lots Easier
So there are two things to do in the future:
Smile

Kiss

Keep on guys
-
- Posts: 4
- Joined: July 26th, 2005, 9:01 pm
- Contact:
Ok, I have only had it running for about 5 hours now and so far it works, however, the log file will grow until rivatuner is restarted so in the future I'll stick to 5 sec interval...
...or is it possible to auto restart rivatuner with some kind of a script ?
...I also wonder, is it possible to read or parse the temp directly from rivatuners dll ?
I don't have the knowhow of dll files
KISS & SMILE

...or is it possible to auto restart rivatuner with some kind of a script ?
...I also wonder, is it possible to read or parse the temp directly from rivatuners dll ?
I don't have the knowhow of dll files

KISS & SMILE


-
- Posts: 4
- Joined: July 26th, 2005, 9:01 pm
- Contact:
-
- Posts: 7
- Joined: June 8th, 2005, 1:16 pm
-
- Plugin Author
- Posts: 192
- Joined: January 18th, 2006, 11:09 pm
- Location: Saskatoon, Saskatchewan, Canada
Could you please provide a patch/diff of these changes? Surely if they add functionality (especially the type you've described), they would gladly be added to the main source tree (assuming they are well written).
Also, does Smartie have some sort of plugin interface to allow a simple way to add these types of functionality? If so, I would be much more inclined to start writing stuff (I know lots of C/C++, nothing about Delphi).
Also, does Smartie have some sort of plugin interface to allow a simple way to add these types of functionality? If so, I would be much more inclined to start writing stuff (I know lots of C/C++, nothing about Delphi).