Debian Multimedia :: 2 Graphic Cards For 3 Monitors - Second Card Not Available

Apr 30, 2015

I inserted another graphics card to my computer to use 3 monitors. The card appears in lspci but I can't access it in gnome.

What do I have to do to set this up.

Here is the output of my xorg.log: [URL].....

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV530 [Radeon X1600 XT/X1650 GTO]

View 7 Replies


ADVERTISEMENT

Ubuntu Installation :: Two Monitors On Two Graphic Cards?

Jun 10, 2011

I'm using Ubuntu 11.04. I should have two graphic cards, and they are both detected in the terminal.

Code:
lspci | grep VGA
02:00.0 VGA compatible controller [0300]: nVidia Corporation C77 [GeForce 8200] [10de:084b] (rev a2)
03:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 8400GS] [10de:10c3] (rev a2)

Both cards have monitors plugged into their VGA ports, but only one of the monitors shows a display. The other monitor goes into power saver mode right after start up. Nvidia X Server settings only shows a single graphics card (the 8200) and a single monitor (detect monitor finds nothing). Going through Prefences: Monitors also only shows a single monitor and doesn't detect a thing when detect monitors is clicked.

Monitor one has 1440 x 900 resolution and I'm not sure what the resolution of Monitor two is supposed to be, but it displays rather nicely at being set to 1440 x 900.

Both graphics cards are detected and usable in Vista, but a quick switch of the plugs shows that only the 8200 is registering in Ubuntu.

Ideally I want to have a dual monitor set up, with one screen showing documents or pictures with the other using Gimp or Blender.

View 4 Replies View Related

General :: Support For Multiple Monitors In Ubuntu / Using Graphic Card From AMD

Sep 8, 2010

how is the support for multiple, two or more, monitors in ubuntu (10.04) when using a graphic cards from AMD(/ATI), for example the HD 5770. (Which I'm currently using). I know that DP is required to use three monitors on a regular card. But other than that, will it work? Am I to expect a lot of work to be able to get it working? Or will it simply be impossible? (And yes, I know that AMDs(/ATI) drivers aren't always the best... Although changing to a card from nvidia at this moment isn't possible)

The background to my question is that I'm thinking about buying another monitor, same model as the current one I'm using, and later on perhaps expand to buy another one.Tried to search for it but wasn't able to find how the support would be in linux, and ubuntu in particular, since most I found is about the windows support, which should work quite easy and therefore isn't relevant.

View 2 Replies View Related

Slackware :: Using A Nvidia Graphic Card With Multi Monitor With Two Monitors?

Jul 20, 2010

Using a nvidia graphic card with multi monitor with two monitors. Can I have one with xbmc and other with normal KDE (firefox, xchat, ...).

Can I do this in linux (Slackware)?

View 3 Replies View Related

Debian Multimedia :: Changing Graphic Card - Xdm Didn't Start

Mar 5, 2010

I have one Asus motherboard with inbuilt HD 3300 Radeon family graphics system, I have used it with radeon and radeonhd drivers and I have xorg.conf. I tried to change card to Radeon HD 4350 but it didn't give more than terminal view, Xdm didn't start. I believed the driver would support both cards?

View 1 Replies View Related

Debian Multimedia :: Getting Two Monitors To Work With 1 Nvidia Card?

Sep 4, 2010

I'd be grateful for any suggestions to get a second TV/Monitor to work in addition to the desktop monitor for a PC which runs Lenny. The first monitor is a small TFTLCD 15". Works perfectly with a GEForce FX 5200 nvidia graphic card and uses the 173.14.09 driver. Having obtained an SVGA cable, I connected the card to a rather larger 32" LCD Panasonic TX-L32S10B TV to enable some armchair viewing of internet etc for my parents. The Panasonic TV or monitor shows all the boot messages but the graphical server fails to start. I know that both screens work, either alternatively or simultaneously, having tested with a Puppy live CD.
However, running

nvidia-xconfig --twinview results in an incorrect screen resolution for the 15" TFT Monitor; Gnome Screen Resolution Preferences gives a rather surprising fixed setting of 2048x786/50Hz when the maximum should be 1024x768. The resulting xorg.conf file is:

cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@ninsei)  Fri Sep  5 22:23:08 UTC 2008
Section "ServerLayout"
Identifier     "Layout0"
Screen      0  "Screen0" 0 0

[Code]...

View 2 Replies View Related

Ubuntu Multimedia :: Activate Graphic Cards Without Monitor?

Jun 16, 2011

is there any way to activate the graphic cards without a monitor?It seems in xorg.conf, a "Device" had to be referenced by a "Screen" to have it activated.

I wonder is there any other way to activate a graphic cards without monitor connected to it?

View 1 Replies View Related

OpenSUSE Multimedia :: Flash And 2 X Nvidia Graphic Cards 9800GT SLI?

