I have a similar monitor i.e. an Iiyama Prolite E2209HDS and the gui application Display Preferences displays these apparently selectable combinations of Resolutions and Refresh Rates:
1920x1080, 60Hz, 50Hz
1680x1050, 51Hz
1400x1050, 62Hz, 52Hz
1280x1024, 63Hz, 53Hz
1440x900, 61Hz, 54Hz
1280x960, 55Hz
1152x864, 56Hz
1024x768, 65Hz, 64Hz, 57Hz
896x672, 66Hz
832x624, 67Hz
800x600, 72Hz, 71Hz, 70Hz, 69Hz, 68Hz, 58Hz
640x512, 74Hz, 73Hz
640x480, 79Hz, 78Hz, 77Hz, 76Hz, 75Hz, 59Hz
576x432, 80Hz
512x384, 83Hz, 82Hz, 81Hz
416x312, 84Hz
400x300, 88Hz, 87Hz, 86Hz, 85Hz
320x240, 91Hz, 90Hz, 89Hz
The gui application NVIDIA X Server Settings (X Server Display Configuration - Display tab) displays these apparently selectable combinations of Resolutions and Refresh Rates:
1920x1080, 60Hz
1680x1050, 60Hz
1600x1200, 60Hz
1440x900, 75Hz, 60Hz
1400x1050, 75Hz, 60Hz
1280x1024, 75Hz, 60Hz
1280x960, 60Hz
1152x864, 75Hz
1024x768, 75Hz, 70Hz, 60Hz
896x672, 60Hz (DoubleScan)
832x624, 75Hz
800x600, 65Hz (DoubleScan), 60Hz (DoubleScan), 75Hz, 72Hz, 56Hz
640x512, 75Hz (DoubleScan), 60Hz (DoubleScan)
640x480, 60Hz (DoubleScan), 75Hz, 73Hz
576x432, 75Hz (DoubleScan)
512x384, 75Hz (DoubleScan), 70Hz (DoubleScan), 60Hz (DoubleScan)
416x312, 75Hz (DoubleScan)
400x300, 75Hz (DoubleScan), 72Hz (DoubleScan), 60Hz (DoubleScan), 56Hz (DoubleScan)
320x240, 75Hz (DoubleScan), 73Hz (DoubleScan), 60Hz (DoubleScan)
It appears that full EDID information is sent by my Prolite E2209HDS but it is being interpreted differently by different applications. I therefore stick to the validated the display modes listed in /var/log/xorg.0.log
(II) Dec 05 20:38:37 NVIDIA(0): Validated modes:
(II) Dec 05 20:38:37 NVIDIA(0): “1920x1080”
(II) Dec 05 20:38:37 NVIDIA(0): “1680x1050”
(II) Dec 05 20:38:37 NVIDIA(0): “1400x1050”
(II) Dec 05 20:38:37 NVIDIA(0): “1280x1024”
(II) Dec 05 20:38:37 NVIDIA(0): “1440x900”
(II) Dec 05 20:38:37 NVIDIA(0): “1280x960”
(II) Dec 05 20:38:37 NVIDIA(0): “1152x864”
(II) Dec 05 20:38:37 NVIDIA(0): “1024x768”
(II) Dec 05 20:38:37 NVIDIA(0): “800x600”
(II) Dec 05 20:38:37 NVIDIA(0): “640x480”
(II) Dec 05 20:38:37 NVIDIA(0): Virtual screen size determined to be 1920 x 1080
If you try to set something other than a validated mode, you may be greeted with an “Input Not Supported” error message on a black screen. This happens to me when I use the gui application NVIDIA X Server Settings to try and set 896x672@60Hz (DoubleScan). After a brief delay the display returns to its previous valid mode. Thankfully the E2209HDS and the B2712HDS are protected and simply reject potentially damaging mode setting attempts.
IMO an Iiyama driver is necessary for Windows only.
Also IMO unless you have an extremely fast CPU and graphics you will probably find that at 1920x1080 screen resolution, symptoms of processor overloading can be noticeable in fairly common situations. I have set my default resolution to 1440x900 to lessen this effect. The aforementioned common situations include simple window scrolling and video streaming. Symptoms can include jerkiness and scrolling time lag. This is at its most noticeable when multiple displays and/or multiple windows are in use.
One way to make an alternative resolution permanent is to open a terminal and start up the gui application NVIDIA X Server Settings with superuser privileges by entering one of the following commands:
(if you use KDE)
kdesu nvidia-settings
(if you use Gnome)
gnomesu nvidia-settings
(Superuser privileges will enable you to save the changes permanently.)
Next select X Server Display Configuration then select your main display’s preferred resolution and click on Apply. If this does not result in the “Input Not Supported” error message, then you can click on Save to X Configuration File.
As far as the refresh rate is concerned, here is a quote (with hyperlink to the source)
Some users of a CRT may notice a bit of an annoying flicker, which is an inherent trait based on a CRTs physical components. Today’s graphics cards, however, can provide a high refresh rate signal to the CRT to get rid of this otherwise annoying problem. LCDs are flicker-free and as such the refresh rate isn’t an important issue with LCDs.
I suggest that unless you actually observe a problem symptom you may as well leave the refresh rate in NVIDIA X Server Settings set to Auto.
Terry.