The reason you don't see resolution option in nvdia-settings, is because you probably didn't install the nvidia driver. You should install the nvidia driver of your corresponding gpu
with this command : $ sudo apt-get install nvidia-current
or you can go to follow this link: http://www.nvidia.com/Download/index.aspx?lang=en-us .
After doing this reboot, and type in terminal: $ lspci -vnn | grep -i VGA -A 12
You should see : "Kernel driver in use: nvidia"
instead of ubuntu default driver "noveau".
After doing this type in terminal: $ gksudo nvidia-setting
and change settings to desired resolution in " X server Display Configuration"
lspci | grep VGA
in the terminal. For example mine says01:00.0 VGA compatible controller: NVIDIA Corporation
, so I have a nvidia Graphics card. – Tim Aug 14 '14 at 17:13nvidia-settings
and then selectX Server Display Configuration
. Then you might be able to adjust it (but I also can only go up to 1920x1080). I think that may be the max on ubuntu. – Tim Aug 14 '14 at 17:19