Here is my cgminer config for litecoin mining for my two 5850's. If you like to give it a try. Watch your temps, these overclocks are good for cool weather. My room ambient temp is 20c atm,
and results are
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0: 68.0C 3479RPM | 401.9K/401.3Kh/s | A:394 R:1 HW:0 U: 5.07/m I:19
GPU 1: 69.5C 3271RPM | 400.7K/400.9Kh/s | A:415 R:1 HW:0 U: 5.34/m I:19
cgminer.conf Fill the pools info of yours.
{
"pools" : [
{
"url" : "pool1:port",
"user" : "username.1",
"pass" : "password"
},
{
"url" : "pool2:port",
"user" : "username.1",
"pass" : "password"
}
]
,
"intensity" : "19,19",
"thread-concurrency" : "5824,5824",
"vectors" : "1,1",
"worksize" : "256,256",
"kernel" : "scrypt,scrypt",
"gpu-fan" : "0-75,0-75",
"gpu-vddc" : "1.088,1.088",
"gpu-engine" : "0-944,0-944",
"gpu-memclock" : "1180,1180",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"temp-cutoff" : "0,0",
"temp-overheat" : "102,102",
"temp-target" : "100,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"
}