Se você tem uma placa Nvidia, o problema pode ser explicado por rpmfusion :
'Fedora 23 Users'
nVidia currently doesn't support the Xorg server in Fedora 23, please take a look at the Rawhide section from this document.
Para inicializar, você pode inicializar em um console usando CTRL + ALT + F3 , e então remover o driver proprietário com:
sudo dnf remove xorg-x11-drv-nvidia\*
Depois, reinicie e tudo deve funcionar bem. Se você quiser tentar instalar o driver proprietário novamente, siga estas instruções do rpmfusion:
Rawhide kernels are built with debug enabled GPL-only symbols which kernel is incompatible with the nvidia binary-only driver. You need to use the Rawhide nodebug repository.
Please remind that Xorg server version is also to take into consideration. In the case of incompatibilities with the xorg-server, you might need to downgrade to the previous fedora release:
dnf downgrade xorg-x11-server\* --releasever=22 --allowerasing echo "exclude=xorg-x11*" >> /etc/dnf/dnf.conf