You can try the xrandr command using a terminal. $ xrandr -q gives a list of all supported resolution, while you can use $ xrandr -s SZ to set a specific resolution. SZ is the first column of the "xrandr -q" output. For everything else do a "man xrandr".