Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 629. (Read 5806103 times)

legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Can cgminer set GPU/MEM frequencies out of BIOS ranges? For example, something like MSI Afterburner in Windows can do?
cgminer uses ADL (AMD Display Library, written by ... AMD)
If ADL can't do it, cgminer can't do it.
The expected answer to your question is 'no'
hero member
Activity: 531
Merit: 505
Can cgminer set GPU/MEM frequencies out of BIOS ranges? For example, something like MSI Afterburner in Windows can do?
hero member
Activity: 772
Merit: 500
I would love to see an expanded version of this that goes down to 100 (or lower) memclock using latest version of cgminer, latest drivers, and SDK 2.1.
Here is some tests


Wow, now that are very nice graphs ... it would be so cool, if you could add the diakgcn kernel into that (-k diakgcn). Not because I think it is faster, but it would be great to know how it performs in comparison to the other available kernels.

Dia
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
...
kano,

intensity has an even bigger influence than CPU speed, at intensity 'd', same 800 MHz CPU speed, cgminer uses around 50% CPU time

Code:
...

spiccioli

Actually - logically as the intensity drops, the CPU must increase.

When the intensity goes down, it means the work is broken up into smaller pieces.
More pieces means more CPU processing and transferring for the same amount of hashes.

I run 2x6950 on a 3.07GHz i3 CPU running at 1.2GHz and -I 9 and get ~2% CPU (hmm 2 seems low - I would have guessed 5 ...)
(that % number means of a single core in linux coz if you e.g. have 2 cores - total is CPU 200%)
So it's not totally surprising getting high CPU use with 5 GPU's and low power CPU and lower intensity.
newbie
Activity: 26
Merit: 0
I would love to see an expanded version of this that goes down to 100 (or lower) memclock using latest version of cgminer, latest drivers, and SDK 2.1.
Here is some tests
http://i.imgur.com/TPRiol.png
You sir, are full of awesome. Will we be able to see the other test results soon?
Do you have a 5870 to test with?

@tenzor Were you running this on linux? And are you willing to share the script you used to generate these results?
legendary
Activity: 1379
Merit: 1003
nec sine labore
...
So either my CPU is too weak to handle 5 GPUs or cpu usage can be lower, but it does not depend on catalyst/amd sdk.

BTW I've tested catalyst 11.12 (11.11 gives problems installing) and 12.1 on xubuntu 11.10 64bit this morning with more or less same levels of CPU usage.

spiccioli
While it's running at 60% CPU ...
cat /proc/cpuinfo

Note it says CPU MHz 800.00 so I think I've being chasing the wrong problem for two days, if CPU is at 2.8Ghz cgminer uses around 10% of CPU Smiley

Thanks for your help!

spiccioli.

kano,

intensity has an even bigger influence than CPU speed, at intensity 'd', same 800 MHz CPU speed, cgminer uses around 50% CPU time

Code:
top - 23:00:10 up  3:39,  2 users,  load average: 0.06, 0.03, 0.05
Tasks: 145 total,   1 running, 144 sleeping,   0 stopped,   0 zombie
Cpu(s): 10.2%us,  8.5%sy,  0.9%ni, 78.2%id,  2.1%wa,  0.0%hi,  0.1%si,  0.0%st
Mem:   4055036k total,  1491940k used,  2563096k free,    52424k buffers
Swap:  4187132k total,        0k used,  4187132k free,   418096k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
17249 user      20   0  515m 134m  37m S 48.9  3.4  11:41.81 cgminer
 1307 user      20   0  175m 106m 3596 S  3.9  2.7   5:34.95 python
18999 user      20   0 19348 1292  924 R  2.0  0.0   0:00.01 top
    1 root      20   0 24000 2104 1292 S  0.0  0.1   0:01.17 init
    2 root      20   0     0    0    0 S  0.0  0.0   0:00.00 kthreadd
    3 root      20   0     0    0    0 S  0.0  0.0   0:00.85 ksoftirqd/0
    5 root      20   0     0    0    0 S  0.0  0.0   0:00.22 kworker/u:0
    6 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0

