Resolution external VGA

Discussion in 'Linux' started by qsm, Sep 25, 2008.

  1. qsm

    qsm

    Joined:
    Sep 14, 2008
    Messages:
    6
    Likes Received:
    0
    after searching this forum and editing my xorg.conf i still have a problem.

    my external 19" widescreen tft won't work in its native resolution (1440x900)

    executing in the terminal
    Code:
    xrandr --output VGA --mode 1440x900 --output LVDS --off
    shuts the internal monitor down, the external runs on 1152x870
    (which is not that good looking)

    any ideas how to get 1440x900 working?
    (with Linpus Lite)
     
    qsm, Sep 25, 2008
    #1
  2. qsm

    mh-

    Joined:
    Sep 22, 2008
    Messages:
    39
    Likes Received:
    0
    Try adding a ModeLine for 1440x900. I was going to suggest adding it to the Monitor section of xorg.conf, but I have some vague recollection that Linpus re-creates some of its config files on boot. If that's the case you can add it by running the following from a terminal:

    # this is just from memory, not on a Linux box atm...
    xrandr --newmode "1440x900" <modeline>
    xrandr --addmode VGA "1440x900"

    As for the contents of the modeline - try google... or probing your monitor using either read-edid or ddcprobe (no idea if either is included in Linpus tho).
     
    mh-, Sep 25, 2008
    #2
  3. qsm

    soleblaze

    Joined:
    Aug 2, 2008
    Messages:
    85
    Likes Received:
    0
    A bit late for an answer...but you need to change the Virtual line in xorg.conf to 1440 900 if you want to just use your external.
     
    soleblaze, Sep 25, 2008
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.