The System Crash when switch from Nvidia Graphic [Geforce GTX 960M] to Intel graphics in Prime appli

Hi to all community.
Sorry if the topic is repeated.

This is the problem:
When I installed the Nvidia proprietary driver through ubuntu drivers, and reboot to take the effect the installation.
All is perfect but through the Nvidia Prime I select the Intel Graphics and the applications says logout to take effects.
When I logout the system freeze and have a black screen, I try to restart from alt+sysreq+REISUB but not restart and I push the power button.
When I Try to start the system but this take a lot of time to start (Like as 7 minutes to start, the normal is 7 seconds) when the system start this freeze (Before start the login manager LightDM) and I try to restart from alt+sysreq+REISUB but not take effect and again I push the power button.
When I see the logs from liveusb the logs of xorg not have any error.

Information:
Is a Dell Inspiron 15 7000 series (is a laptop)
This have two Graphics:
Nvidia Geforce GTX 960M (4GB)
Intel (265MB)
The processor is Intel(R) Core™ i5-6300HQ CPU @ 2.30GHz
I use the kernel 4.2.0-22-generic
The distro I use is PepperMint (A ubuntu based)
X.Org X Server 1.16.0 (From Xorg.0.log)
The version of Nvidia driver is 352.63 (The last version)
And I use the LXDE desktop

Sorry is bad or low information but I only know of this.
Thanks.

Exact same issue for me. My specs are below. Happy to run additional diagnostics.

  • Asus GL552VW-DH71 laptop
  • Nvidia GeForce GTX 960M (4gb)
  • Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
  • Linux kernel 3.19.0-32-generic
  • Linux Mint 17.3 KDE x86_64
  • xorg-server 2:1.17.1-0ubuntu3.1~trusty1
  • Installed nvidia-352 and cuda
  • nvidia-settings --version
    
    nvidia-settings:  version 361.18  (buildd@lgw01-53)  Thu Jan 14 12:05:30 UTC 2016
    
    cat /etc/X11/xorg.conf
    
    Section "ServerLayout"
        Identifier "layout"
        Screen 0 "nvidia"
        Inactive "intel"
    EndSection
    
    Section "Device"
        Identifier "intel"
        Driver "intel"
        BusID "PCI:0@0:2:0"
        Option "AccelMethod" "SNA"
    EndSection
    
    Section "Screen"
        Identifier "intel"
        Device "intel"
    EndSection
    
    Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
        BusID "PCI:1@0:0:0"
        Option "ConstrainCursor" "off"
    EndSection
    
    Section "Screen"
        Identifier "nvidia"
        Device "nvidia"
        Option "AllowEmptyInitialConfiguration" "on"
        Option "IgnoreDisplayDevices" "CRT"
    EndSection
    
    cat nvidia-application-profile-globals-rc
    
    {
        "enabled": false
    }
    
    cat nvidia-application-profiles-rc
    

    (nothing)

    lsmod | grep nv
    
    nvidia               8540160  33 
    drm                   344064  8 udl,i915_bpo,drm_kms_helper,nvidia
    
    lsmod | grep intel
    
    snd_hda_intel          36864  4 snd_hda_codec_hdmi
    snd_hda_controller     32768  1 snd_hda_intel
    snd_hda_codec         143360  5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_pcm               106496  5 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    kvm_intel             151552  0 
    kvm                   479232  1 kvm_intel
    snd                    86016  21 snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
    intel_ips              20480  1 i915_bpo
    ghash_clmulni_intel    16384  0 
    aesni_intel           172032  1938 
    aes_x86_64             20480  1 aesni_intel
    lrw                    16384  1 aesni_intel
    glue_helper            16384  1 aesni_intel
    ablk_helper            16384  1 aesni_intel
    cryptd                 20480  968 ghash_clmulni_intel,aesni_intel,ablk_helper