3

After setting up 11.10 today, I seem to be having problems with my dual monitor set up. It worked without issues in Mint but today after I switched to 11.10 only one monitor seems to function.

This seems a little odd to me. During setup both monitors functioned without issue, although they were mirroring each other both monitors but as soon as it booted into Unity my secondary monitor stopped working.

I checked under settings->display and the second monitor doesn't seem to even be detected. On the off chance it had something to do with drivers, I upgraded the proprietary drivers to the latest version with zero success. If anyone has any ideas, I'd love to hear them.

Jorge Castro
  • 73,717
Mark D
  • 775

2 Answers2

4

This turned out to be an issue with the settings for the video card. I executed the configuration editor for the video card. In this case by executing

gksu nvidia-settings

I then had to enable the second monitor and restart xwindows and presto it worked.

Mark D
  • 775
4

I had problems with dual monitors in 11.10, when I un-checked the mirror screens I would get this error message "required virtual size does not fit available size: ..." I tried numerous combinations of custom xorg.conf files and default vs. proprietary drivers (I have an ATI dual head card) nothing worked. Out of frustration I thought about reinstalling and older version of Ubuntu. That made me wonder if the problem was Unity or lightdm. I set my default display manager to gdm and the dual screen works!

The command is:

sudo dpkg-reconfigure gdm

gdm may not be installed, to install it:

sudo apt-get install gdm
N.N.
  • 18,589
Coreigh
  • 41
  • 1