[b]Item 3[/b]. Post you cgminer settings, video card settings, and hash rate.
I have 2 GPUs: Radeon 6950 and 6850. Hash rates are 400 and 250 khash/s. All my settings are stored in cgminer.conf file. So here it is: (the first value is for 6950 and the second is for 6850)
[code]{
“pools” : [
{
“url” : “…”,
“user” : “…”,
“pass” : “…”
},
{
“url” : “…”,
“user” : “…”,
“pass” : “…”
}
],
“api-listen” : true,
“intensity” : “18, 17”,
“vectors” : “1”,
“worksize” : “256”,
“kernel” : “scrypt”,
“auto-fan” : true,
“temp-cutoff” : “99, 91”,
“temp-overheat” : “89, 77”,
“temp-target” : “84, 73”,
“expiry” : “30”,
“gpu-dyninterval” : “7”,
“log” : “5”,
“queue” : “1”,
“retry-pause” : “5”,
“scan-time” : “30”,
“scrypt” : true,
“temp-hysteresis” : “3”,
“shares” : “0”,
“shaders” : “960”,
“thread-concurrency” : “7040, 6144”,
“gpu-thread” : “2,1”,
“auto-gpu” : false,
“gpu-engine” : “820, 920”,
“sharethreads” : “32”,
“lookup-gap” : “2”,
“gpu-memclock” : “1275, 1100”
}[/code]