NVIDIA Driver black screen on Linux

Ricky Mutschlechner

Upon trying to install ANY form of Linux (tried Ubuntu 13.04, Mint 15 Cinnamon, Fedora 18 KDE), I have a few problems:

First off, I get EXTREME lag in both of their Live CDs. It starts to completely hang for minutes at a time, and then eventually the screen goes black and never displays anything again.

Here are my specs:

ASUS P8P67 Pro Rev 3.1 Motherboard (Latest BIOS 8/6/2013)
Intel i7 2600K Processor
128GB OCZ SOLID3 SSD (Latest FW 8/6/2013)
1TB Seagate Barracuda 7200RPM HDD
NVIDIA GeForce GTX 580
Yamakasi Catleap Q270 (2560x1440 @ 60Hz) via Dual-Link DVI

Secondly: I've been able to get the Operating System installed (somehow, one of Ubuntu's liveCD options as well as Fedora KDE I can make it through without lag) but then when I do install, I have to install the nvidia driver ASAP through terminal, or I get the extreme lag again. Once I install the driver, however, I just get a black screen upon reboot.

If this question is a duplicate and I missed it, please let me know and I will be happy to remove it.

I believe the problem lies with the Graphics driver, card, or my monitor itself. My problem happens even in an installed version of Linux/Ubuntu, not just the live CD. I've tried getting the nvidia driver and following a plethora of guides on this site, but they all lead in me getting a black screen on bootup and having to Ctrl+Alt+F1 to get a terminal. If anyone has any suggestions or anything, I'd greatly apperciate it.

I'm aware of two open issues with my graphics card for Ubuntu(Nouveau) specifically: 1 and 2, but the workarounds do NOT work for me. And also, the nvidia driver is unrelated to these - installing it is actually the suggested workaround, which in fact makes my problem worse.

Ricky Mutschlechner

After weeks and weeks of messing around, I was finally able to figure out my problem! It was, in fact, the monitor.

http://ubuntuforums.org/showthread.php?t=2038997

I followed the guide here and manually edited my xorg.conf file, and now everything works perfectly!

Adding the content here just in case the forums get archived:

# This section defines the Catleap (HiRes) monitor.  
# I just left this section completely the same as in the example
#

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Shimian"
    ModelName      "QHD270"
    HorizSync      88.8
    VertRefresh    59.5
    Option         "DPMS"
    Modeline       "2560x1440" 241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync
    DisplaySize    597 336  
EndSection

#
# This section defines the video card, I didn't change anything here either
#
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 460"
EndSection

# This is the section I changed
#
# The BIGGEST issue I had, was figuring out what was on DFP-0, DFP-1 and DFP-2 (which are the dvi/hdmi outputs)
# In MY system, DFP-0 is the "primary" DVI output
# and DFP-1 is the mini-HDMI output
# and DFP-2 is the 2ndary DVI output
# So I want my Catleap on DVI-0 and the Asus twinview monitor on the DFP-2 (so I had to change my cables)
#
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "NoLogo" "True"
    Option         "TwinView" "1"
# Leave this as DFP-0, which is where the Catleap(hires) monitor is plugged into.
# This (I believe) tells the system what the "primary" display is in the twin view
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "UseEDID" "False"
    Option         "UseEDIDDPI" "False"
    Option         "UseEDIDFreqs" "False"
    Option         "ExactModeTimingsDVI" "True"
# This is the only other line I had to change from the example
# DFP-0: 2560x1440_60 +0 +0   <--- This line is the "primary" display on DFP-0 (the Catleap HiRes)
# DFP-2: 1920x1080 +2560 +0   <--- This was for the 2nd monitor, resolution and offset.
# Don't forget the comma between the two monitors
    Option         "metamodes" "DFP-0: 2560x1440_60 +0 +0, DFP-2: 1920x1080 +2560+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Option         "Xinerama" "0"
EndSection

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Black screen when installing Nvidia Drivers

분류에서Dev

Blank screen Ubuntu 15.04 update with NVIDIA driver (nomodeset does not work)

분류에서Dev

Kali Linux black screen with blinking curser after USB boot

분류에서Dev

Black screen instead of login screen

분류에서Dev

black screen after logout

분류에서Dev

NVIDIA graphics driver in Ubuntu 12.04

분류에서Dev

Changing to Nvidia Driver Broke Cinnamon

분류에서Dev

Installing Nvidia graphics driver ubuntu

분류에서Dev

Youtube causing black screen in chrome?

분류에서Dev

Black screen issue,compiling with cocoonjs

분류에서Dev

Dots and black screen while gaming

분류에서Dev

Kubuntu black screen after login

분류에서Dev

After login, nothing but a black screen

분류에서Dev

Black Screen , no command found in fedora

분류에서Dev

Nvidia driver updated - mixed versions of 304.88 and 319.32

분류에서Dev

Boot "hangs" when NVIDIA binary driver is installed

분류에서Dev

Nvidia driver can't run with the newest Kernel

분류에서Dev

How is Nvidia driver 367.18 on Ubuntu (14.04)?

분류에서Dev

GeForce MX130 nVidia driver?

분류에서Dev

Which Nvidia card driver do I choose?

분류에서Dev

Screen tearing in Ubuntu with Nvidia/Intel graphics

분류에서Dev

Black screen ubuntu with 1234F:?

분류에서Dev

VideoView inside fragment causes black screen flicking

분류에서Dev

Xubuntu 12.04 : Random boot to black screen

분류에서Dev

Black screen with mouse pointer on boot, KDE Neon

분류에서Dev

Windows 10 spinning dots on black screen

분류에서Dev

PC Boots to black screen with mouse cursor

분류에서Dev

Black screen when segueing to UITableViewController in swift

분류에서Dev

whonix black screen after adding new repositories