Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: torig on July 01, 2017, 07:01:11 AM



Title: NVIDIA X server settings
Post by: torig on July 01, 2017, 07:01:11 AM
Hello.
My system have Intel G4400 processor with HD 510 .
And 2 GTX 1060.
When work ETC miner Claymor 9.6 the machine work good, but some slowly.
https://i.imgur.com/cW37234.png
When I choose Intel -all just flaying, but miner don't seeing 2 GTX 1060.
https://i.imgur.com/PIJnrBt.png


What I can do for get working miner and using HD 510 in this time?


Title: Re: NVIDIA X server settings
Post by: GaryH on July 01, 2017, 11:05:47 PM
the nanopool.org pool is saying your miner line is incorrect.  

create a .sh file and chmod it for execution:

export GPU_FORCE_64BIT_PTR 0
export GPU_MAX_HEAP_SIZE 100
export GPU_USE_SYNC_OBJECTS 1
export GPU_MAX_ALLOC_PERCENT 100
export GPU_SINGLE_ALLOC_PERCENT 100

./ethdcrminer64 -epool eth-eu1.nanopool.org:9999 -ewal YOUR_ETH_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL -mode 1


perhaps if you can post your miner line for nanopool we can help more.



Title: Re: NVIDIA X server settings
Post by: torig on July 01, 2017, 11:32:19 PM
the nanopool.org pool is saying your miner line is incorrect.  

create a .sh file and chmod it for execution:

export GPU_FORCE_64BIT_PTR 0
export GPU_MAX_HEAP_SIZE 100
export GPU_USE_SYNC_OBJECTS 1
export GPU_MAX_ALLOC_PERCENT 100
export GPU_SINGLE_ALLOC_PERCENT 100

./ethdcrminer64 -epool eth-eu1.nanopool.org:9999 -ewal YOUR_ETH_ADDRESS/YOUR_WORKER_NAME/YOUR_EMAIL -mode 1


perhaps if you can post your miner line for nanopool we can help more.


Thanx for you r answer,nanopool is OK...........
My question is here -
Code:
lspci -k | grep -iA2 'VGA\|3D'
00:02.0 VGA compatible controller: Intel Corporation Device 1902 (rev 06)
DeviceName:  Onboard IGD
Subsystem: ASUSTeK Computer Inc. Device 8694
--
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
Subsystem: ASUSTeK Computer Inc. Device 85f0
Kernel driver in use: nvidia
--
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
Subsystem: ASUSTeK Computer Inc. Device 85f0
Kernel driver in use: nvidia
I want use only Intel Grapthics for everyday computer work and Nvidia cards only for mining .
Miner screen with nanopool here only a example


Title: Re: NVIDIA X server settings
Post by: reb0rn21 on July 02, 2017, 12:44:56 AM
 I would like to know the same.... bot low linux knowledge

claymore have no manual option to select GPU platform, other miners do, but you are right you first need to set x server to see both GPU platforms Intel and NV


Title: Re: NVIDIA X server settings
Post by: QuintLeo on July 02, 2017, 01:36:49 AM
Intel iGPU are not worth even TRYING to mine on - the performance even compared to AMD iGPU is a joke (and for almost all coins AMD iGPU aren't worth using).

 It's also a PAIN to get the Intel OpenCL stuff to work with anyone else's OpenCL drivers, too many conflicts.
 In THEORY if you install the Intel drivers then HAND INSTALL the NVidia drivers using the "no-opengl-files" option it SHOULD let you use both, but I've had so many issues trying to get that to work on drivers new enough to support Pascal cards that I finally gave up on the idea.






Title: Re: NVIDIA X server settings
Post by: reb0rn21 on July 02, 2017, 01:49:46 AM
He wants to use intel HD for display only, and mine on NV (something that is very easy on windows)


Title: Re: NVIDIA X server settings
Post by: torig on July 02, 2017, 02:29:40 AM
He wants to use intel HD for display only, and mine on NV (something that is very easy on windows)
Yes , i mean this.
Seems need go back on windows... :-\


Title: Re: NVIDIA X server settings
Post by: Subw on July 02, 2017, 02:26:58 PM
Totally possible I do this on my desktop


Title: Re: NVIDIA X server settings
Post by: torig on July 03, 2017, 03:21:29 AM
Totally possible I do this on my desktop
Maybe you've can explain  how do this?


Title: Re: NVIDIA X server settings
Post by: Subw on July 03, 2017, 05:33:07 PM
actually i don't remember how i set it up.

what is your problem with this layout?

maybe your should create xorg conf with and specify intel  in the Screen section

Code:
Section "Device"
    Identifier "intel"
    Driver "intel"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "SNA"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

only problem i have now i can't use opengl on my desktop


Title: Re: NVIDIA X server settings
Post by: Subw on July 03, 2017, 05:47:05 PM
Switch back to nvidia in control panel and never touch it again.
Switch Bios to internal adapter.
Set up xorg configuration if needed.
Profit!!!


Title: Re: NVIDIA X server settings
Post by: torig on July 03, 2017, 08:21:02 PM
Switch back to nvidia in control panel and never touch it again.
Switch Bios to internal adapter.
Set up xorg configuration if needed.
Profit!!!
 
Thanx for your answer.
Will do it.