Pages:
Author

Topic: problem with my hd7950 (Read 5045 times)

newbie
Activity: 20
Merit: 0
February 10, 2014, 11:34:48 AM
#75
In your cgminer folder
hero member
Activity: 1666
Merit: 565
February 10, 2014, 09:49:49 AM
#74
Just so i don't leave the thread with what ended up being the issue with my Sapphire 7950.

1. I did not have the set allocation at the beginning of my batch file. I did do it in DOS but for some reason the memory was still being allocated.   
What this did was allow me to get over the TC - 8192. Also I added the "del *.bin" at the top of the batch file because of what i read the .bin files can cause issues.

del *.bin
set GPU_MAX_ALLOC_PERCENT=100
setx GPU_MAX_ALLOC_PERCENT 100

2. Also i re-installed windows due to GPU-Z was telling me my AMD drivers were having errors. I was playing with different drivers maybe they all did not get removed properly and causing conflicts.

3. I was having a issue where every hour or so my PC would shut down and i noticed that the USB devices were going to sleep. I had all ready ran through my power settings ensuring they were set to "never sleep/shut down", but i did not do it to the USB or the PCIe settings so i am assuming that did help and or issue #2 might have had something to do with that as well.

I am running at about ~660 kh/s.

Thank you for all the replies!  Cool

is this (set GPU_MAX_ALLOC_PERCENT=100) really usefull?

No, it is wrong.

thx!!

one question: when i run cmd as administrator, in which path i have to write del *.bin?
sr. member
Activity: 275
Merit: 250
February 09, 2014, 06:32:07 PM
#73
Just so i don't leave the thread with what ended up being the issue with my Sapphire 7950.

1. I did not have the set allocation at the beginning of my batch file. I did do it in DOS but for some reason the memory was still being allocated.   
What this did was allow me to get over the TC - 8192. Also I added the "del *.bin" at the top of the batch file because of what i read the .bin files can cause issues.

del *.bin
set GPU_MAX_ALLOC_PERCENT=100
setx GPU_MAX_ALLOC_PERCENT 100

2. Also i re-installed windows due to GPU-Z was telling me my AMD drivers were having errors. I was playing with different drivers maybe they all did not get removed properly and causing conflicts.

3. I was having a issue where every hour or so my PC would shut down and i noticed that the USB devices were going to sleep. I had all ready ran through my power settings ensuring they were set to "never sleep/shut down", but i did not do it to the USB or the PCIe settings so i am assuming that did help and or issue #2 might have had something to do with that as well.

I am running at about ~660 kh/s.

Thank you for all the replies!  Cool

is this (set GPU_MAX_ALLOC_PERCENT=100) really usefull?

No, it is wrong.
hero member
Activity: 1666
Merit: 565
February 09, 2014, 02:57:57 PM
#72
Just so i don't leave the thread with what ended up being the issue with my Sapphire 7950.

1. I did not have the set allocation at the beginning of my batch file. I did do it in DOS but for some reason the memory was still being allocated.   
What this did was allow me to get over the TC - 8192. Also I added the "del *.bin" at the top of the batch file because of what i read the .bin files can cause issues.

del *.bin
set GPU_MAX_ALLOC_PERCENT=100
setx GPU_MAX_ALLOC_PERCENT 100

2. Also i re-installed windows due to GPU-Z was telling me my AMD drivers were having errors. I was playing with different drivers maybe they all did not get removed properly and causing conflicts.

3. I was having a issue where every hour or so my PC would shut down and i noticed that the USB devices were going to sleep. I had all ready ran through my power settings ensuring they were set to "never sleep/shut down", but i did not do it to the USB or the PCIe settings so i am assuming that did help and or issue #2 might have had something to do with that as well.

I am running at about ~660 kh/s.

Thank you for all the replies!  Cool

is this (set GPU_MAX_ALLOC_PERCENT=100) really usefull?
newbie
Activity: 6
Merit: 0
February 09, 2014, 02:32:24 PM
#71
Just so i don't leave the thread with what ended up being the issue with my Sapphire 7950.

1. I did not have the set allocation at the beginning of my batch file. I did do it in DOS but for some reason the memory was still being allocated.   
What this did was allow me to get over the TC - 8192. Also I added the "del *.bin" at the top of the batch file because of what i read the .bin files can cause issues.

