LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-15-2019, 12:58 PM   #1
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Rep: Reputation: Disabled
Dual display not working with fedora 29 / Quadro 4000


I have a fresh install of Fedora 29 LXDE on an HP Z800 with nVidia Quadro 4000 [displayport] in place. One display comes up fine; the second does not get a signal. I'm a developer and so need dual displays [was using a Lenovo system with dual display before but that system not available in new office].

I tried using the display preferences in preferences --> monitor settings, but it did not seem to even detect the second display.

I was following the nVidia driver-install guide at if-not-true-then-false.com/2015/fedora-nvidia-guide , but when I got to section 2.6.2 "edit /etc/sysconfig/conf" [after blacklisting nouveau], I discovered that I had no sysconfig directory in /etc .

Likewise, when I tried to skip that step and edit grub2.cnf , I saw that the file says at the top 'DO NOT EDIT THIS FILE!' so I figured I better not.

I know this nvidia driver business is a common issue, but I searched on this site and elsewhere and can't seem to find any documentation that will steer me in the right direction. Any assistance will be much appreciated!
 
Old 02-16-2019, 08:38 PM   #2
randdeveloper
Member
 
Registered: Jun 2013
Distribution: linux mint xfce
Posts: 42

Rep: Reputation: Disabled
when you run lspci do you see the video card?
when you run sudo lshw | grep display do you see the display controller?
 
1 members found this post helpful.
Old 02-16-2019, 09:11 PM   #3
1nuxg33k
Member
 
Registered: Feb 2019
Location: PNW
Distribution: Debian, LFS
Posts: 87

Rep: Reputation: 33
to add, what does
Code:
xrandr -q
say?
 
1 members found this post helpful.
Old 02-19-2019, 10:11 AM   #4
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Original Poster
Rep: Reputation: Disabled
Thanks for the help, folks! I sure appreciate it.

lspci shows the card :
0f:00.0 VGA compatible controller: NVIDIA Corporation GF100GL [Quadro 4000] (rev a3)

sudo lshw | grep display gives only :
*-display


