Results 1 to 2 of 2

Thread: Nvidia proprietary driver shows a black screen

  1. #1
    Join Date
    2015-Aug
    Posts
    1

    Nvidia proprietary driver shows a black screen

    I managed to see a lot of articles, links, and installation methods, but could not make it work correctly. After restart gdm I see only black screen. Help to cope with this problem.
    Proprietary driver need me to pyrit...

    lspci -v
    Code:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    	Subsystem: CLEVO/KAPOK Computer Device 6502
    	Flags: bus master, fast devsel, latency 0
    	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    
    <------------ cuted ------------>
    
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
    	Subsystem: CLEVO/KAPOK Computer Device 6502
    	Flags: bus master, fast devsel, latency 0, IRQ 32
    	Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
    	Memory at d0000000 (64-bit, prefetchable) [size=256M]
    	I/O ports at f000 [size=64]
    	Expansion ROM at <unassigned> [disabled]
    	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    	Capabilities: [d0] Power Management version 2
    	Capabilities: [a4] PCI Advanced Features
    	Kernel driver in use: i915
    
    <------------- cuted ------------->
    
    01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
    	Subsystem: CLEVO/KAPOK Computer Device 6502
    	Flags: bus master, fast devsel, latency 0, IRQ 34
    	Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
    	Memory at e0000000 (64-bit, prefetchable) [size=256M]
    	Memory at f0000000 (64-bit, prefetchable) [size=32M]
    	I/O ports at e000 [size=128]
    	[virtual] Expansion ROM at f7000000 [disabled] [size=512K]
    	Capabilities: [60] Power Management version 3
    	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
    	Capabilities: [78] Express Endpoint, MSI 00
    	Capabilities: [100] Virtual Channel
    	Capabilities: [250] Latency Tolerance Reporting
    	Capabilities: [258] L1 PM Substates
    	Capabilities: [128] Power Budgeting <?>
    	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    	Capabilities: [900] #19
    	Kernel driver in use: nvidia
    
    <------------- cuted ---------------->
    pstree

    Code:
    <------------- cuted ---------------->
    
            |-gdm3-+-Xorg
            |      |-gdm-session-wor-+-gnome-session-+-gnome-settings--+-{dconf worker}
            |      |                 |               |                 |-{gdbus}
            |      |                 |               |                 |-{gmain}
            |      |                 |               |                 `-{pool}
            |      |                 |               |-{dconf worker}
            |      |                 |               |-{gdbus}
            |      |                 |               `-{gmain}
            |      |                 |-{gdbus}
            |      |                 `-{gmain}
            |      |-{gdbus}
            |      |-{gdm SIGUSR1 cat}
            |      `-{gmain}
    <------------- cuted ----------------->
    /var/log/Xorg.0.log

    Code:
    Xorg.0.log_part1.txt
    Xorg.0.log_part2.txt
    
    I must say, there is no record (EE)!!!!
    /etc/X11/xorg.conf

    Code:
    Section "Module"
        Load            "glx"
    EndSection
    
    Section "Monitor"
        Identifier      "Monitor0"
    EndSection
    
    Section "Device"
        Identifier      "nvidia0"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Option          "NoLogo" "True"
    EndSection
    
    Section "Screen"
        Identifier      "Screen0"
        Device          "nvidia0"
        Monitor         "Monitor0"
    EndSection
    Without BusID issue error in Xorg.0.log "No device found" and "No screens found".
    dmesg see nothing about xorg or nvidia

    In blacklist.conf added "nouveau", "i915", "intel_gma"

    I've tried installing guides of official NVidia and by apt-get install, but img getting same errors.

    Help me please!
    Last edited by dron100; 2015-08-19 at 05:43.

  2. #2
    Join Date
    2015-Aug
    Posts
    5
    Im having the same problem , its been 2 days since im trying to figure out what to do and nothing works....

Similar Threads

  1. Kali Linux black screen BEFORE grub shows up
    By LambdaPi in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-12-24, 13:38
  2. Replies: 1
    Last Post: 2016-09-24, 07:25
  3. HeLp Me for NVIDIa Driver after installation black screen
    By netdestroyer in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2014-02-25, 17:03
  4. Nvidia 460 gtx install driver + nvidia-settings black screen
    By zero-z in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2013-08-28, 03:30
  5. Black screen after NVIDIA driver (.run) installation
    By kalilinuxx in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2013-07-15, 00:34

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •