Ubuntu 14.04 + new Nvidia drivers == black screen

My laptop Asus G750JS Ubuntu 14.04 linux kernel 4.4.0 video card Nvidia 870M I can use only driver version Nvidia 340 when I set up new driver from Nvidia I’ll have got a black screen.

Log with black screen use Nvidia 367 with bumblebee and prime
http://ludiarius.ru/files/Xorg.0.bumblebee.log
http://ludiarius.ru/files/Xorg.0.prime.log

and
my current report form laptop bumblebee
http://ludiarius.ru/files/Xorg.0.log

I try do this https://devtalk.nvidia.com/default/topic/941096/linux/ubuntu-16-nvidia-36x-drivers-black-screen/post/4909187/#4909187
but I will receive the same result(black screen)
also I have tried nvidia 370 and nvidia 375. I have gotten the same black screen result
nvidia-bug-report-work-340.log.gz (80 KB)
nvidia-bug-report-blackscreen-367.log.gz (215 KB)

problem solved

I’m installed driver from nvidia 367.57 package CUDA 8-0-local_8.0.44-1

I put the packages through dep (local),and added /etc/modprobe.d/blacklist.conf

blacklist nvidia_drm
blacklist nvidia_367_drm
blacklist nvidia_modeset
blacklist nvidia_367_modeset
blacklist nvidia
blacklist nvidia_367
alias nvidia-uvm nvidia-367-uvm
alias nvidia-nvidia modeset-367-modeset
blacklist nvidia_375

and in ~/.bashrc

alias gpucoretemp=‘optirun nvidia-settings -c :8 -q gpucoretemp’
export PATH=/usr/local/cuda-8.0/bin:/usr/lib/nvidia-367/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH

and the problem with the black screen gone bumblebee works even graphics editor blender saw cuda. : - ))))) I’m very impressed
Don’t know why, but when set up sudo add-apt-repository ppa:graphics-drivers/ppa is download and install new driver nvidia_375 and I have been gotten back a black screen also I did not try to block read the modules nvidia-375 still started with X-. back to CUDA and knocked all repositories with the new NVIDIA drivers

http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu
http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu