Results 1 to 4 of 4

Thread: Duel Screen Issue

  1. #1
    Join Date
    Jul 2011
    Beans
    8

    Duel Screen Issue

    I tried to set up duel screen with the Nvidia server and when i restarted my main screen was black and my second screen ( 32" LCD TV ) was zoom'd away in to the top left corner of my dest top.

    Are there any Terminal commands to reset the setting back ?

  2. #2
    Join Date
    Jul 2011
    Beans
    8

    Re: Duel Screen Issue

    Right peep's really need to sort this issue out.

  3. #3
    Join Date
    Jul 2011
    Beans
    8

    Re: Duel Screen Issue

    Bump !

  4. #4
    Join Date
    Apr 2010
    Beans
    7
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Duel Screen Issue

    I feel your pain!

    I am having a lot of problems with a multi-screen setup myself


    Check if there is a backup of your xorg.conf file in /etc/X11/

    Code:
    ls -l /etc/X11
    Replace the current xorg.conf with the backup
    Code:
    sudo cp /etc/X11/name.of.backup /etc/X11/xorg.conf

    If not, try
    Code:
    sudo nividia-xconfig

    If you make any changes to xorg.conf you have to restart your display manager.

    You can stop and start the display manager (for testing) by doing the following:

    alt+F1 for terminal
    alt+F8 should bring you back to graphical display

    in terminal

    for gnome
    Code:
    sudo /etc/init.d/gdm stop
    sudo /etc/init.d/gdm start

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
  •