Results 1 to 3 of 3

Thread: [SOLVED] Dual Screen Help

  1. #1
    Join Date
    Nov 2007
    Beans
    9

    [SOLVED] Dual Screen Help

    The PC has an 8800GT superclocked (512mg) video card.
    It comes with 2 screen outputs. One is plugged into an LCD pc monitor(24"), one is plugged into an LCD TV (32").

    Works fine in Windows, but dosen't work in Ubuntu. Not sure how to go about setting up.

    Any help is much appreciated.

  2. #2
    Join Date
    Feb 2007
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dual Screen Help

    I will assumed you have nvidia restricted driver already running without issue, and just want to enable dual screen. Nvidia has it's own configuration tool called nvidia-settings. You should use that, instead of the Ubuntu's "Screen Resolution" utility.

    Install it via Synaptic Package Manager, or run the command below:
    Code:
    sudo apt-get install nvidia-settings
    Before you begin, back-up /etc/X11/xorg.conf file, in case you messed up and need to revert.

    Run nvidia-settings with root privilege:
    Code:
    gksudo nvidia-settings
    You have to decide whether to use twinview or separate X screens. Save the changes you made to xorg.conf, by clicking "Save to x Configuration File".

    Once done, you need to restart Xorg, or simply reboot for the changes to take effect.

  3. #3
    Join Date
    Nov 2007
    Beans
    9

    Re: Dual Screen Help

    chewearn,

    Good call. I added the settings panel for Nvidia, and it works fine now. Thanks for your help.

    Cheers!

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
  •