EVGA GeForce 960 gtx causing screen to flicker on Xubuntu 16.04

Hello, I’ve been having an issue with my graphics card causing my screen to flicker. I’ve diagnosed it to the card and I think it has something to do with the rendering of colors which causes my screen to go blank for a few seconds at random but sometimes is a constant flicker. It’s as though my screen keeps reseting itself.

I use a Vizio d40u-d1 for my monitor, I run 3840x2160 at 30hz. My drivers version is 367.35.

My current xorg.conf looks like this:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 367.35  (buildmeister@swio-display-x64-rhel04-01)  Mon Jul 11 23:50:39 PDT 2016

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 367.35  (buildmeister@swio-display-x64-rhel04-01)  Mon Jul 11 23:51:45 PDT 2016

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "VIZ D40u-D1"
    HorizSync       15.0 - 140.0
    VertRefresh     25.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 960"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "3840x2160_30 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

I’ve tolerated this issue for the past 2 months and it’s been really getting on my nerves to the point where I may just go buy a new Seiki 42" UHD like the one I have at my office but I don’t want to give up just yet. Any help would be greatly appreciated.

Thanks.