spiccioli
hero member
Activity: 772
Merit: 500

You could simply try another kernel, as there are 4 of them Cheesy. Have you installed the latest NVIDIA drivers?

Add one of this switches to your command line:

-k diablo
-k diakgcn
-k poclbm
-k phatk

Dia

Thanks for the tip.  Drivers are up to date, and I tried all 4 kernels.  On all 4 kernels, the display driver still crashes immediately.

Code:
cgminer -o http://localhost:9332 -O user:pass -d 0 -k (kernel)

If I run the poclbm executable from the guiminer package, it seems to work just fine.  GPU is pegged and things appear to be running at ~25M.  Guess I'll just do this for now and wait a new release of cgminer.

Is there anything I can do to actually help figure out what's happening?

Thanks,

-Prayer


Lets start simple.  
Delete (or move) any bin files in cgminer folder.
Return all cards to stock.
Don't run any third party utilities (Trixx, AB, Catalyst Control Center).  If they are set to run at boot change that temporarily.
Do a reboot try running cgminer with code above.  Does it still crash?  Is so well then you stumped me. Smiley
If not then you have a starting point.

The only two things I can think of is
a) cgminer is very efficient.  It pushes a card harder than other miners at a given clock thus you can't always run same clock.  What matters is MH/s (or more directly shares/min) not clock so cgminer can still be the best miner
b) you got some other junk utility like afterburner which is causing a conflict.

It would be interesting to know, if any .bin files are generated at all ... perhaps it's a compilation issue with the OpenCL compiler.
You could try to add -v 1 -w 64 to force no vectors and worksize of 64 (perhaps CGMINER autodetection messes something up), I guess this should be save on NVIDIA, but I have really no mining experience with their GPUs.

Dia
donator
Activity: 1218
Merit: 1080
Gerald Davis

You could simply try another kernel, as there are 4 of them Cheesy. Have you installed the latest NVIDIA drivers?

Add one of this switches to your command line:

-k diablo
-k diakgcn
-k poclbm
-k phatk

Dia

Thanks for the tip.  Drivers are up to date, and I tried all 4 kernels.  On all 4 kernels, the display driver still crashes immediately.

Code:
cgminer -o http://localhost:9332 -O user:pass -d 0 -k (kernel)

If I run the poclbm executable from the guiminer package, it seems to work just fine.  GPU is pegged and things appear to be running at ~25M.  Guess I'll just do this for now and wait a new release of cgminer.

Is there anything I can do to actually help figure out what's happening?

Thanks,

-Prayer


Lets start simple.  
Delete (or move) any bin files in cgminer folder.
Return all cards to stock.
Don't run any third party utilities (Trixx, AB, Catalyst Control Center).  If they are set to run at boot change that temporarily.
Do a reboot try running cgminer with code above.  Does it still crash?  Is so well then you stumped me. Smiley
If not then you have a starting point.

The only two things I can think of is
a) cgminer is very efficient.  It pushes a card harder than other miners at a given clock thus you can't always run same clock.  What matters is MH/s (or more directly shares/min) not clock so cgminer can still be the best miner
b) you got some other junk utility like afterburner which is causing a conflict.


member
Activity: 69
Merit: 10

You could simply try another kernel, as there are 4 of them Cheesy. Have you installed the latest NVIDIA drivers?

Add one of this switches to your command line:

-k diablo
-k diakgcn
-k poclbm
-k phatk

Dia

Thanks for the tip.  Drivers are up to date, and I tried all 4 kernels.  On all 4 kernels, the display driver still crashes immediately.

Code:
cgminer -o http://localhost:9332 -O user:pass -d 0 -k (kernel)

If I run the poclbm executable from the guiminer package, it seems to work just fine.  GPU is pegged and things appear to be running at ~25M.  Guess I'll just do this for now and wait a new release of cgminer.

Is there anything I can do to actually help figure out what's happening?

Thanks,