Mar 17, 2011

I am finding a lot of issues with flash in 11.4 release. As I know it is flash issue, because some people after updating flash on 11.3 got the same problem.

Flash seams to be crashing or/and slowing down web browser. After trying to figure out where is the problem, i found that:
1) removing SLI helped a little bit
2) updating to beta (270) nvidia drivers helped a little bit (moving window with flash animation from one screen to another one that is connected to different graphic card does not crash the browser anymore)

But still the problem exists.

For example, sometimes when i minimize the window with flash animation and i open new window (e.g. with spreadsheet) and move it on the same place where was previous window with flash, I can see this flash animation as a background of the new window....

Also, when i am moving the window with flash around, the flash disappears or gets gray.

Sometimes, ..... does not load the movie, but if i open the movie in VM windows, it works fine. After reloading Xwindows it works for a while also in opensuse.

View 4 Replies View Related

Ubuntu Multimedia :: ATI Radeon - 2 Cards And 3 Monitors (Xinerama)

May 21, 2010

After working on trying to get my 3 monitors to work with Ubuntu 10.4 and my ATI Radeon HD3200 (IGP) and HD4850 cards, I just had to share the xorg.conf. I am using the default open source drivers that came with 10.4 and I kept KMS enabled (it wouldn't work without it).

Here is my conf:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "4850-2-Screen"
Screen 1 "4850-1-Screen" RightOf "4850-2-Screen"
Screen 2 "3200-Screen" RightOf "4850-1-Screen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
#OPtion "Clone" "off"
EndSection .....

View 9 Replies View Related

Ubuntu Multimedia :: Shopping Video CardS For Multiple Monitors?

Aug 16, 2011

I'm about to start a new build for my primary machine at home. The plan is to load up a server/workstation motherboard (ASUS KGPE-D16) with two 8-core chip, as much RAM as it will take (32GB) and to put two graphics cards in it. One to power my main 24" monitor (ideally via HDMI) and the other card to power two screens, one 24" on each left and right side via DVI (unless I can find a dual-HDMI card that meets my needs).

Does that make sense? Here's my question for this awesome group of intelligent individuals: What video card model should I choose? Obviously, I'd like them to match so I can SLI / CrossFire if I really want to, but what setup should I plan on to have a good experience managing multiple displays on multiple video cards?

Oh, and budget is probably up to about $300 per card, maybe a little more if it makes a lot of sense.I'm not alone in having tons of problems with trying to get multi monitor support in the last few versions of Ubuntu, and honestly it's the only reason why I'm still running Windows7: the multi monitor support is just SO DAMNED easy! I shouldn't have to spend this much energy thinking about video card model- it should just work, shouldn't it?

View 4 Replies View Related

Fedora Installation :: Messed Up Strips Graphics (its Not Due To Graphic Card, Graphic Card Is Supported 7600gt)?

Apr 8, 2009

In Fedora 10, I cannot get to the installer because it shows these messed up strips graphics (its not due to my graphic card, my graphic card is supported 7600gt) in non-quiet install it shows logical errors and i/o errors.

View 12 Replies View Related

Debian Hardware :: Info On Integrated Intel Graphic Cards For Laptops?

Feb 1, 2010

I'm about to buy a laptop and there are some interesting and affordable Toshiba ones, but they all have Intel GMA 4500M graphic card. I have NVIDIA card on my desktop and their drivers work perfectly, i was just wandering what the situation with Intel's graphic cards is. I need 3D rendering for compiz and stuff, is it too much of a hassle to enable them?

View 2 Replies View Related

Ubuntu Installation :: Update Graphic Driver - It Keeps Saying Graphic Card Is Outdated?

Mar 30, 2010

So I finally got ubuntu..I wanted to play team fortress 2.Runs great in wine etc.But 1 problem.It keeps saying my graphic card is outdated.I cant see anything.So I downloaded the driver from nvidia website.Followed some instructions.But it says cannot open binary file or something.Is there any other way to update graphic drivers.Cause I realy still want to play some windows games.Mount&blade, Atlantica online,team fortress 2 etc

View 1 Replies View Related

Ubuntu Installation :: Graphic Driver - Enemy Territory It Comes Back With Error On Graphic Card

Nov 8, 2010

i justy got me a dedi box and there is no graphic driver installed on it, or it dont work :/ VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266] but wen i try installing enemy territory it comes back with error on graphic card

[Code]....

View 9 Replies View Related

Debian Configuration :: Install The Graphic Card Driver?

Jul 18, 2010

I just installed Debian 5 in my pc. I have made all the updates but my screen is a bit bright and the resolution isn't very good. I think that i need to install the graphic card driver but all the solution i find in google didn't work . My laptop is Toshiba satellite pro u400 and my card is Intel GMA 4500 MHD.

