Is it normal for the memory clock on a 7950 to be locked and ignore the values I specify either in the config file or on the command line? With the following config file on Windows (I also have the same problem on Linux), the memory clock runs at 1250MHz
{
"pools" : [
{
"url" : "http://cryptominer.org:9332/",
"user" : "username",
"pass" : "password"
}
]
,
"intensity" : "10",
"vectors" : "1",
"worksize" : "64",
"kernel" : "poclbm",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "0",
"gpu-engine" : "1100",
"gpu-fan" : "0-85",
"gpu-memclock" : "0-750",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Do I need to disable auto-gpu or something different?