Use 3 monitors w/built-in intel adapter + two old nvidia PCI cards on 10.10?

Posted by Kendall Gifford on Ask Ubuntu See other posts from Ask Ubuntu or by Kendall Gifford
Published on 2011-01-13T22:24:32Z Indexed on 2011/01/13 22:58 UTC
Read the original article Hit count: 425

I'd like to move from windows with my current workstation. The only thing holding me back is that I have 3 monitors connected to the system and I really take advantage of the real estate when working.

I just installed Ubuntu 10.10 on the system and one of the monitors is up and running just fine. This monitor is connected to the built-in Intel adapter. I also have two old nVidia GeForce4 MX 4000 (nv19pl) cards in my two PCI slots with two monitors connected to them respectively. I installed the legacy (and proprietary) nVidia drivers (the nvidia-96 package) that claims to support these old cards.

Now the question is how to get X configured to use all adapters (using two different drivers) so I can use all three monitors (and is this even possible)?

From what I've read, it looks like I'll have to write an xorg.conf file since the nVidia driver doesn't support the auto-magic configuration supported by other drivers. On this site:

http://wiki.ubuntu.com/X/Config

it says that on 10.10 I just need to write an xorg.conf "containing only those sections and options that you need to override Xorg's autoconfigurated settings".

So, does this mean I can get away with only including the nVidia-specific configuration stuff and all else will get auto-configured? Or, will providing a config with a "Device" section overrule the auto-magic from detecting/using the Intel adapter?

I ran the included nvidia-xconfig to generate a basic, nVidia-specific xorg.conf but I'm hesitant to reboot with it in place, suspecting I'll have a screwed up display. Also, is there any way (any tool or command) to generate an xorg.conf from the current, auto-configured running state of an X session? If I have to write a full, complete config, I'd rather start with one that includes everything that's been auto-detected thus far (and merge it with my nVidia version).

Anyhow, any info and thoughts are greatly appreciated (as are answers).

© Ask Ubuntu or respective owner

Related posts about xorg

Related posts about nvidia