LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I need some help running dual monitors in debian 7 wheezy (https://www.linuxquestions.org/questions/linux-software-2/i-need-some-help-running-dual-monitors-in-debian-7-wheezy-4175533301/)

sycho123321 02-06-2015 04:16 PM

I need some help running dual monitors in debian 7 wheezy
 
Hi all,

Today i was seting up a desktop so i can use it for some ham radio applications but i want to use two monitors i had laying around so after the install (btw i forgot to mention im using one gpu for one monitor and another gpu for the other monitor) i pluged in the monitors and on one it woked perfecly but on the other it displayed the boot up messages
(waiting for /dev to be populated etc.) and just stopped after
Code:

waiting for /dev to be fully  populated
Cheers,

Lukas

otoomet 02-07-2015 08:02 AM

So you have 2 graphic cards and you want to use one monitor for each of them? Modern distros should recognize it automatically.
What cards do you have (what is lspci output?)
What drivers do you have?
What does xrandr tell you?

sycho123321 02-07-2015 11:11 AM

Yep I have it setup like you said
The cards are the nvidia GeForce fx 5200 and the GeForce mx/mx 400
I have not installed any drivers
Xrandr says
Code:

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 4096 x 4096
VGA-2 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 340mm x 270mm


1280x1024                60.0*+    75.0
1024x768                75.1      70.1    60.0
832x624                  74.6
800x600                  72.2      75.0    60.3    56.2
640x480                  72.8      75.0    66.7    60.0
720x400                  70.1


otoomet 02-07-2015 11:23 AM

Hmm...

seems like only one video card is recognized, and only one output (VGA) of that card. It should also give you a list of various hdmi/dp/dvi ports that are not connected, depending on what ports does your cards have.

Does lspci show both cards?

I might next look into Xorg logs and kernel messages to check if both cards are recognized and what drivers are assigned to them.

I have only experience with 2 identical cards installed, I know that there might be issues if using different types.

Cheers,
Ott

sycho123321 02-07-2015 11:50 AM

Well one of the cards is only vga and the other is vga /dvi lspci does show both look here http://tinypic.com/r/106wk07/8

otoomet 02-07-2015 12:31 PM

OK, so probably kernel finds both. What kind of driver is in use? Look at lsmod and either 'nv' (the old) or 'nouveau' (the new) nvidia driver. The closed source is called 'nvidia' afair.

Look also at /var/log/Xorg.0.log (or post it). It is a rather informative source, it also tells what happens with drivers etc. Do you also have other X logs like Xorg.1.log etc?

sycho123321 02-07-2015 01:07 PM

Nouveau is in use and here is the xorg log http://pastebin.com/tMis4SUm WOW that was long ok so from my understanding (Which is little to none because I dont mess around w/ X) Xorg is not seeing the scond monitor the AOC in the Xorg log is the one that does work

Thanks

otoomet 02-07-2015 10:31 PM

Hmm... I don't see there any hint to your gf 5200. Line 172 indicates that it finds NV 11 chipset which is GF2 MX afaik. Does your bios support 2 graphics cards? Are both cards actually working?

sycho123321 02-07-2015 11:36 PM

Yes both are working because both monitors show things and for the bios I am pretty sure it does but I might be able to scrounge up a dual display gpu.

otoomet 02-09-2015 12:47 AM

I am still worried X can only find a single graphics card. Look at the mine:
http://http://pastebin.com/H7PDSF65
intel integrated driver is initialized around line 485
Radeon G0 578
Radeon G1 624

Even if no monitors are present for the radeon cards, you can see a lot of talk with these cards. In your log X found two cards at pci:01:00 and pci:02:80 (or something like that). I don't know why does X not want to talk to the other card.

Does everything work perfectly if you insert each card individually? Do they work with both monitors?

Otherwise, I can only guess there are some sort of misunderstanding between bios, cards, kernel, and X11. You may attempt to try the newest and latest with e.g. ubuntu 15 live.

sycho123321 02-14-2015 10:23 AM

Ok yeah I have no idea what's going on and if only one gpu is in it works fine well I guess ill have to use a dual vga card th a thanks for the help


Lukas


All times are GMT -5. The time now is 08:48 AM.