-Prayer
legendary
Activity: 1379
Merit: 1003
nec sine labore
...
So either my CPU is too weak to handle 5 GPUs or cpu usage can be lower, but it does not depend on catalyst/amd sdk.

BTW I've tested catalyst 11.12 (11.11 gives problems installing) and 12.1 on xubuntu 11.10 64bit this morning with more or less same levels of CPU usage.

spiccioli
While it's running at 60% CPU ...
cat /proc/cpuinfo

kano,

here it is, cgminer alone around 40%

Code:
processor	: 0
vendor_id : AuthenticAMD
cpu family : 16
model : 6
model name : AMD Sempron(tm) 145 Processor
stepping : 3
cpu MHz : 800.000
cache size : 1024 KB
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc up rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr npt lbrv svm_lock nrip_save
bogomips : 5623.63
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

Note it says CPU MHz 800.00 so I think I've being chasing the wrong problem for two days, if CPU is at 2.8Ghz cgminer uses around 10% of CPU Smiley

Thanks for your help!

spiccioli.

rjk
sr. member
Activity: 462
Merit: 250
1ngldh
I would love to see an expanded version of this that goes down to 100 (or lower) memclock using latest version of cgminer, latest drivers, and SDK 2.1.
Here is some tests

You sir, are full of awesome. Will we be able to see the other test results soon?
Do you have a 5870 to test with?
hero member
Activity: 772
Merit: 500
Not sure what's going on, but when I attempt to start cgminer, my display driver immediately crashes, and all I get from cgminer, is this:

Code:
[2012-02-26 09:29:29] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:29] Failed to tq_push in queue_request
[2012-02-26 09:29:39] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:39] Failed to tq_push in queue_request

A search on "tq_push in queue_request" turned up nothing useful.

When I exit cgminer, I get this:
Code:
[2012-02-26 09:45:59]
Summary of runtime statistics:

[2012-02-26 09:45:59] Started at [2012-02-26 09:12:24]
[2012-02-26 09:45:59] Pool: http://127.0.0.1:9332
[2012-02-26 09:45:59] Runtime: 0 hrs : 0 mins : 0 secs
[2012-02-26 09:45:59] Average hashrate: 672.8 Megahash/s
[2012-02-26 09:45:59] Solved blocks: 0
[2012-02-26 09:45:59] Queued work requests: 2254
[2012-02-26 09:45:59] Share submissions: 0
[2012-02-26 09:45:59] Accepted shares: 0
[2012-02-26 09:45:59] Rejected shares: 0
[2012-02-26 09:45:59] Hardware errors: 0
[2012-02-26 09:45:59] Efficiency (accepted / queued): 0%
[2012-02-26 09:45:59] Utility (accepted shares / min): 0.00/min

[2012-02-26 09:45:59] Discarded work due to new blocks: 204
[2012-02-26 09:45:59] Stale submissions discarded due to new blocks: 0
[2012-02-26 09:45:59] Unable to get work from server occasions: 95
[2012-02-26 09:45:59] Work items generated locally: 24762
[2012-02-26 09:45:59] Submitting work remotely delay occasions: 0
[2012-02-26 09:45:59] New blocks detected on network: 6

The things that concern me, is that the runtime at 0 hours, 0 mins, 0 secs, and the hashrate of 672.8.  If, after 33 minutes, the runtime is 0, how is there /any/ hashrate at all?  How is is 672, when pcolbm reports only 26.  Is cgminer really 25x faster?

Any suggestions on what to look at?

Asus M5A99X MB
AMD FX-4100
8GB RAM
Nvidia 8800GT, driver version 285.62
Windows 7 x64 SP1

I'm still using an old video card because it did what I needed it to do when I upgraded everything else.  I found Bitcoin just a couple weeks later.  I may upgrade to something else, I may not... haven't decided yet.

Thanks,

-Prayer


You could simply try another kernel, as there are 4 of them Cheesy. Have you installed the latest NVIDIA drivers?

Add one of this switches to your command line:

-k diablo
-k diakgcn
-k poclbm
-k phatk

