-Snip-
I appreciate your post, But im really looking to use 100% of my GPU, Rather than have 30% core power just sitting there idling...
Has ANYONE with a GCN card played a videogame without flaws while mining on 13.5?
JackRabiit, what are your settings in CGMiner? I can Play World of Tanks at 1080p Max settings at 40 FPS using "-I 12 -g 1" using my 7970 (and still get 450 Kh/s or so). Usually I mine with "-g2", but running that during games totally screws my frame rate, even with lower intensity. FYI, I am running the 13.4 drivers on a Sapphire Radeon 7970 OC Boost edition.
are you scrypt mining an alt coin? Why do you have a " -g " argument with the intensity at 12 and getting 450Kh/s? my 7950 gets 560MH/s
Im trying to mine bitcoins while gaming... Thanks anyways! Im sure your post is still very helpful!
Here is my CGMiner.conf file (with some things censored)
{
"pools" : [
{
"url" : "--------",
"user" : "---------",
"pass" : "------"
},
{
"url" : "-----",
"user" : "------",
"pass" : "----"
}
]
,
"intensity" : "2",
"vectors" : "1",
"worksize" : "256",
"kernel" : "diablo",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "0",
"gpu-engine" : "0-0",
"gpu-fan" : "0-85",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Also, That is the most valuble First Post i have ever seen (that isnt from a mod/admin)
Edit: OHHH, the -G command is you setting it to One GPU thread
Edit2: Is there a way to change the number of threads via a shortcut argument or an In Program way to change it? I tried adding -g 1 at the end, but that did nothing, I also tried --gpu-threads 1 and that didnt work either, Leading me to believe that Im messing it up
"C:\cgminer\cgminer-3.1.0-windows\cgminer-3.1.0-windows\cgminer.exe --gpu-threads 1" is what i tried, aswell as
"C:\cgminer\cgminer-3.1.0-windows\cgminer-3.1.0-windows\cgminer.exe -g 1"