I have recently become the proud owner of two monitors in my workspace. (Ok not owner, but you know what I mean) and I'd like to use both of them at once.

Problem is, I much much prefer to use a Linux Server console over a desktop environment.

The graphics card on the machine is a GTX295 (don't ask why, it's a long story.) so I essentially have two graphics cards. Each has a DVI output. Is there any way I can get the console to stretch across two screens? Or will I have to install a desktop Ubuntu for this to work?

link|improve this question

Is this without X/TwinView? – Nitrodist Jun 15 '10 at 1:28
feedback

migrated from stackoverflow.com Jun 15 '10 at 0:51

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 2 down vote accepted

No. The Linux console driver is only prepared to deal with a single video connection.

link|improve this answer
feedback

Start X server with full-screen xterm? You can use all features of X and it should look like a linux console.

link|improve this answer
feedback

If the monitors are connected to different Linux machines, you can start "screen" in multi user mode and switch between them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.