Dia
full member
Activity: 210
Merit: 100
A search on "tq_push in queue_request" turned up nothing useful...
How about doing a search of queue_request inside cgminer source code?

Code:
static bool queue_request(struct thr_info *thr, bool needed)
{
(...)
applog(LOG_DEBUG, "Queueing getwork request to work thread");

/* send work request to workio thread */
if (unlikely(!tq_push(thr_info[work_thr_id].q, wc))) {
applog(LOG_ERR, "Failed to tq_push in queue_request");
workio_cmd_free(wc);
return false;
}
(...)
}

Some nVidia-specific bug? The hash rate is obviously bogus, it looks as if the kernel failed to perform some check and treated garbage as valid shares. Which kernel did you try?
member
Activity: 69
Merit: 10
Not sure what's going on, but when I attempt to start cgminer, my display driver immediately crashes, and all I get from cgminer, is this:

Code:
[2012-02-26 09:29:29] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:29] Failed to tq_push in queue_request
[2012-02-26 09:29:39] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:39] Failed to tq_push in queue_request

A search on "tq_push in queue_request" turned up nothing useful.

When I exit cgminer, I get this:
Code:
[2012-02-26 09:45:59]
Summary of runtime statistics:

[2012-02-26 09:45:59] Started at [2012-02-26 09:12:24]
[2012-02-26 09:45:59] Pool: http://127.0.0.1:9332
[2012-02-26 09:45:59] Runtime: 0 hrs : 0 mins : 0 secs
[2012-02-26 09:45:59] Average hashrate: 672.8 Megahash/s
[2012-02-26 09:45:59] Solved blocks: 0
[2012-02-26 09:45:59] Queued work requests: 2254
[2012-02-26 09:45:59] Share submissions: 0
[2012-02-26 09:45:59] Accepted shares: 0
[2012-02-26 09:45:59] Rejected shares: 0
[2012-02-26 09:45:59] Hardware errors: 0
[2012-02-26 09:45:59] Efficiency (accepted / queued): 0%
[2012-02-26 09:45:59] Utility (accepted shares / min): 0.00/min

[2012-02-26 09:45:59] Discarded work due to new blocks: 204
[2012-02-26 09:45:59] Stale submissions discarded due to new blocks: 0
[2012-02-26 09:45:59] Unable to get work from server occasions: 95
[2012-02-26 09:45:59] Work items generated locally: 24762
[2012-02-26 09:45:59] Submitting work remotely delay occasions: 0
[2012-02-26 09:45:59] New blocks detected on network: 6

The things that concern me, is that the runtime at 0 hours, 0 mins, 0 secs, and the hashrate of 672.8.  If, after 33 minutes, the runtime is 0, how is there /any/ hashrate at all?  How is is 672, when pcolbm reports only 26.  Is cgminer really 25x faster?

Any suggestions on what to look at?

Asus M5A99X MB
AMD FX-4100
8GB RAM
Nvidia 8800GT, driver version 285.62
Windows 7 x64 SP1

I'm still using an old video card because it did what I needed it to do when I upgraded everything else.  I found Bitcoin just a couple weeks later.  I may upgrade to something else, I may not... haven't decided yet.

Thanks,

-Prayer
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
...
So either my CPU is too weak to handle 5 GPUs or cpu usage can be lower, but it does not depend on catalyst/amd sdk.

BTW I've tested catalyst 11.12 (11.11 gives problems installing) and 12.1 on xubuntu 11.10 64bit this morning with more or less same levels of CPU usage.

spiccioli
While it's running at 60% CPU ...
cat /proc/cpuinfo
sr. member
Activity: 308
Merit: 250
I would love to see an expanded version of this that goes down to 100 (or lower) memclock using latest version of cgminer, latest drivers, and SDK 2.1.
Here is some tests
legendary
Activity: 1379
Merit: 1003
nec sine labore
Hi,

I don't know if this is the correct forum where ask my question, but since it is cgminer related I start from here Smiley

I've got a five 5870 rig I've just set up, it runs xubuntu 11.10 with catalyst 11.8 (the one that installs using xubuntu proprietary drivers applet) and I've installed AMD SDK 2.4.

