-
Notifications
You must be signed in to change notification settings - Fork 23
/
README
29 lines (21 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ANNOUNCEMENT
------------
I'm no longer able to maintain adl3 due to family obligations (diapers, etc.). If anyone out there
is able to take over, I'd be greatly obliged. Please message me and we can work out details.
cheers,
-Mark
---
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.
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