View 4 Replies View Related

Debian Hardware :: How Graphic Card Could Be Configured Using Appropriate Driver

Mar 16, 2015

I just installed a fresh Debian testing on my laptop with a VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09). Although X is running seems like it's rather slow. As there’s no xorg.conf

How the graphic card could be configured using the appropriate driver.

View 13 Replies View Related

Ubuntu Multimedia :: 10.10 Incompatibility With Sony Vaio CW Series Graphic Card

Oct 11, 2010

I have a problem with installing ubuntu 10.10 in my vaio cw. when I boot it , it doesn't show anything on my LCD but when I plug a monitor in , there would be an output. Also I have the same problem with 10.04 version.

View 7 Replies View Related

Ubuntu :: Set Up Multiple Graphic Cards?

Jan 1, 2011

This is my lspci output.

Code:
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
04:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3600 Series
Initially I had just teh HD 3600 in the PC, using the "AMDccle" drivers and configuration running two monitors.

I then added an old RV280 PCI card to allow a third monitor. When the PC powers on the bios output is on the RV280, once linux starts the RV280 monitor goes to the ubuntu desktop colour, the two monitors on the HD3600 get a signal (power up) and display the logon screen.

When I log on the two HD3600 screens become my desktop. If I ctrl alt f1 etc. the terminal screen comes up on the RV280 and the two HD3600 screens go blank. This suggests that all 3 monitors/ 2 graphics cards are all working ok, and ubuntu is happy with them. My problem now is to make the RV280 accessable via X/gnome at the same time as the HD3600. It would be nice to have it as a 3rd monitor on a very wide desktop, but I'd settle for it being its own little window running various tasks/programs such as mail/firefox.

View 9 Replies View Related

Ubuntu Multimedia :: Graphics Card Recommendation For Dual Monitors

Jan 3, 2011

I'm building a new Ubuntu system for use as a desktop machine and personal server (http, smb, smtp). It'll be based on an Intel i7 950 and a Gigabyte X58A-UD3R LGA 1366 ATX Motherboard.

I'm looking for recommendations for a graphics card that will support dual monitors and runs well under Ubuntu. Would like some decent 3D support.

View 3 Replies View Related

Debian :: Installation Graphic Card HD 6750 Formula With Ubuntu

Sep 5, 2011

However I have problem to install my graphics card Asus ATI Radeon HD 6750 Formula....

View 4 Replies View Related

Debian Hardware :: Graphic Card Intel HD4400 Not Recognized

Sep 15, 2014

I'm trying to make things work on my laptop. Almost done, but there is one hardware issue left. I have a Intel HD4400 graphic card. But it seems that it is not recognized. I had an issue loading Gnome3.

Code: Select allGNOME 3 Failed to Load

Unfortunately GNOME 3 failed to start properly and started in the fallback mode.

This most likely means your system (graphics hardware or driver) is not capable of delivering the full GNOME 3 experience

Another thing :
Code: Select all$ grep EE /var/log/Xorg.0.log
[    29.117] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument

Also, if I go in "applications" ->"system tools" -> "Preferences" -> "System settings" and then in "Details, under Graphics I have "Drivers : unknown", "Experience : Fallback".

And as a consequence, I can't use dual-screen. If I plug another sreen, I have an exact copy, not even with a good resolution.

I search on the web for solutions, but I didn't understand much. I don't know what Xorg is, x-window, etc...

View 3 Replies View Related

Ubuntu :: Changing Graphic Cards Driver?

Nov 21, 2010

I'm currently using windows 7 on my computer, I have an ATI GPU and I am willing to install Ubuntu to finally rock it out. However I'm going to change my video card for a newer nVidia one in a few weeks and I'm wondering about the drivers change.. Under windows it should be quite simple however I'm quite afraid of possible issues I could have under Ubuntu. Probably (I believe and hope) everything will just work fine, simply plug and play, no conflicts, nothing at all. However I'm asking because I would like to avoid any issues, as I prefer dealing with windows one month or so more than having driver issues under ubuntu...

Resume: is it possible that changing GPU (brand) generates driver issue under ubuntu 10.10?

View 3 Replies View Related

Ubuntu Multimedia :: Supported Graphics Card For Dual Monitors Setup

Jan 31, 2011

I'm busy building a machine now and I'm looking to set up dual monitors because it's something I've always fancied but never had the resources to do. I'm basically looking for advice on choosing a graphics card that will support dual monitors with good driver support under Ubuntu. After a few hours of browsing the forums I determined nVidia were the way to go but I'm honestly not bothered if people want to suggest ATI. I'm not a gamer so really only need the card to support dual monitors. I'll also need to know how to set up the card under Ubuntu and then subsequently how to edit xorg.conf in order to get the dual monitors working.

View 6 Replies View Related