If I don't use GPU_USE_SYNC_OBJECTS=1  CPU usage goes to 90%, If I use it, on the other hand, cgminer uses from 20 to 35% of CPU and CPU is a sempron 2.8 Ghz

Dud catalyst driver. Use 11.6 or 11.11+ on linux.

Sorry ckolivas,

but there is something else, I've just reinstalled everything using kano recipe, now I have xubuntu 11.04 64bit, catalyst 11.6 and AMD SDK 2.4

Code:
fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context



display: :0.0  screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context



display: :0.0  screen: 2
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context



display: :0.0  screen: 3
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context



display: :0.0  screen: 4
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context

Code:
cgminer/cgminer -ndevs
[2012-02-26 14:25:56] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[2012-02-26 14:25:56] CL Platform 0 name: AMD Accelerated Parallel Processing
[2012-02-26 14:25:56] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
[2012-02-26 14:25:56] Platform 0 devices: 5
[2012-02-26 14:25:56] GPU 0 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 0 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 0 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 0 voltage to 1.050
[2012-02-26 14:25:56] GPU 1 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 1 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 1 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 1 voltage to 1.050
[2012-02-26 14:25:56] GPU 2 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 2 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 2 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 2 voltage to 1.050
[2012-02-26 14:25:56] GPU 3 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 3 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 3 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 3 voltage to 1.050
[2012-02-26 14:25:56] GPU 4 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 4 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 4 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 4 voltage to 1.050
[2012-02-26 14:25:56] 5 GPU devices max detected

without GPU_USE_SYNC_OBJECTS=1 either cgminer 2.1.2 or 2.3.1-2 use around 90% of CPU, with sync objects they're around 30-40% with 2.3.1-2 using around 5% more than 2.1.2

Code:
 cgminer version 2.3.1 - Started: [2012-02-26 14:11:52]
--------------------------------------------------------------------------------
 (5s):1661.5 (avg):1696.8 Mh/s | Q:215  A:188  R:0  HW:0  E:87%  U:23.48/m
 TQ: 7  ST: 8  SS: 0  DW: 11  NB: 3  LW: 0  GF: 0  RF: 0
 Connected to http://pool.abcpool.co:8332 with LP as user spiccioli.m2
 Block: 0000065f11c15097cce668b2f037fbe7...  Started: [14:16:15]
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  73.0C  25%    | 336.6/346.5Mh/s | A:31 R:0 HW:0 U: 3.87/m I: 5
 GPU 1:  73.5C 1270RPM | 331.8/343.1Mh/s | A:34 R:0 HW:0 U: 4.25/m I: 5
 GPU 2:  71.5C 2012RPM | 329.9/341.4Mh/s | A:48 R:0 HW:0 U: 5.99/m I: 5
 GPU 3:  69.0C 1759RPM | 331.1/339.2Mh/s | A:46 R:0 HW:0 U: 5.74/m I: 5
 GPU 4:  75.5C 2214RPM | 327.1/335.2Mh/s | A:30 R:0 HW:0 U: 3.75/m I: 5
--------------------------------------------------------------------------------

and top

Code:
top - 14:21:44 up 17 min,  3 users,  load average: 0.05, 0.25, 0.38
Tasks: 145 total,   1 running, 144 sleeping,   0 stopped,   0 zombie
Cpu(s): 20.5%us, 32.0%sy,  0.0%ni, 47.3%id,  0.3%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   4055036k total,  1402804k used,  2652232k free,    20796k buffers
Swap:  4187132k total,        0k used,  4187132k free,   290544k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND             
 2423 user      20   0  570m 225m  52m S 32.2  5.7   3:18.96 cgminer             
 1177 root      20   0  675m 111m  75m S  9.9  2.8   1:12.56 Xorg               
 2636 user      20   0  772m 150m  39m S  6.1  3.8   0:45.95 firefox-bin         
    4 root      20   0     0    0    0 S  1.7  0.0   0:15.12 kworker/0:0         
 2875 root      20   0     0    0    0 S  1.7  0.0   0:05.71 kworker/0:2         
 1491 user      20   0  176m  14m 9472 S  0.3  0.4   0:02.14 xfwm4               
 1740 user      20   0  269m  17m  10m S  0.3  0.4   0:04.81 xfce4-terminal     
 1483 user      20   0 64112 2904 1968 S  0.1  0.1   0:00.96 xscreensaver       
    1 root      20   0 24008 2136 1292 S  0.0  0.1   0:01.15 init               

