03-29-2013, 09:19 AM -
Hello,
know I have a new Problem. I use GPU-Z and this Skincode for GPU FAN SPEED:
It works.
If I use the same with GPU TEMP
the Display is full blue.
What is the different?
know I have a new Problem. I use GPU-Z and this Skincode for GPU FAN SPEED:
Code:
<?xml version="1.0" encoding="utf-8"?>
<skin width="256" height="16" type="sysmon_main" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.truelaunchbar.com/xml/tlbskins.xsd">
<chart-h-row x="0" y="0" width="256" height="16">
<value src="GPU_FAN_SPEED">
<state>
<brush type="yGradient" color1="rgb(000, 003, 255)" color2="rgb(000, 115, 255)" />
</state>
</value>
<value src="GPU_FAN_SPEED_FREE">
<state>
<brush type="yGradient" color1="rgb(128, 128, 128)" color2="rgb(192, 192, 192)" />
</state>
</value>
</chart-h-row>
<text src="GPU_FAN_RPM" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="left" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
</skin>
If I use the same with GPU TEMP
Code:
<?xml version="1.0" encoding="utf-8"?>
<skin width="256" height="16" type="sysmon_main" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.truelaunchbar.com/xml/tlbskins.xsd">
<chart-h-row x="0" y="0" width="256" height="16">
<value src="GPU_TEMP">
<state>
<brush type="yGradient" color1="rgb(000, 003, 255)" color2="rgb(000, 115, 255)" />
</state>
</value>
<value src="GPU_TEMP_FREE">
<state>
<brush type="yGradient" color1="rgb(128, 128, 128)" color2="rgb(192, 192, 192)" />
</state>
</value>
</chart-h-row>
<text src="GPU_TEMP" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="left" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
</skin>
What is the different?