Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [Variables]
  2.  
  3. ; ============================================================
  4. ; HWiNFO Variables
  5.  
  6. ;Here this example for HWiNFO GPU Entry ID:
  7.  
  8. ;GPU1CoreUsg = GPU Core Load
  9. ;GPU1CoreClk = GPU Core Clock
  10. ;GPU1ShdClk = GPU Shader Clock
  11. ;GPU1MemClk = GPU Memory Clock
  12. ;GPU1MemUsg = GPU Memory Allocated
  13. ;GPU1FanSpd = GPU Fan Speed
  14. ;GPU1Temp = GPU Temperarure
  15. ;GPU1Volt = GPU Core Voltage
  16.  
  17. ; ============================================================
  18.  
  19. ; HWiNFO GPU
  20. GPU1SensorID=0xe0002000
  21. GPU1SensorInstance=0x0
  22. GPU1CoreUsg=0x7000000
  23. GPU1CoreClk=0x6000000
  24. GPU1ShdClk=0x6000005
  25. GPU1MemClk=0x6000004
  26. GPU1MemUsg=0x7000008
  27. GPU1FanSpd=0x3000000
  28. GPU1Temp=0x1000000
  29. GPU1Volt=0x2000000
  30.  
  31. ; HWiNFO Motherboard
  32. MBSensorID=0xf0008665
  33. MBSensorInstance=0x0
  34. MBCPUTemp=0x1000000
  35.  
  36. ; HWiNFO CPU
  37. CPUSensorID=0xf0000501
  38. CPUSensorInstance=0x0
  39. CPUTDP=0x500000f
  40.  
  41. ; ============================================================
  42. ; Styles System
  43.  
  44. ;Page
  45. Page=Info
  46. PageLine=80
  47.  
  48. ;Styles
  49. TypeFace=Exo 2
  50. TypeCase=Upper
  51. ColorText=255,255,255
  52.  
  53. ;Bars
  54. ColorBar=255,255,255
  55. SolidBar=255,255,255
  56.  
  57. ;Cores
  58. NumCores=12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement