getting dual monitors to work on 11.10

I have two portrait mode monitors (the same model but one plugged in digitally, one analog). Both worked fine (as one big visual space) when I was on Maverick Meerkat.

When I installed 11.10 I only see one monitor working and it happens to be the digital one.

In gksu nvidia-settings I do not see any way to enable the other monitor.

In settings/displays only one monitor is shown and it is called "unknown", the "detect" button does nothing when clicked, the mirror setting is greyed out, and the orientation is "normal" and clicking it does not offer any other choices such as "portrait".

The motherboard is a Gigabyte GA MA 770 UD3.


Solution 1:

I also had some issues setting up dual monitors. Fortunately, the following procedure worked for me:

  1. Open nvidia-settings by searching for nvidia in the Dash, or run the command gksudo nvidia-settings in the Terminal. Note not to press the apply button.
  2. Under 'Xserver Display Configuration' select TwinView and configure the settings for the monitors to your liking.
  3. Click 'Save to X Configuration File' and an error message should appear. Click OK.
  4. In the next dialog box click the button to 'Show Preview'.
  5. Leave the preview window open and open a Terminal. Run the following commands in the Terminal to back up your xorg.conf file and open the original file in a test editor. If something goes wrong, just revert to your backed up xorg.conf.

    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

    gksudo gedit /etc/X11/xorg.conf`

  6. Copy the text from the nvidia-settings preview window into the xorg.conf file. Save the xorg.conf file and close gedit. Click 'Cancel' to close the nvidia-settings preview window. Then click 'Quit' to exit completely out of nvidia-settings without applying or saving any data.

  7. Restart your computer. If all went well, the two monitors should work together.

When I was dealing with this problem, the original text in the xorg.conf file only had a section labeled "Device".

The text pasted from the nvidia settings creates this section for you. Therefore, you should transfer what was in the original device section to the new device section.

Solution 2:

I still had issues after doing what was posted above. Ultimately, this is what worked for me:

sudo vi /etc/X11/xorg.conf
Add the following as the last lines of 'Section "Device"'
Option "RandRRotation" "On"
Option "Rotate" "Left"
Change the 'Option "metamodes"' entry in 'Section "Screen"' to:
Option "metamodes" "CRT-0: 1280x1024_75 +0+1024, CRT-1: 1280x1024 +0+0"

This last line should be tweaked based on your monitor configuration. The '+0+1024' defines when/where the mouse will move from one monitor to the next.

Solution 3:

i'm not sure if i'm posting this correctly but i tried the things you pictured and now both screens are worken.

though there is a problem every time i start up i get the following error:

none of the selected modes were compatible with the possible modes: Trying modes for CRTC 354 CRTC 354: trying mode 2560x1024@50Hz with output at 1280x1024@50Hz (pass 0) CRTC 354: trying mode 2560x1024@50Hz with output at 1280x1024@50Hz (pass 1)

after that, both screen do start but all the icons in my folders are all weird look. this is every thing has the same icon like folders and files.

I'm sorry i can't post a screen shot. this is because I haven't got enough reputation

regards,

Ietzen

Solution 4:

See the following post: delete monitors.xml

worked for me.

Solution 5:

I switched to Ubuntu 10.10. Dual monitors was easier to setup.