Hello,
I've been a user of NVOC for quite a while now on my two 1070 rigs (first 1.4 now 2.0) with very few issues. I really like the builds and want to say keep up the good work!
I'm now in the process of building some 1080ti machines (using Asus Z270-A boards) and have come across a problem (occurs with both 1.4 and 2.0 builds)...
I can get NVOC to boot into ubuntu by connecting to the intergrated GPU however get the usual xorg problem reboot message but can mine normally if I close the console window before the reboot happens and start ./3main manually but if I try to boot NVOC using the 1080ti I get a black screen after the ubuntu splash screen... I can SSH into the machine and it appears that it is mining...
I've had this sort of issue before with AMD machines and forcing nomodeset (or something like that) fixed the problem... however I've tried entering nomodeset at the grub menu but that doesn't do anything...
I'm at a bit of a loss with this, i'll continue playing but just wondered if anyone had come across this?
I'm presuming it's some sort of driver/xorg setup issue? I can boot off of my Win7 test SSD using the 1080ti and that works fine, so i'm pretty sure it's a software bug.
Thanks in advance!!
Download nvOC default xorg.conf and replace yours with it, reboot and see how it goes.
cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/19-2.1/xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
sudo cp /home/m1/Downloads/xorg.conf /etc/X11/xorg.conf
sudo reboot
If that didnt help try this:
sudo nvidia-xconfig -a --cool-bits=31 --allow-empty-initial-configuration --enable-all-gpus
sudo reboot