No screens found

Hey. I stucked on tty1 after install NVIDIA drivers. I disable nouveau drivers. Installed NVIDIA drivers from .run file and after reboot I stucked. /var/log/Xorg.0.log shows
Code:
No Devices detected
(EE) no screens found(EE)

My xorg.conf
Code:
...
Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA corporation"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

I'm trying to start my system second day.

I'm using gdm3
 
Back
Top