Hi! According to the same issue with all my P106-100 rigs, i suppose you need to do this:
1) check that you have set P106_100_FULL_HEADLESS_MODE="YES" in 1bash
2) check that you can control your rig without monitor attached (SSH or Teamviewer enabled)
3) disconnect monitor
4) run the following:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
sudo reboot
After the rig reboots, overclocking will work as supposed to. Sometimes i had to do number 4 again after reboot to make it working.
Thanks, trying now. Did you have more than 16 GPUs?
(edit)I tried this and mining would not start. Had to do
sudo mv /etc/X11/xorg.conf.nvidia.backup /etc/X11/xorg.conf
to return it to being able to mine at all.
I've read that you can add the coolbits part to either screen or device; the code you gave me I think put it in whichever was the wrong one.
Any other ideas?
sudo nvidia-xconfig -a --cool-bits=12 --allow-empty-initial-configuration
sudo reboot
I have exactly the same situation (nvOs version 0019v1.3).
I have rig made only of p106-100. With monitor attached to mobo output the xorg.conf is overwritten on each reboot. If I modify xorg.conf with the commands given above, switch to remote ssh mode and reboot with monitor disconnected, the file xorg.conf is not being overwritten, but the mining process does not start. I am also unable to start it manually with 'bash 1bash' (which doesn't work for me at all, but that's another story)
Please help to solve the p106-100 overclocking problem once and for all. I am struggling with it for days now and it's driving me crazy, especially that some people write that it works for them!
Could anybody answer to the p106-100 overclocking problem please?
Below is my post where I solve this issue after very long time investigation and search. Maybe it will help.
Hi fullzero, Hi Guys,
I've found the solution. Also, I have changed to "YES" the IAmNotAJeep_and_Maxximus007_WATCHDOG. It's working fine around one hour. I'll monitor and let you know, if something new will come up.
Below is the steps:
1. Changes in 1bash:
LOCALorREMOTE="REMOTE"
SSH="YES"
P106_100_FULL_HEADLESS_MODE="NO"
2. Reboot
NO Monitors starting from now!!!
3.
sudo -i
rm /etc/X11/xorg.conf
nvidia-xconfig -a --allow-empty-initial-configuration --cool-bits=28 --use-display-device="DFP-0" --connected-monitor="DFP-0"
reboot
4. Change in 1bash:
__CORE_OVERCLOCK=100
MEMORY_OVERCLOCK=500 (getting 22 Mh/s)
Need to check in process tab. for all GPU's should be exists "Xorg - /usr/lib/xorg/Xorg"
-------------
m1@miner1:~$ nvidia-smi
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1073 G /usr/lib/xorg/Xorg 30MiB |
| 0 1646 G compiz 11MiB |
| 0 6160 C /home/m1/eth/Genoil-U/ethminer 2253MiB |
| 1 1073 G /usr/lib/xorg/Xorg 7MiB |
| 1 6160 C /home/m1/eth/Genoil-U/ethminer 2253MiB |
| 2 1073 G /usr/lib/xorg/Xorg 7MiB |
| 2 6160 C /home/m1/eth/Genoil-U/ethminer 2253MiB |
| 3 1073 G /usr/lib/xorg/Xorg 7MiB |
| 3 6160 C /home/m1/eth/Genoil-U/ethminer 2253MiB |
-----------------------------------------------------
Hope this will help also to others.