Установил Xorg и при запуске через startx, xinit он не хотел запускаться с ошибкой No device found, но с помощью startxfce4 все запускалось, при этом я не мог сделать разрешение экрана больше 1024х768, хотя разрешения экрана моего монитора 1920х1080. Немного позже, прочитав на генту вики статью о том, как пофиксить данную ошибку я сгенерировал xorg.conf с помощью nvidia-xconfig, добавил строку в Device, если точнее BusID «PCI:1:0:0». И ошибка заменилась другой, No screen found. Xorg.conf прилагается.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 337.25 (buildmeister@swio-display-x64-rhel04-10) Tue May 27 13:05:19 PDT 2014
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
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 "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection