External Monitor Resolution Fix for Ubuntu Jaunty

There is a lot of false information floating around the interweb about this one, but here’s how to get the right resolution on your external monitor when running Ubuntu Jaunty on a Macbook 2-1:

  1. Edit the xorg.conf file by typing the following into the terminal: sudo gedit /etc/X11/xorg.conf
  2. Edit that file to look like this:
    Section "Monitor"
        Identifier    "Configured Monitor"
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device"
        SubSection "Display"
            Virtual    2048 2048
        EndSubSection
    EndSection
    
    Section "Device"
        Identifier    "Configured Video Device"
            Driver          "intel"
    EndSection
  3. Log out and log back in again.
  4. Open display preferences (System -> Preferences -> Display) and click on the rectangle that represents your external monitor. The Resolution pull down menu should now list the correct resolution.

And while you’re at it, you might as well turn off the screen on your laptop, since you’re not using it anyway.

This entry was posted in Solutions, Ubuntu. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

2 Comments

  1. Posted May 14, 2010 at 7:31 am | Permalink

    Wow this was so simple so solve!

    I just changed “Virtual” from “2048 768″ to “2048 2048″ and I can now select the correct resolution.

    Thanks for your help.

  2. Posted June 3, 2010 at 11:14 pm | Permalink

    You’re welcome Mark! Glad I could help.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>