![]() |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Dev num is the device number say 0.About three ints i dunno experiment
ATIDL_SetFanSpeed(DWORD iDevNum,int,int,int) ATIDL_SetFanSpeedToDefault(DWORD iDevNum,int,int) ATIDL_GetFanSpeedInfo(DWORD iDevNum,int,int,int) ATIDL_GetPowerState(DWORD iDevNum,int) |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
The 2nd int seems to be a pointer. I have no ATI card (Matrox only), so try it:
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Wont work soon as i turn int 2 higher than 0 it crashes
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
It is badly to see, that you have no further knowledge but only copy & paste. You never try to understand the things you copy!? It is very frustrating... |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Alright just know that this things arent easy you have to debug the driver to get some info.I got the info with ida pro disassembler.
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
I also tried compiling the nvidia temperature source code,but it says GR32 is missing.. :?
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Thank you DGL-luke.
Is there a way to check if the card is ATI or NVIDIA? :) |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Check the Vendor ID of the PCI device. The code to gather the PCI(AGP) device is already posted by you and I also linked to PCI32...
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Thank you very much Muetze1,i looked at pci32's code and i took some features out of it,puted it in a gui(form) and hey it works!
Ill post results soon! :) |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Ok i did some testing but when i run pci 32 it shows completly other info what my gui project shows me,but its the same source? :(
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
*push* nobody cant help? :(
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
I am on work, I can not look at it, so take down and wait... /EDIT: Ok, I looked at it. Dude, you can not programm or understand it. Do you think it is ok to declare some variables and then check their value? Who fills this variables? infotbl[] is the PCI configuration space and is multi-used for each found device. You are not searching for devices, you are not calling any function just print out what the variables contains. It is like this:
Delphi-Quellcode:
This program does not print the actual time. Why not?
program time;
{$APPTYPE CONSOLE} var MyTime: TTime; begin WriteLn(TimeToStr(MyTime)); end. You just needle/bug us with your questions, pushing it - only willing to get complete code. No knownledge, no will to learn, no will to get to know what you are doing here. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
But why doesnt it work on gui?
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
As long as you not have a clue about programming (specially Delphi as you ask here), there is no need to post anything here. The basic problem is: you want us to write your application or parts of it that you only need to combine. I won't work for you, writing your application (or parts of it) as long as you won't pay me or other things. All the threads your are posting or you created are mostly questions, that need a little bit more than just some for-to-do's. You need knowledge and also the comprehension for the posted code - that you have not. Some things you solved by copy and paste or somebody else wrote the code for you. I am not willing to be one of them... |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
This is going waaay oftopic with your talk,rather just keep it for yourself! :wink:
And rather tell can this help about dll function calling? ; int __cdecl ATIDL_GetFanSpeed(DWORD iDevNum,int,int,int) public ATIDL_GetFanSpeed ATIDL_GetFanSpeed proc near var_70= byte ptr -70h var_64= dword ptr -64h var_60= dword ptr -60h var_5C= dword ptr -5Ch var_58= dword ptr -58h var_54= byte ptr -54h var_50= dword ptr -50h var_4C= dword ptr -4Ch var_48= byte ptr -48h var_40= dword ptr -40h iDevNum= dword ptr 4 arg_4= dword ptr 8 arg_8= dword ptr 0Ch arg_C= dword ptr 10h sub esp, 70h push esi mov esi, [esp+74h+arg_8] test esi, esi jz loc_100070B6 |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Look this is a forum help if you want otherwise just ignore it!I am 100% sure that if someone will want to help they will! :wink:
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
@muetze1: Den Gedanken mit den gebratenen Tauben hatte ich schon, als ich meinen ersten Post in diesem Thread schrieb...
Razor, this forum will only show you the door - opening and walking through this door IS YOUR JOB. You are just barking "Hey, there is the flavour" and then you are waiting for the bread, ready to eat. This will not work here. Learn coding and learn how to understand foreign code. Get the knowledge to glue the pieces of code together by yourself. Learn how to bake the bread ! If you fail THERE, we are willing to help. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
All i am asking if someone knows how to do ATI API and maybe ati gpu temperature through dll now i am compared to a dog? :shock:
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
No, you aren't.
Show us the code (WRITTEN BY YOURSELF), which doesn't work. Show us how YOU tried to figure out, how this DLL works. By the way: You are doing things here which may end up in big trouble with attorneys. You upload some files from which nobody knows if it is allowed to upload them. And you are disassembling copyrighted code here - there is no country on this planet, where reverse engineering is not forbidden. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Look i saw a lot of posts about asus.dll functions of it,gigabyte dll,a lot of this stuff how can information be extracted without RE it cant now dont be suprised if i tell you that those guys didnt figured it out without some extra tool help like IDA pro or similar.
If mods think this is violating rules,then simply delete the posts i dont care. :) |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zurück zum Thema: :zwinker: Update:
PS.: zB. schieb Ghostwalker mal: ...zeigt nix an. ![]() irgend wer schrieb mal irgend wo: ... ![]() Tja, ja das Teil ist auch in Delphi geschrieben worden. Die Leute dort gingen aber auch einen etwas anderen komplexeren Weg irgendwie direkt über den Treiber (o. Ä.) um die Werte unter anderem der GPU verschiedener Hersteller auszulesen. ![]() Über die WMI klappt das jedenfalls nicht. Gruss... |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Zitat:
![]() edit: Prima gemacht! Der halbtransparente Cursor ist auch schick. Werd mir gleich mal den Sourcecode anschauen. edit2: Bei mir war unten das Panel schwarz. Ich hab Delphi 2007 Pro. Nach dem Löschen von Zeile 279 und Zeile 281 ging es. (siehe Bild). |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
(...ich nutze von dem nur den Commandlinekompiler...) |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Was entspricht die CPU auslastung? 145 °C = 100%?
Und übrigens sind die Achsenpunkte der Temperatur (Y-Achse) etwas zu tief... Ich würde mal sagen 2 oder 3 Pixel ;) irretiert etwas :) Aber ansonsten ist das Tool richtig cool (im doppelten sinne ;)) |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Funktioniert wunderbar .. nur die Meldung am Anfang ist nicht so schön formatiert, aber das ist nur eine Design Sache :)
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Can we get get card name?For example(Nvidia 7600 gt or 8800 GTX) via API?
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
Zitat:
Zitat:
Zitat:
Zitat:
![]() |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Vielen Dank! :)
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Bei mir funktioniert es nicht. Fehlermeldung:
Leider konnte das Programm die Library "nvcpl.dll" nicht finden. Entweder besitzen Sie keine nVidia Grafikkarte oder keinen bzw. zu alten NVIDIA-Grafiktreiber. Meine Grafikkarte: NVIDIA GForce 7600 GT BS: Windows VISTA Business, 64Bit |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Yes you must get nvcpl.dll.Maybe you need 64 bit drivers for vista ;)
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
Temperaturen auszulesen. Wenn Du zeit und Lust hast guck doch bitte mal in das nVidia Control Center ob dort etwas über Temperaturen in Bezug auf die GPU zu finden ist. Könnte mir bitte jmd mal ein Screenshot machen mit meinem Programm (wenn es geht auf weissem Hintergrund) Ich möchte in nächster Zeit einen Vista Skinn für das Tool bauen. ;) |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Zitat:
leider hat das NVidia-ControlPanel standardmäßig keine Anzeige über Temperatur o.ä., darum hatte ich mich ja so über das Prog gefreut ;) Anbei ein Screenshot über alle Informationen, die das NCP bei 64-Bit-Versionen bereitstellt. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 2)
Zitat:
So, anbei ein Vor-Vorabversion meines Tools im Vista Glassy Luck. :mrgreen: |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Der Look sieht fast Vistamäßig aus ;)
Ein paar sachen: Der "Blur" vergrößert nur? Bei VIsta wird nichts vergrößerst nur geblurt. Dann sollt der minimize Button ein MouseOver-Effekt bekommen. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
Zitat:
Zitat:
Zitat:
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Everything functions perfect infact i wanted to ask you if you would include fan(RPM)reading.And maybe gpu processor clocks.
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Ich habe mal den Blureffekt fotographiert in Windows Vista.
Oben ist mit Blurrahmen und unten ist das "original" ... sozusagen ;) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:16 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz