Use an Nvidia Geforce GTX 960 with Fedora Core 24.

There are alot of useful guides:

If Not True Then False Unixmen RPMFusion

Here are the exact steps followed to use the nvidia card:

Go to the Nvidia Drivers page.

Select the appropriate product, operating system etc. These steps use:

NVIDIA-Linux-x86_64-375.20.run 375.20 (November 18, 2016)

sudo dnf -y update
#(20 minutes later...)
reboot

dnf install kernel-devel kernel-headers
dnf install gcc dkms acpid

echo 'blacklist nouveau' >> /etc/modprobe.d/disable-nouveau.conf
echo 'nouveau modeset=0' >> /etc/modprobe.d/disable-nouveau.conf

dnf install xorg-x11-drv-nvidia akmod-nvidia "kernel-devel-uname-r == $(uname -r)"
dnf update -y


chmod +x NVIDIA-Linux-x86_64-375.20.run
./NVIDIA-Linux-x86_64-375.20.run
# (Accept defaults)
reboot
Date