Delphi-PRAXiS
Seite 9 von 23   « Erste     789 101119     Letzte »    

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Software-Projekte der Mitglieder (https://www.delphipraxis.net/26-software-projekte-der-mitglieder/)
-   -   [Tool] GPU - Temperaturanzeige (für nVidia Grafikkarten.) (https://www.delphipraxis.net/96312-%5Btool%5D-gpu-temperaturanzeige-fuer-nvidia-grafikkarten.html)

Muetze1 9. Aug 2007 12:01

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Zitat:

Zitat von Razor
You wanted parameters here you have them

Nice, very good. What we have to pass to the three int-Parameter? And what we need to pass to the iDevNum? Is it zero based number of ATI cards in the system? Any ideas?

Razor 9. Aug 2007 12:19

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)

Muetze1 9. Aug 2007 12:36

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:

Razor 9. Aug 2007 12:51

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Wont work soon as i turn int 2 higher than 0 it crashes

Muetze1 9. Aug 2007 13:05

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Zitat:

Zitat von Razor
Wont work soon as i turn int 2 higher than 0 it crashes

:wall: As I said: int 2 seems to be a pointer. So let it on zero and play with the other parameters while looking at the return value (the two numbers right to the function names).

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...

Razor 9. Aug 2007 14:07

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.

Razor 10. Aug 2007 11:53

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
I also tried compiling the nvidia temperature source code,but it says GR32 is missing.. :?

DGL-luke 10. Aug 2007 11:58

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
http://graphics32.org ;-)

A very good bitmap manipulation library.

Razor 10. Aug 2007 12:49

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Thank you DGL-luke.

Is there a way to check if the card is ATI or NVIDIA? :)

Muetze1 10. Aug 2007 12:54

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...


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:22 Uhr.
Seite 9 von 23   « Erste     789 101119     Letzte »    

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