I use Ubuntu 15.10
on my dell Ultrasmall optiplex 760 with a 19" dell display.
My display supports a resolution of 1280x1024
. But when I start ubuntu the resolution is 1024x768
.
After long time googling i have found a solution to be able to force my resolution to 1280x1024
by using these commands in terminal:
sudo cvt 1280 1024 60
sudo xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
sudo xrandr --addmode VGA1 1280x1024_60.00
But when I restart Ubuntu I have to put these commands in the terminal again because the resolution doesn't stay at bootup.
I've found a lot of topics about this to make the resolution stay but none have worked for me because of missing files which I had to edit in order to make it stay at bootup.
Any help would be appreciated as I have been looking to solve this issue for almost a day.
Keep in mind I am a real noob, and therefore every step to take for a solution should be explained to me step by step.
Thanks.
sudo
. In fact you shouldn't when running from Startup Applications. – Jacob Vlijm Nov 22 '15 at 15:54