Bitcoin Forum
July 02, 2024, 10:01:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How do I only have cgminer use 1 gpu?  (Read 12164 times)
M3t (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
April 11, 2013, 01:50:27 AM
 #1

I want cgminer to only use 1 gpu so I can play games with the other. How is this possible, and will the game i'm playing be smart enough to only run on the other gpu? how does it know >.< ??
Sekioh
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
April 11, 2013, 01:58:10 AM
 #2

Typically games use the first one it see's, you're using it right now just to view your OS, initialized on startup it looks for plugged in monitors.

In order to use the other cores or cards you use it's device number with "device": "1" in the config, or from the command line when you're starting it up it's '--device 1' or short version '-d 1' replacing 1 with the number you want to mine from. I have 2 5970s which have two core processors apiece, so I got 0,1,2,3 to pick from. I run with -d 1 -d 3 to run the second and fourth (secondary processors on each one), the command line does accept repeating flags like that, the config didn't want to accept more than one device line though, don't know why.

<OPEN MONEY | Powering Blockchain Acceptance [ICO]
███████████████    ▬▬▬▬▬▬ Blockchain Meets Mainstream! ▬▬▬▬▬▬    ███████████████
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram>
M3t (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
April 11, 2013, 02:01:29 AM
 #3

edit: nvm teehee figured it out :3~ ty!
Sekioh
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
April 11, 2013, 02:03:08 AM
 #4

No it starts at 0, I just use second and fourth for mining, myself. Third is an altcoin on low throttle just for kicks, keeps temperature down instead of trying to grind 100% on two cores and put that poor fan under stress, and 0 left off lets Windows respond snappy and if I got a game up. :]

<OPEN MONEY | Powering Blockchain Acceptance [ICO]
███████████████    ▬▬▬▬▬▬ Blockchain Meets Mainstream! ▬▬▬▬▬▬    ███████████████
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram>
M3t (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
April 11, 2013, 02:04:22 AM
 #5

No it starts at 0, I just use second and fourth for mining, myself. Third is an altcoin on low throttle just for kicks, keeps temperature down instead of trying to grind 100% on two cores and put that poor fan under stress, and 0 left off lets Windows respond snappy and if I got a game up. :]

desu :3
M3t (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
April 11, 2013, 02:06:02 AM
 #6

Wait, now that my GPU 0 is off... won't my game still try to suck some juice out of the GPU 1 (the one that's mining)?

How do I make my game ONLY run on GPU 0 ?
crazyates
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
April 11, 2013, 02:58:45 AM
 #7

Wait, now that my GPU 0 is off... won't my game still try to suck some juice out of the GPU 1 (the one that's mining)?

How do I make my game ONLY run on GPU 0 ?
Do you have crossfire turned on? If yes, turn it off. If no, then you're already all set.

Tips? 1crazy8pMqgwJ7tX7ZPZmyPwFbc6xZKM9
Previous Trade History - Sale Thread
NightAss
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
April 11, 2013, 02:00:38 PM
 #8

this is my cgminer.conf file  the red part is witch cards are on

for bitcoin mining intensity 1 lets me play all the games I want my hash rate will drop when playing but when I am out of the game my hashing will go back to about 90% of what it would if I had the intensity up

http://www.youtube.com/watch?v=7ExWNbqd9k8   I recorded that wile mining with intensity 1



{
"pools" : [
   {
      "url" : "http://ltc.cryptocoined.com:9327",
      "user" : "LNY23w3JhBPnhgVjzW7vq4ZAPhS4XdVUym",
      "pass" : "123"
   }
]
,
"intensity" : "15,15,15",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "8192,8192,8192",
"shaders" : "2048,2048,2048",
"gpu-engine" : "0-0,0-0,0-0",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1250,1250,1250",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "120,120,120",
"temp-overheat" : "85,85,85",
"temp-target" : "80,80,80",
"api-port" : "4028",
"auto-gpu" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "2",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"device" : "0",
"device" : "1"

}
Vigil
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
April 21, 2013, 02:57:46 AM
 #9

Set its intensity to 0 or disable it. --disable-gpu
mcarturr
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile
April 21, 2013, 09:16:59 PM
 #10

is better if you use guiminner and select 1 gpu
Kalen
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
April 23, 2013, 03:09:22 AM
 #11

Unless you have special settings within the game, it should use the GPU that is connected to your monitor that displays the game.
Works the same with videos, etc.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 23, 2013, 05:40:29 PM
 #12

it's possible to make this but with one gpu nvidia and the other ati?
Malawi
Full Member
***
Offline Offline

Activity: 224
Merit: 100


One bitcoin to rule them all!


View Profile
April 23, 2013, 05:52:51 PM
 #13

it's possible to make this but with one gpu nvidia and the other ati?

That should not be a problem. Be sure that your Nvida is device 0(you may have to swap them around at the MB), since that's the one you are going to use for gaming.
(Nvida is not that good for mining even though they sometimes are better for gaming)

BitCoin is NOT a pyramid - it's a pagoda.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 24, 2013, 11:28:03 AM
 #14

yeah, this is my intent, using nvida for gaming, and an ati for mining, i'm only worried about installing double drivers...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!