One of the annoying things right out of the box is that the default screen resolution (1440×900) is not automatically detected. Instead, Ubuntu and Xwindows shows 1024×768 — which on this screen looks horrible on a widescreen LCD. Fortunately, this problem is easily fixed.

Open the terminal and run the following command:

sudo dpkg-reconfigure -phigh xerver-xorg

Go through the menus choosing the defaults and when given resolution options make sure to select the 1440×900 resolution. Once finished, restart X by hitting Ctrl+Alt+Backspace (save any unsaved work before doing this). Upon restarting the server the screen resolution should be set to 1440×900.

Now this solves the resolution issue in X but what about during startup or shutdown?

Before:

Ubuntu 1024x768

After:

Ubuntu 1440x900

6 Responses to “Getting the Screen Resolution to 1440×900 in Ubuntu”

  1. rcarter says:

    I believe you mean (forgot the “s” in “xserver-xorg”:

    sudo dpkg-reconfigure -phigh xserver-xorg

  2. acrididae says:

    Thanks for this solution!

  3. Jesper Neve says:

    Hi!
    I have a hp dc7200 with a Samsung SyncMaster 940BW. I have tried every (I think) suggestion on the Ubuntu website. Nothing works, it is still 1280×1024. I will soon start to love Microsoft, I am running Vista (dual boot), Vista works perfectly fine. Any suggestion?
    best regards
    jesnev

  4. daigoro says:

    hours!! hours trying to get it right! you saved my sleep!

    thanks!

  5. danleis says:

    Hi!

    I should think, it depends on the video card driver as well. I have an HP 8510p with ATI Radeom Mobility HD 2600 (runs with driver for ATI Radeon HD 2600 which is almost the same) on Ubuntu Gutsy. I’d like to use a Samsung SyncMaster 940BW as an external monitor. I’ve read as much info as I could find on the topic, but still couldn’t manage to get 1440×900. I’ve created xorg.conf files for one monitor, for two monitors. I was trying to set the Modeline attributes. I used xrandr. I tryed both with xserver-xgl and xserver-xorg. Everything works fine, I’ve got compiz, effects, everything… except the damn 1440×900 display. Maybe I should wait for an updated video card driver version… Anyway, any help would be appreciated.

    Thanks

  6. michael says:

    the command
    sudo dpkg-reconfigure -phigh xserver-xorg
    does not bring up a GUI or menu on my machine, but does regenerate the (incorrect) config file.
    does anyone know why this might be so ?

    mrule@Petra:~$ sudo dpkg-reconfigure -phigh xserver-xorg
    xserver-xorg postinst warning: overwriting possibly-customised configuration
    file; backup in /etc/X11/xorg.conf.20081014215203
    mrule@Petra:~$

Leave a Reply