Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
papampi
on 14/01/2018, 06:47:44 UTC
@NameTaken
   Have you by chance did a byte by byte file comparison of both xorgs?  I am wondering if you have an erroneous character in there some where that is being the culprit.
Something on the lines of a shift space or that nature. Have seen that raise hell in programs before.

Just a thought on that.  I think diff would work since they are txt type files.

thay

This is the xorg update for p106 headless in 3main

Code:
  if [ $P106_100_FULL_HEADLESS_MODE == "YES" ]
  then
    if grep -q "XORG_UPDATED" /home/m1/xorg_flag;
    then
      sleep 2
      UPDATE="NO"
    fi
    if [ $UPDATE == "YES" ]
    then
      sudo nvidia-xconfig --enable-all-gpus --cool-bits=12
      cd /home/m1
      echo XORG_UPDATED > '/home/m1/xorg_flag'
      sleep 4
      echo "XORG UPDATED"
      echo ''
      echo "Rebooting in 5"
      echo ''
      echo "disconnect monitor if connected"
      sleep 5
      sudo reboot
    fi


It runs when headless p106 set to yes
Code:
sudo nvidia-xconfig --enable-all-gpus --cool-bits=12

since I have no experience on headless p106, was wondering should it be changed to NameTaken command to solve headless users issue?

Code:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration