I need some help running dual monitors in debian 7 wheezy
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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
Last edited by sycho123321; 02-06-2015 at 04:36 PM.
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?
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
Last edited by sycho123321; 02-07-2015 at 11:15 AM.
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.
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?
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
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?
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.