Hardware :: Help Setting Up 3 Monitors On Two Cards

Jul 26, 2009

Edit: FIXED, see 2nd 1/2 for correct config...Id like for someone to look over my xorg.conf and tell me what I'm doing wrong. Just a bit of background I'm using an Matrox G450 Multihead and a Nvidia MX4000 and have three monitors. Id like the G450 multi head to fire on the far left and far right and the nvidia to run in the center. The desktop should be extended across all three.

View 3 Replies View Related

Hardware :: Two Monitors On Two Graphics Cards?

May 7, 2010

I have an ACER Veriton 7600GT, with an internal Intel 82865G, which drives the main monitor and a Radeon 9250 which drives a second monitor (on its first port) - it all works fine under XP.I've had no luck at all trying to get any version of linux to cope with this. I've been trying live cds..PCLinuxOS and Mandriva will not boot except in 'safe mode' and then run with the wrong resolution for the main monitor and ignore the second one.

Ubuntu boots OK for primary but ignores the second monitor (I'm not keen on ubuntu anyway because of instability on other machines).OpenSUSE boots OK for primary and seemed to offer some hope of setting up the second monitor. However, after this discussion it seems to have come down to trying the latest development milestone.There is quite a lot of diagnostics in the above discussion and I'm wondering if anyone here has any experience of this sort of thing? The problem seems very fundamental in the sense that (even with all the tests) I've never seen the second monitor even receive a signal and wake up under any version of linux.

View 4 Replies View Related

OpenSUSE Hardware :: Twin Monitors On Different Cards?

May 5, 2010

I've got an ACER Veriton 7600GT, with an internal Intel 82865G, which drives the main monitor and a Radeon 9250 which drives a second monitor (on its first port).The configuration seems to kill many live cds but not opensuse - that's the good news. The bad news is that, if I've understood this; Configuring graphics cards/Dual Head Mode - openSUSE, it should be detected and started in clone mode - it isn't. Running sax2 doesn't help (and that's the first thing in the XRandR instructions too. I've yet to see my second monitor so much as flicker. I would like to see this working on the live cd before I commit to installing opensuse.

View 9 Replies View Related

Ubuntu :: Configure Three Monitors Run Across Two Video Cards?

Jul 12, 2010

I was just wondering if is an easy way to configure three monitors run across two video cards (Nvidia Leadtek GTS250 PCI-E 2.0 1G 2DVI ) 2 on one, 1 on the other under the one xserver? I tried to get it going using the Nvidia driver package with no luck - 2 monitors seemed to be simple to configure using Twinview setting on a single xserver (my current settings) and I was hoping their may be a simple extension for three and if so is there an easy way to go about this? (I am new to Ubuntu).

[Code]...

View 9 Replies View Related

Ubuntu :: Multiple Monitors And Video Cards?

Dec 14, 2010

I've been using linux for roughly 12 years now but I've always avoided linux on the desktop since touching X back in the day was quite a hassle. I recently decided that rather than keeping my windows desktop full of 15 PuTTY instances, I should rock the *nix desktop.

I started by installing Ubuntu 10.10 Desktop. It detected my two monitors handing off a pci express card just fine. I decided to install the ATI drivers when it prompted me - the proprietary drivers would let me select to use the monitors separately, but would always just default back to mirroring the screens. I was unable to get it to stop that, so I had to go back to the open source drivers. Which is fine, I don't really need the 3d accel. Roll forward a week, I ordered another video card to add another screen. I purchased another ATI card, since word on the street is that same-vendor chipsets play best together. This one had to be PCI, if this matters.

dmesg reports the new card is fine and happy, but the Monitors GUI thing doesn't detect any monitors off the new card, or report anything about it. So: what should I do to make the second video card get noticed?[URL]...

View 6 Replies View Related

Ubuntu :: 3 Monitors To Work With 2 Video Cards?

Jan 24, 2011

Been looking around and have been trying for 4 days to get my 3 monitors to work with my 2 video cards , When the system starts up I get the bootup screens on the 3rd monitor , then the login box shows up on the 1st monitor and when logging out I see the shutdown screen on the 3rd monitor again , so I know ubuntu see's it , but not sure how to include it in the regular desktop . It's just a lighted very dark red and I can't move my mouse or any windows over to it , here is my xorg.conf that I modified and tried to get it to work with :

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.06 (buildd@palmer) Mon Oct 4 16:01:38 UTC 2010
Section "ServerLayout"
Identifier "Layout0"

[Code]...

View 5 Replies View Related

Debian Hardware :: How To Install Intel Graphic Card And Update Opengl Version To 4.1

Jun 22, 2011

The system has driver for intel, but the opengl version is 2.1. How to update opengl version to 4.1. (intel 945). For ATI just download driver version 11.5 and install it. All is OK.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved