https://bitcointalk.org/index.php?topic=162345.msg1717628#msg1717628These settings are set for two cards. Remove the settings to the right as explained in above post for one card.
Here is for one card. My cgminer.conf file. I get 400 khash/s with these settings, and the pools I use read almost exactly what my cards put out.
{
"pools" : [
{
"url" : "pool1:port",
"user" : "username.1",
"pass" : "password"
},
{
"url" : "pool2:port",
"user" : "username.1",
"pass" : "password"
}
]
,
"intensity" : "19",
"thread-concurrency" : "5760",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"gpu-fan" : "0-75",
"gpu-vddc" : "1.088",
"gpu-engine" : "0-944",
"gpu-memclock" : "1180",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"temp-cutoff" : "0,0",
"temp-overheat" : "102",
"temp-target" : "100",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}