here is the output of xrandr -q :
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DVI-I-1 disconnected primary (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 296mm
1920x1080 60.00*+ 59.96 60.00 50.00 59.94 59.93 24.00 23.98
1920x1200 59.95
1920x1080i 60.00 50.00 59.94
1600x1200 65.00 60.00
1680x1050 59.95 59.88
1400x1050 74.76 59.98
1600x900 59.95 59.82
1280x1024 75.02 60.02
1400x900 59.96 59.88
1280x960 60.00
1440x810 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1152x864 75.00
1280x720 60.00 59.99 59.86 60.00 50.00 59.94 59.74
1024x768 75.05 60.04 75.03 70.07 60.00
960x720 75.00 60.00
928x696 75.00 60.05
896x672 75.05 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
832x624 74.55
960x540 59.96 59.99 59.63 59.82
800x600 75.00 70.00 65.00 60.00 72.19 75.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
720x576 50.00
720x576i 50.00
700x525 74.76 59.98
800x450 59.95 59.82
720x480 60.00 59.94
720x480i 60.00 59.94
640x512 75.02 60.02
700x450 59.96 59.88
640x480 60.00 75.00 72.81 75.00 60.00 59.94
720x405 59.51 58.99
720x400 70.08
684x384 59.88 59.85
640x400 59.88 59.98
576x432 75.00
640x360 59.86 59.83 59.84 59.32
512x384 75.03 70.07 60.00
512x288 60.00 59.92
416x312 74.66
480x270 59.63 59.82
400x300 72.19 75.12 60.32 56.34
432x243 59.92 59.57
320x240 72.81 75.00 60.05
360x202 59.51 59.13
320x180 59.84 59.32
 
Old 02-19-2019, 11:28 AM   #5
1nuxg33k
Member
 
Registered: Feb 2019
Location: PNW
Distribution: Debian, LFS
Posts: 87

Rep: Reputation: 33
Odd that dp-2 is working but not dp-1. Did you try any other ports?
 
1 members found this post helpful.
Old 02-19-2019, 11:45 AM   #6
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Original Poster
Rep: Reputation: Disabled
the only other port available on the card is DVI; I don't have a DVI cable handy at the moment. Good observation about the dp2 / dp1 -- I'll see what happens if I swap the displays / ports around and report back
 
Old 02-19-2019, 11:51 AM   #7
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Original Poster
Rep: Reputation: Disabled
When I switched the display / port configuration, I got no video on either display -- do you think it's just a bad dp1 port on the card?

p.s. I also tried swapping out the dp cables [from used to new ones I had on hand] -- no change in result

Last edited by Mister_October; 02-19-2019 at 11:58 AM.
 
Old 02-19-2019, 03:02 PM   #8
1nuxg33k
Member
 
Registered: Feb 2019
Location: PNW
Distribution: Debian, LFS
Posts: 87

Rep: Reputation: 33
It’s possible it I wouldn’t rule that out just yet. Which driver did you download?
 
Old 02-19-2019, 04:04 PM   #9
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Original Poster
Rep: Reputation: Disabled
I downloaded

NVIDIA-Linux-x86_64-390.87.run

using nvidia's selection tool on their site. However, as far as I am aware, that driver is not active / installed in my system yet due to aborted install process as described in original post.
 
Old 02-19-2019, 06:00 PM   #10
randdeveloper
Member
 
Registered: Jun 2013
Distribution: linux mint xfce
Posts: 42

Rep: Reputation: Disabled
can you verify does each monitor work if singly plugged in?
are you able to try the DVI port?
also, you may wish to reload an earlier version of the NVidia driver
try
sudo lshw | grep -A10 display
the -A10 flag shows the line where "display" is found plus the next 10 lines (another flag is -Bn which shows n lines before the found text)
 
Old 02-19-2019, 06:56 PM   #11
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Original Poster
Rep: Reputation: Disabled
Confirmed that both displays work singly

Can't try DVI port at the moment, but I've ordered in a DVI cable that should be here in a couple of days to rectify that

Here is the output of sudo lshw | grep -A10 display [p.s. thanks for the tip re : -Ax flag, that will come in handy!]

*-display
description: VGA compatible controller
product: GF100GL [Quadro 4000]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:0f:00.0
version: a3
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
 
Old 02-19-2019, 07:29 PM   #12
1nuxg33k
Member
 
Registered: Feb 2019
Location: PNW
Distribution: Debian, LFS
Posts: 87

Rep: Reputation: 33
Alright so the driver isn't installed. So let's work on that.
First we need to work from cli so do
Code:
sudo systemctl set-default multi-user.target
and reboot.
Once rebooted and logged in Download dkms.
Code:
dnf install dkms
after that installs run the nvidia.run script. And if everything goes as it should set the gui back up
Code:
systemctl set-default graphical.target
and reboot
Code:
init 6

Last edited by 1nuxg33k; 02-19-2019 at 07:30 PM.
 
1 members found this post helpful.
Old 02-21-2019, 11:48 AM   #13
1nuxg33k
Member
 
Registered: Feb 2019
Location: PNW
Distribution: Debian, LFS
Posts: 87

Rep: Reputation: 33
Did this get solved?
 
Old 02-21-2019, 12:12 PM   #14
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Original Poster
Rep: Reputation: Disabled
Sorry for the slow followup- i've been out of the office sick a couple days- will try the steps above when i get in tomorrow - thanks again for your help and patience!
 
Old 02-22-2019, 11:06 AM   #15
Mister_October
LQ Newbie
 
Registered: Jun 2018
Location: Phoenix
Distribution: CentOS 7.6 / Ubuntu 16.04 server / Fedora 29 LXDE
Posts: 21

Original Poster
Rep: Reputation: Disabled
OK, tried a DVI --> HDMI cable from the DVI output on the card to the HDMI input on the display; no dice -- trying 1nuxg33k's driver install process now
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
changing screen resolution for distance technology CentOS6.3/NVIDIA Quadro 4000 SenLinux Linux - Hardware 5 09-09-2013 01:16 PM
NVIDIA QUADRO 4000 FX (2GB) Drivers installation lalith011 Linux - Kernel 1 05-26-2011 03:00 AM
No display on new instal of RHEL 4A 64 with Nvidia Quadro NVS 290 graphics eric_h Linux - Newbie 1 06-03-2009 03:13 PM
nvidia quadro fx 540 linux dual displays microlaser Linux - Hardware 0 10-30-2005 07:20 PM
display distorted on M60 with Quadro FX 700Go jpox Linux - Laptop and Netbook 1 06-29-2004 06:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration