Pplib: Difference between revisions

From cchtml.com
No edit summary
Line 5: Line 5:


The full list of supported commands:
The full list of supported commands:
Get version of pplib:
<code>
<code>
  # /usr/local/bin/aticonfig --pplib-cmd "get version"  
  # /usr/local/bin/aticonfig --pplib-cmd "get version"  
Line 10: Line 12:
</code>
</code>


Get activity information:
<code>
<code>
  # /usr/local/bin/aticonfig --pplib-cmd "get activity"
  # /usr/local/bin/aticonfig --pplib-cmd "get activity"
Line 22: Line 25:
</code>
</code>


Get fanspeed of device #0:
<code>
<code>
  # usr/local/bin/aticonfig --pplib-cmd "get fanspeed 0"  
  # usr/local/bin/aticonfig --pplib-cmd "get fanspeed 0"  
Line 29: Line 33:
</code>
</code>


Get clock information of device #0:
<code>
<code>
  # /usr/local/bin/aticonfig --pplib-cmd "get clock 0"  
  # /usr/local/bin/aticonfig --pplib-cmd "get clock 0"  
Line 34: Line 39:
</code>
</code>


Set fanspeed of device #0 to 95%:
<code>
<code>
  # /usr/local/bin/aticonfig --pplib-cmd "set fanspeed 0 95"  
  # /usr/local/bin/aticonfig --pplib-cmd "set fanspeed 0 95"  
  PPLIB command execution is Successful!
  PPLIB command execution is Successful!
</code>
</code>
<code>
/usr/bin/aticonfig --pplib-cmd="notify psrc dc"
PPLIB command execution is Successful!
</code>
<code>
/usr/bin/aticonfig --pplib-cmd="notify psrc ac"
PPLIB command execution is Successful!
</code>
<!-- TODO: Full list, with clock changes, with any hooks & hacks. -->
<!-- TODO: Full list, with clock changes, with any hooks & hacks. -->


<!-- Looking for full documentations and means of this double p in the name of cmd aticonfig option -->
<!-- Looking for full documentations and means of this double p in the name of cmd aticonfig option -->

Revision as of 15:13, 12 November 2012

The --pplib-cmd is a option of aticonfig utility.


The full list of supported commands:

Get version of pplib:

# /usr/local/bin/aticonfig --pplib-cmd "get version" 
PPLIB version is 1.4 and is active

Get activity information:

# /usr/local/bin/aticonfig --pplib-cmd "get activity"
Current Activity is Core Clock: 915MHZ
Memory Clock: 1050MHZ
VDDC: 1175
Activity: 98 percent
Performance Level: 2
Bus Speed: 5000
Bus Lanes: 16
Maximum Bus Lanes: 16

Get fanspeed of device #0:

# usr/local/bin/aticonfig --pplib-cmd "get fanspeed 0" 
Fan speed query: 
Query Index: 0, Speed in percent
Result: Fan Speed: 100% 

Get clock information of device #0:

# /usr/local/bin/aticonfig --pplib-cmd "get clock 0" 
Engine Clock Range: 300-915 MHZ; Memory Clock Range: 300-1050 MHZ;

Set fanspeed of device #0 to 95%:

# /usr/local/bin/aticonfig --pplib-cmd "set fanspeed 0 95" 
PPLIB command execution is Successful!

/usr/bin/aticonfig --pplib-cmd="notify psrc dc"
PPLIB command execution is Successful! 

/usr/bin/aticonfig --pplib-cmd="notify psrc ac"
PPLIB command execution is Successful!