Just a couple things you should know about LCD monitors.
All LCD monitors are fixed resolution devices. LCD monitors use a matrix of cells so the pixels are in a fixed location and therefore define the native resolution of the monitor. For example a typical 18" LCD monitor with a dot pitch of 0.2805mm and a horizontal viewable area of 359mm has a native resolution of 1280 in the horizontal direction. Math is simple, 359 divided by 0.2805 equals 1279.85 or 1280 if you account for the small rounding error. Same calculation can be made in the vertical direction. What happens at resolutions other than the native resolution is that the electronics must scale the smaller image up to the maximum size of the matrix or cells. The scaling is relatively easy if you are dividing or multiplying by 2 (going from 1280 to 640 for example, the height and width of the pixels are halved) but difficult when scaling by a non-integer. When the scaling factor is not an integer its not possible to uniquely assign data to a singe pixel or cell. The mathematical rounding errors can create the fuzziness or clarity problems you see. Most LCD monitors today have complex circuitry to reduce this phenomenon however the odds are you will still see some artifacts at resolutions other than the native resolution.
LCD monitors are famous for having dead pixels (pixels that are either always on or off). Contact the manufacturer and ask them what their policy is on dead pixels.
I hope this helps