Results 1 to 5 of 5

Thread: Dual monitor set up

  1. #1
    Join Date
    Oct 2011
    Beans
    25

    Dual monitor set up

    Hi there, I have lenovo ideapad laptop and I want to connect external monitor from the laptop's VGA connector. I have LG L224WS monitor, its resolution is 1680x1050. But when I connect the monitor to laptop things in the monitor are looking bigger I cannot make it to monitor's resolution. I am running ubuntu 10.04...
    any help would be appreciated thanks in advance..

  2. #2
    Join Date
    Jun 2010
    Location
    Sussex
    Beans
    70
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: Dual monitor set up

    What's the resolution of your laptop screen? What's probably happening is that you're outputting the same resolution to screens that are capable of different resolutins.

  3. #3
    Join Date
    Oct 2011
    Beans
    25

    Re: Dual monitor set up

    Currently laptop resolution is 1366x768..

  4. #4
    Join Date
    Jan 2012
    Location
    Kerry/Dublin
    Beans
    109

    Re: Dual monitor set up

    Try
    Code:
    xrandr --output VGA1 --auto --right-of LVDS1 --auto
    If those are not your screen names, use
    Code:
    xrandr -q
    to discover what they actually are.

    Hope this works.

  5. #5
    Join Date
    Oct 2011
    Beans
    25

    Re: Dual monitor set up

    Quote Originally Posted by LiamOS View Post
    Try
    Code:
    xrandr --output VGA1 --auto --right-of LVDS1 --auto
    If those are not your screen names, use
    Code:
    xrandr -q
    to discover what they actually are.

    Hope this works.
    No this did not work.. I am getting same screen..

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
  •