Hi,

I was trying to configure NVIDIA on Debian 8.3, but unfortunately without success.
What I have done so far:
1. Running kernel 3.16 with parameters: nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=! acpi_backlight=native i915.preliminary_hw_support=1 idle=nomwait // it make system working faster
2. Installing Bumblebee or Bumblebee-nvidia package // it hangs the system, i don't have logs
3. Reinstalling system with kernel 3.16
4. Installing kernel 4.3 from backports
5. Running kernel 4.3 with parameters: nouveau.modeset=0 acpi_osi=! acpi_backlight=native idle=nomwait // it hungs when starting x
6. Reinstalling the system with kernel 3.16
7. Installing latest NVIDIA driver and run nvidia-config // the system hungs
8. Testing kernel 4.3 with the following parameters: intel_idle.max_cstate=0, acpi_osi=! acpi_backlight=native // x windows don't start
9. Testing kernal 4.3 with the following parameters: intel_idle.max_cstate=0, acpi_osi=! acpi_backlight=native, idle=nomwait // x windows don't start
10. checking BIOS version // is 216, the newest

Do you have any suggestions what could I try?