del *.bin
set GPU_MAX_ALLOC_PERCENT=100
setx GPU_MAX_ALLOC_PERCENT 100

2. Also i re-installed windows due to GPU-Z was telling me my AMD drivers were having errors. I was playing with different drivers maybe they all did not get removed properly and causing conflicts.

3. I was having a issue where every hour or so my PC would shut down and i noticed that the USB devices were going to sleep. I had all ready ran through my power settings ensuring they were set to "never sleep/shut down", but i did not do it to the USB or the PCIe settings so i am assuming that did help and or issue #2 might have had something to do with that as well.

I am running at about ~660 kh/s.

Thank you for all the replies!  Cool
hero member
Activity: 1666
Merit: 565
February 09, 2014, 08:47:00 AM
#70
is it the same if i overclock with msi afterburn or i set the new frequency in my cgimer .conf?
newbie
Activity: 20
Merit: 0
February 04, 2014, 04:11:50 PM
#69
Have fun with mining Smiley
hero member
Activity: 1666
Merit: 565
February 04, 2014, 04:05:13 PM
#68
thx man!
newbie
Activity: 20
Merit: 0
February 04, 2014, 12:34:46 PM
#67
It does not deppend on tc, just one of best tc for this card. It all depends on setx max alloc.
Simple step:

1. Run cmd
2. Setx
3. Exit cmd
4. Run cmd
5. Run Cgminer.

And setx commands in windows must be set only one time, so now it all should work properly Smiley
hero member
Activity: 1666
Merit: 565
February 03, 2014, 03:41:45 PM
#66
Just answer simple question, did you set both setx command and restart CMD?
Do not use any batch file, just go to catalog with cgminer and run
cgminer with your pool account and tc 22000. If there is error that this is too much,
probably there is issue with setx options. I have the same when i don't use this option and restart cmd

uhm..now it seem it's work!!

but i have to do some more test to be sure. One question: why you choose 22000?
newbie
Activity: 20
Merit: 0
February 03, 2014, 08:15:25 AM
#65
Just answer simple question, did you set both setx command and restart CMD?
Do not use any batch file, just go to catalog with cgminer and run
cgminer with your pool account and tc 22000. If there is error that this is too much,
probably there is issue with setx options. I have the same when i don't use this option and restart cmd
sgk
legendary
Activity: 1470
Merit: 1002
!! HODL !!
February 03, 2014, 07:03:54 AM
#64
Here are some Cgminer settings for popular video cards:
http://switchercoin.com/gettingstarted

See if their settings for HD7950 work for you.
hero member
Activity: 843
Merit: 1004
February 03, 2014, 05:33:43 AM
#63
It won't work with I > 13 and TC = 8192. You will be getting HW errors!
Try to increase TC gradually: e.g.  8192 -> 12000 -> 16000 -> 18000 -> 20000 -> 24000
Leave away intensity and overclocking. Set them to defaults.
Then, when you will reach max thread concurrency, try to increase intensity the same way.
And then overclocking and tuning (powertune, etc.).
Have you executed this in a batch file or with the command line (this is important):

setx GPU_MAX_ALLOC_PERCENT 100

 
This is my cgminer.conf for the 7950 running on a shitty 10 years computer with 4GB memory and giving 600+ khashes.

"intensity" : "20",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-engine" : "1000-1150",
"gpu-fan" : "50-100",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "1.000",
"temp-cutoff" : "85",
"temp-overheat" : "75",
"temp-target" : "65",
"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,
"no-submit-stale" : true,
"queue" : "3",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
hero member
Activity: 1666
Merit: 565
February 03, 2014, 04:28:45 AM
#62
problems, problems, problems!

I've try my hd7950 with an other pc, with 8gb ddr3. Like someone have said, 4gb wasn't enought. With 8gb, i can use I = 17, maybe even more!
But now i have other problems! I CAN'T setting any value of TC!! Simply, if i write  "--thread-concurrency" followed by any correct number (ever low, like 8192), i have a lot of HW!!

Why?Huh Sad

i use like before cgmier 3.7.2 and catalyst 13.9...
hero member
Activity: 1666
Merit: 565
January 31, 2014, 04:04:48 AM
#61
Spent days with your same problem. It ended up mainly being memory clock and thread concurrency.
This is getting me 675kh/s:
Core:1160
Memory:1550

