Advertisement
Guest User

ForceX System Monitor FXSM_V2_settings.inc Edited by noodle

a guest
Mar 15th, 2012
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. [variables]
  2.  
  3.  
  4. ;==================================================================
  5. ;User Settings
  6. ;==================================================================
  7.  
  8.  
  9. ;==================================================================
  10. ;Network Settings
  11. ;==================================================================
  12. ;------------------------------------------------------------------
  13. ;Set your network interface number. 1-5
  14. ;------------------------------------------------------------------
  15.  
  16. Interface=0
  17.  
  18. ;------------------------------------------------------------------
  19. ;Set ISP or local LAN speed in bytes
  20. ;------------------------------------------------------------------
  21. SpeedD=11500000
  22. SpeedU=2000000
  23. ;------------------------------------------------------------------
  24. ;Enable / Disable Number of Connections [ Disable 1 / Enable 0 ]
  25. ;------------------------------------------------------------------
  26.  
  27. ;Connections
  28. Connections=0
  29.  
  30.  
  31. ;==================================================================
  32. ;SPEED FAN - CPU / GPU / HDD Temperature
  33. ;==================================================================
  34. ;Speed Fan CPU1 Number
  35. SFCPU1=8
  36.  
  37. ;Speed Fan CPU2 Number
  38. SFCPU2=9
  39.  
  40. ;Speed Fan CPU3 Number
  41. SFCPU3=10
  42.  
  43. ;Speed Fan CPU4 Number
  44. SFCPU4=11
  45.  
  46.  
  47. ;Speed Fan GPU 1 Number
  48. SFGPU1=7
  49.  
  50. ;Speed Fan GPU 2 Number
  51. SFGPU2=1
  52.  
  53.  
  54.  
  55. ;Speed Fan HDD 1 Number
  56. SFHDD1=
  57.  
  58. ;Speed Fan HDD 2 Number
  59. SFHDD2=
  60.  
  61. ;Speed Fan HDD 3 Number
  62. SFHDD3=
  63.  
  64. ;Speed Fan HDD 4 Number
  65. SFHDD4=
  66.  
  67. ;Speed Fan HDD 5 Number
  68. SFHDD5=
  69.  
  70. ;Speed Fan HDD 6 Number
  71. SFHDD6=
  72.  
  73. ;Speed Fan HDD 7 Number
  74. SFHDD7=
  75.  
  76. ;==================================================================
  77. ;HDD Names
  78. ;==================================================================
  79.  
  80. ;------------------------------------------------------------------
  81. ;Drive Letter & Naming Assignment
  82. ;------------------------------------------------------------------
  83.  
  84. Drive1=C:
  85. Drive2=D:
  86. Drive3=E:
  87. Drive4=F:
  88. Drive5=G:
  89. Drive6=H:
  90. Drive7=I:
  91.  
  92. ;==================================================================
  93. ;Font and Color Settings
  94. ;==================================================================
  95.  
  96. ;----------------------------------------------------
  97. ;Font 1 Settings
  98. ;----------------------------------------------------
  99.  
  100. Font1Name=Tahoma
  101.  
  102. ;---------------------------- Antialias Enable / Diable
  103.  
  104. ;AntiAlias [ Disable 0 / Enable 1 ]
  105. AA=0
  106.  
  107. ;----------------------------------------------------
  108. ;Color Settings
  109. ;----------------------------------------------------
  110.  
  111. ;Box Outline
  112. color0=20, 20, 20, 255
  113.  
  114. ;White
  115. color1=255, 255, 255, 255
  116.  
  117. ;Dark Grey
  118. color2=20, 20, 20, 255
  119.  
  120. ;Black
  121. color3=0, 0, 0, 255
  122.  
  123. ;Blue
  124. color4=0, 100, 200, 255
  125.  
  126. ;Blue Dark
  127. Color5=0, 50, 100, 100
  128.  
  129. ;Green
  130. color6=0, 200, 0, 200
  131.  
  132. ;Green Dark
  133. color7=0, 200, 0, 100
  134.  
  135. ;Title Bar Fill
  136. color8=0, 5, 12, 255
  137.  
  138. ;Title Bar Outline
  139. color9=50, 50, 50, 255
  140.  
  141. ;Message Body
  142. color10=0, 0, 0, 120
  143.  
  144. ;Bar_Red
  145. color11=200,0,0,200
  146.  
  147. ;Bar_GPU_Temp_Red
  148. color12=200,0,0,200
  149.  
  150. ;Bar_Orange
  151. color13=250,125,0,200
  152.  
  153. ;Bar_CPU_Temp_Orange
  154. color14=250,125,0,200
  155.  
  156. ;Font 1
  157. font1=255, 255, 255, 200
  158.  
  159. ;ISP Blue
  160. color15=0, 100, 200, 100
  161.  
  162. ;ISP Green
  163. color16=0, 200, 0, 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement