I have monitor connected through VGA-DVI adapter which recommended resolution is 1920 x 1080 @60Hz. It is labeled (in Ubuntu configuration) as Unrecognized.
Although my graphics card (GeForce GTX 645) supports 1920 x 1080 resolution, the maximum resolution which I can select in GUI configuration tool is 1024x768.
This issue occurs regardless of used graphics driver - in case of both default and proprietary Nvidia driver.
Typing xrandr gives me:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 16384 x 16384
DVI-I-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
Could you help me to define more allowed screen resolutions?
I want to add 1920x1080 60Hz
generates lines for new mode definition:
which I use:
And now I am able to chagne resolution.
Since xrandr doesn't remember settings after session restart, I created a script which I run at each startup. Script consist following lines: