Navigation Menu

Skip to content

kuebk/adl3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package wraps the AMD Display Library 3.0 [1] using ctypes. You do *not* need to install the
SDK to use this package, and no compilation is required.

Also included is a sample Python script using adl3 called _atitweak_. This script can list your
adapters and optionally sets core and memory clock speed and voltage per performance level.

For example, to downlock your memory to 300MHz, you might use this command:

$ atitweak -m 300  
Setting performance level 0 on adapter 0: memory clock 300MHz  
Setting performance level 1 on adapter 0: memory clock 300MHz  
Setting performance level 2 on adapter 0: memory clock 300MHz  

WARNING! This software can damage or destroy your graphics card if used incorrectly. 

SECOND WARNING! Currently, only Linux is supported. If you want to do the (minimal) work required
to enable Windows support, please fork and submit a pull request!

If this helps you squeeze out a few extra MHash/s, please consider throwing a few bitcoins my way:
1Kh3DsAhiu65EC7DFFHDGoGowAp5usQrCG

[1] http://developer.amd.com/sdks/adlsdk/pages/default.aspx
    AMD Display Library 3.0

About

ADL (AMD Display Library) 3.0 Python Bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%