Results 1 to 9 of 9

Thread: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

  1. #1
    Join Date
    Nov 2011
    Posts
    61

    Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    Recently I upgraded my computer with Ubuntu 10.04 to 11.10 and after that I cannot make use of two monitors. Well I am using Nvidia GeForce 7500 LE graphic card. As I go for nvidia-settings and go for the X Server Display Configuration tab I am getting
    ‘Unable to load X Server Display Configuration page:

    Failed to query NoScanout for screen 0. ‘
    error message on the system. the monitor is working with VGA but it did not working with DVI.

    I am waiting for the prompt replies of yours. Thanks a lot in advance.

  2. #2
    Join Date
    Nov 2010
    Posts
    363

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    You can use the following steps to fix the matter of yours.
    You should launch the nvidia-settings and after that Enable second monitor.

    After that save configuration file located at /etc/X11/xorg.conf.

    Now close the nvidia-settings and log out from the system.

    Once done the second monitor will be enabled.

  3. #3
    Join Date
    Nov 2010
    Posts
    442

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    If the above mentioned solution does not work for you than you can do the following.
    • You should delete the xorg.conf by using following command. you should back up xorg.conf file before deleting.
    • Code:
      Sudo rm /etc/X11xorg.conf
    • Reboot the system and xorg.conf file will be created. After that install the NVIDIA accelerated graphic driver on your system.
    • Now launch nvidia x server settings and it will be displayed on both the monitors.
    • You should select the screen which is not working and simply Set Configuration: TwinView.
    • After that Save X configuration file.
    • Now see whether the thing is working or not.

  4. #4
    Join Date
    Dec 2010
    Posts
    334

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    There were many users who are facing the same thing and they were not able to fix. somehow I got the following solution.

    1. You should disable all the active driver installed on the computer of yours and install the latest version of the Nvidia drivers.
    2. After doing that reboot the system.
    3. Now run following commands.
    4. Code:
      cd /etc/X11/
    5. Code:
      cp xorg.conf xorg.conf.backup
    6. now launch the terminal on the system and run the below mentioned command.
    7. Code:
      sudo apt-get install gtk2-engines-pixbuf
    8. after that run following command.
    9. Code:
      sudo nvidia-settings
    10. and go for X Server Display Configuration. Do the desire settings and don’t click on Apply button.
    11. Once you have completed you have to save X Configuration File.
    12. Finally logoff and Login on your system.

  5. #5
    Join Date
    Mar 2011
    Posts
    490

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    You should remove the monitors.xml from ~/.config folder when the computer is connected with Dock. Once done you should logout and login on your system.

  6. #6
    Join Date
    May 2011
    Posts
    398

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    Well I am aware of having solution which is bit similar with the suggestions provided by many of the users.
    You should remove the Nvidia drivers from the computer by using following command.

    Code:
    sudo apt-get purge nvidia*
    now remove xorg.conf using following command.
    Code:
    sudo rm /etc/X11/xorg.conf
    now you should reinstall xorg and reconfigure

    Code:
    sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
    Code:
    sudo dpkg-reconfigure xserver-xorg
    reboot the system.

    if both the monitors are displaying the same picture then you should launch Displays settings from the System Settings and uncheck the mirror displays option.

  7. #7
    Join Date
    Jul 2011
    Posts
    434

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    Let me know whether any of the above mentioned solutions were worked for you???? if issue is seems to persist than you should contact the technical support team and ask about further help.

  8. #8
    Join Date
    Jan 2012
    Posts
    1

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    For me, aSITA's advice with installing gtk2-engines-pixbuf worked, but not exactly the way he/she described it. Unfortunately i don't have a proper tutorial. These are the steps I took and results obtained:
    right after ubuntu 11.10 install
    -install nvidia accelerated graphics driver version current recommended
    -run sudo apt-get install gtk2-engines-pixbuf
    -reboot -> didn't worked, external monitors have no signal.
    --delete xorg.conf, reboot
    -install Nvidia acc graph dirver vs-current-updates (it might also work it the "recommended" version)
    - nvidia-settings: enable left monitor in twinview with laptop display -> nvidia-settings gui froze, reboot.
    -enable right monitor in separate X screen, make left mon primary display for the X screen
    disable laptop display, move right monitor in the disired position (maximize nvidia-settings screen), Save to X configuration, reboot -> Result: left screen is grey, not good.
    -enable laptop display,reboot ->left mon gets disabled automatically, not good.
    -disable laptop display, move monitors to desired position, reboot ->it works!

    Look at the attached screenshots.

    One inconvenience: even if the right monitor is set to primary, the vertical dock bar (Unity launcher) sits on the left monitor. I would like to have it on the right monitor. In nvidia-settings I tried to modify Position: to be +0+0 for the left monitor instead of the right one but this didn't impressed Ubuntu too much.
    Do you guys have any idea how to do this?

    Other Ubuntu related problems, that, BTW, do work on an identical setup in Windows 7:
    -laptop has lid closed and is docked; if you undock the laptop with the os started, the lapotp display won't be active although ubuntu works in the background.
    -if you dock the laptop with the os started in an undocked position the external monitors won't be active.

    LE: I also tried Dayanidhi's advice but this setup sucks. Putting all the job on the xserver core instead of the nvidia driver makes Ubuntu Unity move really sluggish. And also you cannot choose which monitor goes where because it's all one big monitor with 2720x1024 resolution. I had to reinstall Unbuntu in order to fix it.
    Attached Images Attached Images
    Last edited by lmihaila; 11-01-2012 at 03:52 AM. Reason: grammar

  9. #9
    Join Date
    Apr 2012
    Posts
    1

    Re: Dual monitor setup not working with Nvidia card after upgrading to Ubuntu 11.10

    Quote Originally Posted by Dayanidhi View Post
    Well I am aware of having solution which is bit similar with the suggestions provided by many of the users.
    You should remove the Nvidia drivers from the computer by using following command.

    Code:
    sudo apt-get purge nvidia*
    now remove xorg.conf using following command.
    Code:
    sudo rm /etc/X11/xorg.conf
    now you should reinstall xorg and reconfigure

    Code:
    sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
    Code:
    sudo dpkg-reconfigure xserver-xorg
    reboot the system.

    if both the monitors are displaying the same picture then you should launch Displays settings from the System Settings and uncheck the mirror displays option.
    This did it for me! Thanks a lot Dayanidhi! I've been sweating a full day over this... f

Similar Threads

  1. Dual monitor is not working with Nvidia geforce 210
    By sILK Smitha in forum Monitor & Video Cards
    Replies: 8
    Last Post: 24-03-2012, 12:05 AM
  2. Replies: 4
    Last Post: 25-01-2012, 04:46 AM
  3. Replies: 5
    Last Post: 25-01-2012, 03:50 AM
  4. ATI/Nvidia card dual monitor idle power
    By Bryant in forum Monitor & Video Cards
    Replies: 6
    Last Post: 03-08-2011, 11:04 PM
  5. Replies: 5
    Last Post: 26-04-2011, 08:22 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,899,773.23282 seconds with 18 queries