Wolf0
That is like a foreign language to me.
I have no idea where to even do that at.
Looks like it's picking up your integrated intel graphics instead of the AMD driver. Run sgminer with the -n parameter to see if your card is detected without errors. You could try disabling the integrated graphics from the device manager.
Here is a Win x64 sgminer I compiled from djm34's updated git source:
https://mega.co.nz/#!gAFXyJKB!Zudke2WSrmHfhcXiG-urMqWurY874FFOJ43nRcuB5u8I get
GPU 0 AMD Radeon R9 200 Series hardware monitor enabled
1 GPU device max detected
EDIT: Same as your exanple bat
I tried yours and the miner goes to the pause screen but blank.
The example.bat and conf is a generic one from the source. You should use your own configuration file or string. Here is the one I use. I get 7.6 KH/s on a HD7850:
{
"pools" : [
{
"name" : "pool-1",
"url" : "x",
"user" : "username",
"pass" : "password"
}
],
"intensity" : "16",
"worksize" : "12",
"algorithm" : "pluck",
"gpu-engine" : "1210",
"gpu-memclock" : "1500",
"gpu-threads" : "1",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"vectors" : "1",
"shaders" : "0",
"gpu-fan" : "100",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "88",
"temp-overheat" : "85",
"temp-target" : "75",
"temp-hysteresis" : "3",
"api-mcast-port" : "4028",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1,W:192.168.0.1/14",
"tcp-keepalive" : "30",
"auto-fan" : true,
"gpu-dyninterval": "7",
"gpu-platform" : "0",
"hotplug" : "0",
"log" : "5",
"failover-only" : true,
"no-pool-disable" : true,
"queue" : "0",
"expiry" : "1",
"scan-time" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}