After installing Ubuntu 10.04 with my Samsung SyncMaster B2030, native resolution (1600X900) is not found in the list of resolutions.
After installing Ubuntu 10.04 with my Samsung SyncMaster B2030, native resolution (1600X900) is not found in the list of resolutions.
Generate the modeline using
cvt
:which will be:
Get the name of the output to which your display is connected:
This outputs among other things:
In this example the name of the output is
VGA1
.Create the new modeline (with the values from the output of
cvt
):Note:
Add the above created modeline:
If everything went well xrandr will list your newly added resolution.
Test the newly added resolution:
The resolution you set with the above commands will not persist across sessions. Until Ubuntu 11.04 you can add the following lines at the beginning of your
/etc/gdm/Init/Default
to set the resolution automatically every time you log in:This question describes other ways to make
xrandr
customizations permanent.First type in xrandr in your terminal and see which is the connected device. It maybe VGA1 as it is in this case. If not then replace VGA1 by your connected device in the commands below. Then create a new document and name it eg:- "yourname.sh" Type in:
and save it in your home folder (this is for resolution 1600x900). Make it executable by:
open startup applications and click "ADD". Give a name and type in the command line
click save. The change appears after you log out and log in
If you don't want to go through the bother of running all the commands as instructed in other answers, you can use ResolutionX. This is a tool that does it all for you:
cvt
commandnewmode
,addmode
andoutput
commands