mjmvisser (OP)
Newbie
Offline
Activity: 58
Merit: 0
|
|
July 26, 2011, 06:14:22 PM |
|
Thanks! The output format is pretty ad-hoc, but it should be stable for the time being. I was thinking a flag to output JSON would be useful, but I haven't had the time to implement it.
|
|
|
|
mjmvisser (OP)
Newbie
Offline
Activity: 58
Merit: 0
|
|
July 26, 2011, 06:21:19 PM |
|
this tool detects 3 of 4 my cards (one is missing) ... also there is no information about DISPLAY -> empty brackets () I've never seen that behaviour before. atitweak is just printing information returned by the driver dso. Is it possible that your xorg.conf is incomplete? Mine looks like this: Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0" Screen "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-0" Screen "aticonfig-Screen[3]-0" RightOf "aticonfig-Screen[2]-0" EndSection
Section "Module" Load "glx" EndSection
Section "Monitor" Identifier "aticonfig-Monitor[0]-0" # Option "VendorName" "ATI Proprietary Driver" # Option "ModelName" "Generic Autodetecting Monitor" # Option "DPMS" "true" HorizSync 30-70 VertRefresh 50-75 EndSection
Section "Monitor" Identifier "aticonfig-Monitor[1]-0" # Option "VendorName" "ATI Proprietary Driver" # Option "ModelName" "Generic Autodetecting Monitor" # Option "DPMS" "true" HorizSync 30-70 VertRefresh 50-75 EndSection
Section "Monitor" Identifier "aticonfig-Monitor[2]-0" # Option "VendorName" "ATI Proprietary Driver" # Option "ModelName" "Generic Autodetecting Monitor" # Option "DPMS" "true" HorizSync 30-70 VertRefresh 50-75 EndSection
Section "Monitor" Identifier "aticonfig-Monitor[3]-0" # Option "VendorName" "ATI Proprietary Driver" # Option "ModelName" "Generic Autodetecting Monitor" # Option "DPMS" "true" HorizSync 30-70 VertRefresh 50-75 EndSection
Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection
Section "Device" Identifier "aticonfig-Device[1]-0" Driver "fglrx" BusID "PCI:2:0:0" EndSection
Section "Device" Identifier "aticonfig-Device[2]-0" Driver "fglrx" BusID "PCI:3:0:0" EndSection
Section "Device" Identifier "aticonfig-Device[3]-0" Driver "fglrx" BusID "PCI:5:0:0" EndSection
Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[1]-0" Device "aticonfig-Device[1]-0" Monitor "aticonfig-Monitor[1]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[2]-0" Device "aticonfig-Device[2]-0" Monitor "aticonfig-Monitor[2]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[3]-0" Device "aticonfig-Device[3]-0" Monitor "aticonfig-Monitor[3]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
The commented out sections are to disable monitor auto-detection, since my cards are all running headless. There should be one ServerLayout section and one Device/Screen/Monitor sections for each card. You can get the PCI addresses with lspci.
|
|
|
|
mjmvisser (OP)
Newbie
Offline
Activity: 58
Merit: 0
|
|
July 26, 2011, 06:27:23 PM |
|
UPDATE: adl3 v0.4sudo easy_install --upgrade adl3 Features: - Windows support (thanks to Jakub Lekstan) Next version: I haven't had a chance to mess around with ADL3's i2c API to set the voltage. If anyone wants to take a crack at that one, be my guest. Donations are welcome: 1Kh3DsAhiu65EC7DFFHDGoGowAp5usQrCG cheers, -Mark
|
|
|
|
Tereska
Newbie
Offline
Activity: 17
Merit: 0
|
|
July 26, 2011, 06:30:11 PM |
|
mine looks like this: Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0" Screen "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-0" Screen "aticonfig-Screen[3]-0" RightOf "aticonfig-Screen[2]-0" EndSection
Section "Module" EndSection
Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection
Section "Monitor" Identifier "aticonfig-Monitor[1]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection
Section "Monitor" Identifier "aticonfig-Monitor[2]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true"
EndSection
Section "Monitor" Identifier "aticonfig-Monitor[3]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection
Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:11:0:0" EndSection
Section "Device" Identifier "aticonfig-Device[1]-0" Driver "fglrx" BusID "PCI:10:0:0" EndSection
Section "Device" Identifier "aticonfig-Device[2]-0" Driver "fglrx" BusID "PCI:5:0:0" EndSection
Section "Device" Identifier "aticonfig-Device[3]-0" Driver "fglrx" BusID "PCI:4:0:0" EndSection
Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[1]-0" Device "aticonfig-Device[1]-0" Monitor "aticonfig-Monitor[1]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[2]-0" Device "aticonfig-Device[2]-0" Monitor "aticonfig-Monitor[2]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[3]-0" Device "aticonfig-Device[3]-0" Monitor "aticonfig-Monitor[3]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ------ atitweak -l 0. ATI Radeon HD 5800 Series () engine clock range is 80 - 900MHz memory clock range is 150 - 1250MHz core voltage range is 0.95 - 1.195VDC performance level 0: engine clock 157MHz, memory clock 300MHz, core voltage 0.95VDC performance level 1: engine clock 600MHz, memory clock 900MHz, core voltage 1.063VDC performance level 2: engine clock 900MHz, memory clock 900MHz, core voltage 1.163VDC fan speed range: 0 - 100%, 800 - 5100 RPM 1. ATI Radeon HD 5800 Series () engine clock range is 80 - 900MHz memory clock range is 150 - 1250MHz core voltage range is 0.95 - 1.195VDC performance level 0: engine clock 157MHz, memory clock 300MHz, core voltage 0.95VDC performance level 1: engine clock 600MHz, memory clock 900MHz, core voltage 1.063VDC performance level 2: engine clock 900MHz, memory clock 900MHz, core voltage 1.163VDC fan speed range: 0 - 100%, 800 - 5100 RPM 2. ATI Radeon HD 5800 Series () engine clock range is 80 - 900MHz memory clock range is 150 - 1250MHz core voltage range is 0.95 - 1.195VDC performance level 0: engine clock 157MHz, memory clock 300MHz, core voltage 0.95VDC performance level 1: engine clock 600MHz, memory clock 900MHz, core voltage 1.063VDC performance level 2: engine clock 900MHz, memory clock 900MHz, core voltage 1.125VDC fan speed range: 0 - 100%, 800 - 5100 RPM
what could be wrong?
|
|
|
|
gnar1ta$
Donator
Hero Member
Offline
Activity: 798
Merit: 500
|
|
July 26, 2011, 06:55:26 PM |
|
I love atitweak, simple and helps me custom set everything on my cards. Also lets me check what clocks actually stick. Great tool! The shortened syntax rocks(took me a sec to figure out though), saves time when I am testing out new cards or trying higher or lower clocks. Here is what I run right before I begin mining. atitweak -m 725 -P 2 -A 0 atitweak -m 725 -P 1 -A 0 atitweak -e 850 -P 2 -A 0 atitweak -m 855 -P 2 -A 1 atitweak -m 855 -P 1 -A 1 atitweak -e 955 -P 2 -A 1 atitweak -f 83 -A 0 atitweak -f 70 -A 1 You know you can shorten this more (I'm lazy - less typing = more beer drinking) atitweak -m 775 -e 850 -f 83 -A 0 atitweak -m 855 -e 995 -f 70 -A 1 Unless you have some need of running different settings for performance levels??? /donation sent thanks for the work
|
Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
|
|
|
fitty
|
|
July 27, 2011, 02:59:40 AM |
|
Hi everyone,
I'm not sure if it's a bug or mistake on my part. On Linux if you set the memory clock without a performance-level it works fine and appears to set all performance levels with the memory clock inputted. If you set the engine-clock without a performance level it crashes. When I add back the performance-level it then works (and doesn't crash). Anyway great job the tool is great. =)
|
|
|
|
dishwara
Legendary
Offline
Activity: 1855
Merit: 1016
|
|
July 27, 2011, 06:36:22 AM |
|
UPDATE: adl3 v0.4sudo easy_install --upgrade adl3 Features: - Windows support (thanks to Jakub Lekstan) Windows support? How to run in windows? What other things required to run in windows?
|
|
|
|
cicada
|
|
July 27, 2011, 08:12:09 PM |
|
Maybe I missed while skimming the thread, but has anyone tried this on 69xx series hardware?
Curious if this gets around the 'memory clock must be >= gpu clock - 125mhz' issue..
Someone indicated in another thread they were able to use it successfully on a 6990, I'm more curious about 6950 / 6970's
|
Team Epic!All your bitcoin are belong to 19mScWkZxACv215AN1wosNNQ54pCQi3iB7
|
|
|
coblee
Donator
Legendary
Offline
Activity: 1654
Merit: 1351
Creator of Litecoin. Cryptocurrency enthusiast.
|
|
July 27, 2011, 08:17:12 PM |
|
Maybe I missed while skimming the thread, but has anyone tried this on 69xx series hardware?
Curious if this gets around the 'memory clock must be >= gpu clock - 125mhz' issue..
Someone indicated in another thread they were able to use it successfully on a 6990, I'm more curious about 6950 / 6970's
I've tried this on my 6970 and no, it doesn't get around that issue. I still have to set memory clock >= gpu clock - 125. But this tool is definitely easier to use than aticonfig.
|
|
|
|
mjmvisser (OP)
Newbie
Offline
Activity: 58
Merit: 0
|
|
July 27, 2011, 09:51:43 PM |
|
mine looks like this:
...
Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection
... what could be wrong?
I found X wouldn't initialize properly with those three options (VendorName, ModelName, DPMS) in the Monitor sections. I think it was trying to autodetect the monitors. Try commenting them out? Everything else looks fine.
|
|
|
|
mjmvisser (OP)
Newbie
Offline
Activity: 58
Merit: 0
|
|
July 27, 2011, 09:54:56 PM |
|
Windows support? How to run in windows? What other things required to run in windows?
You'll need to install Python, for starters. Unless you're writing your own Python tools for Windows, it's probably easier to use one of the GUI-based overclocking tools.
|
|
|
|
amazingrando
|
|
July 29, 2011, 04:38:32 PM |
|
Thank you OP for this tool. It's very helpful. I have two rigs, both with the same cards - Gigabyte 6950 OC's. Both are Ubuntu 11.04 with the 2.4 SDK and Catalyst 11.5 (IIRC). One has only one GPU. atitweak works perfectly on that rig. I am able to go above the BIOS limit on the core (though can't underclock memory below the limit, which is ok). On my other rig, which has two GPUs, but otherwise the same setup I get an error and cannot set the clocks. When I run this: atitweak --adapter=0 --set-engine-clock=920 --set-memory-clock=300 --performance-level=all
I get this output: ADL_Overdrive5_ODPerformanceLevels_Set failed.
Any ideas?
|
Bitbond - 105% PPS mining bond - mining payouts without buying hardware
|
|
|
gnar1ta$
Donator
Hero Member
Offline
Activity: 798
Merit: 500
|
|
July 29, 2011, 11:57:09 PM Last edit: July 30, 2011, 12:27:30 AM by gnar1ta$ |
|
Thank you OP for this tool. It's very helpful. I have two rigs, both with the same cards - Gigabyte 6950 OC's. Both are Ubuntu 11.04 with the 2.4 SDK and Catalyst 11.5 (IIRC). One has only one GPU. atitweak works perfectly on that rig. I am able to go above the BIOS limit on the core (though can't underclock memory below the limit, which is ok). On my other rig, which has two GPUs, but otherwise the same setup I get an error and cannot set the clocks. When I run this: atitweak --adapter=0 --set-engine-clock=920 --set-memory-clock=300 --performance-level=all
I get this output: ADL_Overdrive5_ODPerformanceLevels_Set failed.
Any ideas? My 6950's won't let me set mem below e clock-125 try atitweak -e 920 -m 795 -A 0 Make the cards are listed correctly in atitweak -l. I had one not being detected.
|
Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
|
|
|
dishwara
Legendary
Offline
Activity: 1855
Merit: 1016
|
|
July 30, 2011, 04:10:18 AM |
|
Ha Thank you OP for this tool. It's very helpful. I have two rigs, both with the same cards - Gigabyte 6950 OC's. Both are Ubuntu 11.04 with the 2.4 SDK and Catalyst 11.5 (IIRC). One has only one GPU. atitweak works perfectly on that rig. I am able to go above the BIOS limit on the core (though can't underclock memory below the limit, which is ok). On my other rig, which has two GPUs, but otherwise the same setup I get an error and cannot set the clocks. When I run this: atitweak --adapter=0 --set-engine-clock=920 --set-memory-clock=300 --performance-level=all
I get this output: ADL_Overdrive5_ODPerformanceLevels_Set failed.
Any ideas? My 6950's won't let me set mem below e clock-125 try atitweak -e 920 -m 795 -A 0 Make the cards are listed correctly in atitweak -l. I had one not being detected. Have u tried 11.7 catalyst released on 27 July 2011? Also ur code has many mistakes. for core clock "-c" is used, for adapter "-a" small a, NOT capital a must be used.
|
|
|
|
gnar1ta$
Donator
Hero Member
Offline
Activity: 798
Merit: 500
|
|
July 30, 2011, 04:48:59 AM |
|
From the help page: -e ENGINE_CLOCK, --set-engine-clock=ENGINE_CLOCK Sets engine clock speed (in MHz) for the selected performance levels on the selected adapters. -A ADAPTERLIST, --adapter=ADAPTERLIST Selects which adapters returned by --list-adapters should be affected by other atitweak options.
From my rig: root@miner:/etc/bamt# atitweak -e 900 -m 800 -A 0 Setting performance level 0 on adapter 0: engine clock 900MHz, memory clock 800MHz Setting performance level 1 on adapter 0: engine clock 900MHz, memory clock 800MHz Setting performance level 2 on adapter 0: engine clock 900MHz, memory clock 800MHz
|
Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
|
|
|
amazingrando
|
|
July 30, 2011, 06:48:10 AM |
|
Have u tried 11.7 catalyst released on 27 July 2011?
I just tried it today and found that when mining the CPU was at 100% (instead of ~3%). Seems like other people are also having the issue too.
|
Bitbond - 105% PPS mining bond - mining payouts without buying hardware
|
|
|
EskimoBob
Legendary
Offline
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
|
|
July 30, 2011, 09:53:51 AM |
|
Maybe I missed while skimming the thread, but has anyone tried this on 69xx series hardware?
Curious if this gets around the 'memory clock must be >= gpu clock - 125mhz' issue..
Someone indicated in another thread they were able to use it successfully on a 6990, I'm more curious about 6950 / 6970's
I've tried this on my 6970 and no, it doesn't get around that issue. I still have to set memory clock >= gpu clock - 125. But this tool is definitely easier to use than aticonfig. I have 6950 and I can do it. Update your drivers. You can do that with aticonfig too, if you use >=11.6 drivers. aticonfig --adapter=0 --od-setclocks=900,700 If aticonfig can do it, so can this aticonfig --help: ATI Overdrive (TM) options:
... --od-enable Unlocks the ability to change core or memory clock values by acknowledging that you have read and understood the ATI Overdrive (TM) disclaimer and accept responsibility for and recognize the potential dangers posed to your hardware by changing the default core or memory clocks
|
While reading what I wrote, use the most friendliest and relaxing voice in your head. BTW, Things in BTC bubble universes are getting ugly....
|
|
|
gnar1ta$
Donator
Hero Member
Offline
Activity: 798
Merit: 500
|
|
July 30, 2011, 08:12:04 PM |
|
I have 6950 and I can do it. Update your drivers. You can do that with aticonfig too, if you use >=11.6 drivers. aticonfig --adapter=0 --od-setclocks=900,700 If aticonfig can do it, so can this aticonfig --help: ATI Overdrive (TM) options:
... --od-enable Unlocks the ability to change core or memory clock values by acknowledging that you have read and understood the ATI Overdrive (TM) disclaimer and accept responsibility for and recognize the potential dangers posed to your hardware by changing the default core or memory clocks
Maybe it's the model of card or motherboard? I have 11.6 with OD enabled and all my cards will default back to 1250 mem with aticonfig, atitweak, and AMDOverdriveCtrl.
|
Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
|
|
|
djex
|
|
July 30, 2011, 10:00:23 PM |
|
Maybe it's the model of card or motherboard? I have 11.6 with OD enabled and all my cards will default back to 1250 mem with aticonfig, atitweak, and AMDOverdriveCtrl.
Yeah mine does the same thing. I have a HD 6950. The memory clock will under clock but as soon as I start mining it defaults back to the stock clock.
|
: 1LbvSEJwtQZKLSQQVYxQJes8YneQk2yhE3
|
|
|
Tartarus
Newbie
Offline
Activity: 47
Merit: 0
|
|
July 31, 2011, 02:54:39 AM |
|
Maybe it's the model of card or motherboard? I have 11.6 with OD enabled and all my cards will default back to 1250 mem with aticonfig, atitweak, and AMDOverdriveCtrl.
Yeah mine does the same thing. I have a HD 6950. The memory clock will under clock but as soon as I start mining it defaults back to the stock clock. There's two things going on. First, with the default BIOS, you cannot have more than 125MHz between the core and memory clocks, eg 900/775 works, 900/770 goes and switches back to 900/1250. Second, you must use something like AMDOverdriveCtrl to modify the ranges, if you wish to tweak the memory clock below 1250 otherwise it will have an enforced range of 1250-1325. What I do is fire up AMDOverdriveCtrl to change the peaks so that I can OC and then leave that up and running and use aticonfig for the rest.
|
|
|
|
|