with sync objects to 0, same cgminer

Code:
top - 14:23:24 up 19 min,  3 users,  load average: 4.33, 1.33, 0.73
Tasks: 145 total,   2 running, 143 sleeping,   0 stopped,   0 zombie
Cpu(s):  6.3%us, 93.7%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   4055036k total,  1383356k used,  2671680k free,    20900k buffers
Swap:  4187132k total,        0k used,  4187132k free,   290640k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND             
 3329 user      20   0  558m 213m  39m S 61.2  5.4   0:35.00 cgminer             
 2875 root      20   0     0    0    0 S 12.0  0.0   0:11.21 kworker/0:2         
   56 root      20   0     0    0    0 R 11.1  0.0   0:09.72 kworker/0:1         
 2636 user      20   0  774m 153m  39m S  6.9  3.9   0:53.69 firefox-bin         
 1177 root      20   0  675m 111m  75m S  4.9  2.8   1:19.33 Xorg               
 1491 user      20   0  176m  14m 9472 S  1.7  0.4   0:03.14 xfwm4               
  310 root      20   0     0    0    0 S  0.5  0.0   0:00.68 usb-storage         
 1740 user      20   0  269m  17m  10m S  0.4  0.4   0:05.10 xfce4-terminal     

So either my CPU is too weak to handle 5 GPUs or cpu usage can be lower, but it does not depend on catalyst/amd sdk.

BTW I've tested catalyst 11.12 (11.11 gives problems installing) and 12.1 on xubuntu 11.10 64bit this morning with more or less same levels of CPU usage.

spiccioli
hero member
Activity: 772
Merit: 500
If you're using linux + git, try the current git tree please to see if it fixes it.

Worked like a champ.  Thanks very much!  Sent a couple coins your way.
Thanks for testing. I'm considering wrapping up the few minor changes since 2.3.1 and releasing 2.3.2 before I take my break. Likely the only people who would notice a difference are those with twin GPUs going from 2.3.1-2 to 2.3.2. I'm not making any changes that might break something at this moment in time.

What do people think? Should I bother?

A fix that work is a fix no one cries for during your break Smiley. I hope you accept my last pull-request befor the break, anything wrong with it?

Dia
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
If you're using linux + git, try the current git tree please to see if it fixes it.

Worked like a champ.  Thanks very much!  Sent a couple coins your way.
Thanks for testing. I'm considering wrapping up the few minor changes since 2.3.1 and releasing 2.3.2 before I take my break. Likely the only people who would notice a difference are those with twin GPUs going from 2.3.1-2 to 2.3.2. I'm not making any changes that might break something at this moment in time.

What do people think? Should I bother?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I tried this but the engine clock on the first gpu get stuck at 850. That's the stock speed for the card, the other clocks get changed correctly. If I change it from within cg miner it works.

"auto-gpu": true,
"auto-fan" : true,
"gpu-engine" : "600-850,800-800,800-800,800-800,800-800",
"gpu-fan" : "100-100,0-85,0-85,0-85,0-85",
"gpu-memclock" : "150,150,150,150,150",
"temp-target" : "80,70,70,75,75",
You're telling it the upper limit for gpu engine is 850 or 800 depending on the card, so yeah it's listening to you.

gpu 0 should drop clock speed below 850 if the temp reaches over 80. How would you have written it?
Your settings are fine for that. The threshold where clockspeed goes down is 3 degrees over the setting (see temp hysteresis) to prevent the clockspeed being changed too easily when it takes a few seconds for the fans to catch up.
Jump to: