Can you provide a link to an up-to-date tutorial for setting up Linux with 3 monitors? Specifically, I want to set up 2 different nvidia video cards with 3 monitors. I can already do 2 monitors on 1 video card, so I am not interested in those tutorials.
feedback
|
|
I run a three monitor setup using xinerama and two Nvidia gfx cards. This works with X.org 1.9.4. Have a look at my xorg.conf:
Yes, I know Xinerama is old and all the cool kids should be using xrandr. Well, if anybody can show me an Xrandr config that works, I'd change in a heartbeat. Another solution would be to use a hardware gizmo that multiplexes your monitors. Expensive, but would allow you to run SLI/xrandr/etc instead of Xinerama. Gizmos here | ||||
|
feedback
|
|
If you have a sufficiently modern Linux installation, and reasonably new nvidia cards and driver (I have 185 at work(ubuntu), 190 at home(Fedora12)), you've already done the hard part. All you need to do now is install the nvidia-settings package (yum install nvidia-settings), reboot and plug in the new card and monitor. Then run nvidia-settings as root. Both your GPUs will (should) be listed along with the monitors attached to each. Under "X Server Display Configuration" you'll see all three monitors, though one may be disabled. You'll be able enable it on the configuration line by selecting that screen first. You can also place the screens where you want (left, right, top, bottom ... whatever) here as well. Note: so far as I know, with two separate cards you will have to either use Xinerama or separate x displays. (it's possible that in an SLI setup you'll be able to run more than two monitors in twin-view. I'm not sure about that setup as I've never used it. I ran two cards with no SLI). Xinerama will not allow for a compositing X display (no fancy 3d window effects) as well as any other issues you may have with Xinerama. You shouldn't have to edit your xorg.conf directly any more. | |||
|
feedback
|