Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

  1. #1
    Join Date
    Jun 2008
    Beans
    22

    [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    i made a simple tutorial for setting up dual screen.

    also available HERE and to download HERE(PDF)

    Setting up dual screen in Ubuntu 8.04 LTS Desktop

    nVidia

    By Michael Richards


    It took me a wile figure out how to do it but now that i'v done it its awesome. To start with you have to go into 'System > Administration > Hardware Drivers' and enable the 'Proprietary drivers' for the graphics card. You will most likely have to do a restart in order for the settings to take effect.


    Once you've done that you'll want to download and install the 'NVIDIA X Server Settings' app. To do this just go to 'Applications > Add/Remove...' then just do a search for 'nvidia' in the list of resualts selec 'NVIDIA X Server Settings' and check the box next to it.

    Click 'Apply Changes' and restart if need be. Then we want to configure the screens to do this go to 'System > Administration > Nvidia X Server Settings'. A small box will come up and you will need to select 'X Server Display Configuration'. The small box will get bigger and look somewhat like the windows nvidia control panel. One of your moniters will be disabled (probably the one on DVI) click on it in the window and click 'Configure'. Once you get to this point there will be two options for dual screen.



    1.Separate X screen


    2.TwinView


    'TwinView' is only really any good if you have two or more identical screens because it spans the display over all screens. Were as 'Separate X screen' is better for multiple screens of varying resolutions and sizes. It will basically allow you to have two separate 'Desktops' allowing you to split up your screens into two different 'computers' for lack of a better word.


    TwinView


    setting up 'TwinView' is a sinch just check the box and apply it


    Separate X screen


    Setting up 'Separate X screen' can be more difficult to set up first you want to select that instead of the other.

    You will then want to set its location. For mine it was fine the way it is by default but you may need to change it. Once you have all your settings the way you like it you will need to 'Save to X Configuration File' if this fails you will have to take the following steps if not skip ahead to 'Restarting X'.


    1.Navigate to '/etc/x11/' and select the file 'xorg.conf' copy it and then past it to the same directory calling it something like 'xorg.conf_backup'.


    2.You will then need go into terminal ('Applications > Accessories > Terminal') and type following command:

    Code:
     #: sudo gedit /etc/x11/xorg.conf

    3.You will probably be promoted for a password, enter it and continue on.


    4.A test editor will popup with a hole heap of stuff in it delete the lot and go back to the 'NVIDIA X Server Settings dialog and click 'Save to X Configuration File' then 'Show Preview.



    5.Copy the lot and then past it into the file you opened step 3. save and close the file


    Restarting X


    now restarting 'X' is easy, all you have to do is press 'Ctrl + Alt + Backspace'. BE WARNED it is nearly the same as restarting your computer but a lot faster so make sure you save documents and bookmark web pages before doing it.



    THE END

  2. #2
    Join Date
    Aug 2007
    Beans
    734
    Distro
    Ubuntu Development Release

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    thanks for the how to.

    i have found when at the stage using Save to X Configuration File it errors because you are accessing the nvidia settings using user account access to solve this you can just at the beginning opening the nvidia settings open the terminal and type "sudo nvidia-settings" and type in password and then when you get to the part to save the x config file it will work.

  3. #3
    Join Date
    Jun 2008
    Beans
    22

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    thanx. i'm new to ubuntu and linux in genaral so i was'nt shore of the cammand to luanch the nvidia-settings so i went the way i did know...

  4. #4
    Join Date
    Aug 2007
    Beans
    734
    Distro
    Ubuntu Development Release

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    the command to launch the nvidia settings is:

    sudo nvidia-settings

  5. #5
    Join Date
    Dec 2006
    Beans
    5

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    I'm not seeing the nvidia X server settings package under Hardy for AMD64 - is this an i386-only package?

    If so, is there an easy how-to for getting dual-view under Hardy for AMD64 (kinda paranoid about manually editing xorg.conf)

    [UPDATE] User error - You need to make sure Add/Remove Applications is set to show: All available applications or Third Party Applications (it is not by default).
    Last edited by StickyC; July 12th, 2008 at 07:57 AM.

  6. #6
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    Quote Originally Posted by StickyC View Post
    I'm not seeing the nvidia X server settings package under Hardy for AMD64 - is this an i386-only package?

    If so, is there an easy how-to for getting dual-view under Hardy for AMD64 (kinda paranoid about manually editing xorg.conf)

    [UPDATE] User error - You need to make sure Add/Remove Applications is set to show: All available applications or Third Party Applications (it is not by default).
    HI and you can also use synaptic manager to install nvidia-settings.

  7. #7
    Join Date
    Jun 2008
    Beans
    22

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    Quote Originally Posted by StickyC View Post
    [UPDATE] User error - You need to make sure Add/Remove Applications is set to show: All available applications or Third Party Applications (it is not by default).
    sorry about not putting that in the tut i allready had that set in mine when i set up dualscreen...

  8. #8
    Join Date
    Jan 2008
    Beans
    70
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    Question for all with dual screen / twinview.
    Do you get panels expanded over both screens?
    Is video in fullscreen mode over both screens?
    I can't make it work...

  9. #9
    Join Date
    Jan 2008
    Beans
    70
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    Quote Originally Posted by vprasaj View Post
    Question for all with dual screen / twinview.
    Do you get panels expanded over both screens?
    Is video in fullscreen mode over both screens?
    I can't make it work...
    Nevermind.

    Solution.

  10. #10
    Join Date
    Jun 2008
    Location
    Canada
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: [How-To] easy Dual Screen with Nvidia (ubuntu 8.04)

    Quote Originally Posted by terry_gardener View Post
    thanks for the how to.

    i have found when at the stage using Save to X Configuration File it errors because you are accessing the nvidia settings using user account access to solve this you can just at the beginning opening the nvidia settings open the terminal and type "sudo nvidia-settings" and type in password and then when you get to the part to save the x config file it will work.
    THANK YOU!!!

    I spent hours on this yesterday. I read your post and fixed my issue in minutes. It was such a minor step. I thought it was odd that when I launched this app it didn't prompt for a password like all the other apps in Administration.

Page 1 of 2 12 LastLast

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
  •