Results 1 to 7 of 7

Thread: [Solved] How to extended display on dual monitor on Xubuntu 12.04 LTS

  1. #1
    Join Date
    Oct 2012
    Beans
    40

    [Solved] How to extended display on dual monitor on Xubuntu 12.04 LTS

    Hello There,
    I Recently installed Xubuntu 12.04 LTS on my Dell Precision 1650 desktop( it has Nvidia Card).
    It Ubuntu certified desktop. I have added another monitor to this deksotp on DVI port.
    But i dont see any option to extend display i have attached the screenshot of "Settings->Display", all i can do is set the resolution for both.

    Earlier when i had added second monitor on VGA port , it dint work. After i pluggin into DVI port its detecting it but I am getting the identical display on both, while i want to extend my display.



    Another point ( if its important) I have connected the second monitor using a DVI splitter cable, I am not sure if that makes any difference.



    display1.jpgdisplay2.jpg
    Last edited by arifalisyed; July 5th, 2013 at 12:56 PM.

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: How to extended display on dual monitor on Xubuntu 12.04 LTS

    Proper multi-monitor support isn't available in the version of Xfce that comes with 12.04, so you'll have to use arandr. Look for it in the software centre or, from a terminal window:
    Code:
    sudo apt-get install arandr
    Once installed, you'll find it in the Settings Manager. Double-click to start it up. Drag the monitors to position them how you would like them then Layout->Apply.

    To make it permanent (so you don't have to run arandr everytime you login):
    1. Layout -> Save As (select a name, default save directory is ~/.screenlayout)
    2. Create a startup entry (Settings Manager -> Session and Startup -> Application Autostart) where the command will be:
    Code:
    /home/<USER>/.screenlayout/<FILE>
    ...where <USER> is your username and <FILE> is the filename you gave in the previous step.

  3. #3
    Join Date
    Apr 2013
    Beans
    4

    Re: How to extended display on dual monitor on Xubuntu 12.04 LTS

    Using PPA, in the Xfce Settings Manager. select the position of each monitor you want to mirror the displays or not.
    The PPA currently provides Thunar 1.5.x, Xfce4 Settings and Axo development builds. To add the PPA and upgrade these packages in Xubuntu 12.10 or 12.04, use the commands
    sudo add-apt-repository ppaubuntu-dev/xfce-4.12
    sudo apt-get update
    sudo apt-get upgrade

    Once the packages have been successfully upgraded, open the Settings Manager, and under "Display", uncheck the "Mirror displays" option to extend your display to the external monitor.
    Last edited by Jhon smith; July 1st, 2013 at 12:47 PM.

  4. #4
    Join Date
    Oct 2012
    Beans
    40

    Re: How to extended display on dual monitor on Xubuntu 12.04 LTS

    Thanks Toz, arandr worked for me.

    Thanks Jhon Smith.

  5. #5
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: How to extended display on dual monitor on Xubuntu 12.04 LTS

    Glad to hear it worked.
    Can you please mark this thread as solved:
    1. Click the "edit" link on your first post
    2. Click the "Go Advanced" button
    3. Change the prefix to "[SOLVED]"
    4. Save
    Thanks.

  6. #6
    Join Date
    Oct 2012
    Beans
    40

    Re: [Solved] How to extended display on dual monitor on Xubuntu 12.04 LTS

    @Roz. Done

    However the display quality is not great with this tool.

  7. #7
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: [Solved] How to extended display on dual monitor on Xubuntu 12.04 LTS

    Quote Originally Posted by arifalisyed View Post
    However the display quality is not great with this tool.
    If by "display quality" you mean the resolution is less than ideal, you can set a different resolution for each display by right-clicking the display's box in arandr and selecting a different resolution.

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
  •