setx GPU_MAX_ALLOC_PERCENT 100
cgminer --scrypt -o stratum+tcp://server.com:3333 -u user.name -p password -w 256 -g 1 --lookup-gap 2 -I 19 --thread-concurrency 21712 --gpu-powertune 20

but i can't use that value of I and TC Sad
newbie
Activity: 2
Merit: 0
January 31, 2014, 02:18:23 AM
#60
Spent days with your same problem. It ended up mainly being memory clock and thread concurrency.
This is getting me 675kh/s:
Core:1160
Memory:1550

setx GPU_MAX_ALLOC_PERCENT 100
cgminer --scrypt -o stratum+tcp://server.com:3333 -u user.name -p password -w 256 -g 1 --lookup-gap 2 -I 19 --thread-concurrency 21712 --gpu-powertune 20
hero member
Activity: 1666
Merit: 565
January 30, 2014, 04:18:17 PM
#59
Just add more memory and you will be able to increase TC and then intensity. Also, sometimes windows uses less memory than available because of the settings in bios.

Obvously you don't have enough memory. In order to increase TC you have to have enough memory usable for windows. I bet you run Win 32bit which gives only 3GB that is insufficient, or otherwise have some other computer configuration that does not allow to use enough memory.

i decided to format my pc and to do a fresh istall.

All i get is:
1)my gpu's driver crash if i use 1100 core clock, frequency that worked fine before the format.
2)SAME exacly situation, (can't use I> 13 etc etc) but lower hash/rate because point 1).

NO COMMENT!

what should i do? an other fresh istall?

i run win 7 64 bit with 4gb ddr2 1066mhz...

i thought that my ram was enought: how can i check if i have some "bad ram configuration"?

i also noticed an other thing: when my cpu is at 100%, cgminer works bad: hash rate decrease and my gpu load decrease from 98/99% to 80/90%. Can this be connected with my other cgminer problems?

thx!

2 questions:
1)which setting can i check?
2)which is the relationship between TC and intensity? i mean, with lower TC is sure that i can't use high value of intensity?
hero member
Activity: 843
Merit: 1004
January 30, 2014, 04:08:17 PM
#58
Just add more memory and you will be able to increase TC and then intensity. Also, sometimes windows uses less memory than available because of the settings in bios.

Obvously you don't have enough memory. In order to increase TC you have to have enough memory usable for windows. I bet you run Win 32bit which gives only 3GB that is insufficient, or otherwise have some other computer configuration that does not allow to use enough memory.

i decided to format my pc and to do a fresh istall.

All i get is:
1)my gpu's driver crash if i use 1100 core clock, frequency that worked fine before the format.
2)SAME exacly situation, (can't use I> 13 etc etc) but lower hash/rate because point 1).

NO COMMENT!

what should i do? an other fresh istall?

i run win 7 64 bit with 4gb ddr2 1066mhz...

i thought that my ram was enought: how can i check if i have some "bad ram configuration"?

i also noticed an other thing: when my cpu is at 100%, cgminer works bad: hash rate decrease and my gpu load decrease from 98/99% to 80/90%. Can this be connected with my other cgminer problems?
member
Activity: 101
Merit: 10
Just another man trying to find his way.
January 30, 2014, 03:45:31 PM
#57
Thanks to the helpful responses I solved a similar issue that I was having. Thank you all that contributed.
hero member
Activity: 1666
Merit: 565
January 30, 2014, 03:28:04 PM
#56
Obvously you don't have enough memory. In order to increase TC you have to have enough memory usable for windows. I bet you run Win 32bit which gives only 3GB that is insufficient, or otherwise have some other computer configuration that does not allow to use enough memory.

i decided to format my pc and to do a fresh istall.

All i get is:
1)my gpu's driver crash if i use 1100 core clock, frequency that worked fine before the format.
2)SAME exacly situation, (can't use I> 13 etc etc) but lower hash/rate because point 1).

NO COMMENT!

what should i do? an other fresh istall?

i run win 7 64 bit with 4gb ddr2 1066mhz...

i thought that my ram was enought: how can i check if i have some "bad ram configuration"?

i also noticed an other thing: when my cpu is at 100%, cgminer works bad: hash rate decrease and my gpu load decrease from 98/99% to 80/90%. Can this be connected with my other cgminer problems?
Pages:
Jump to: