Section "Device"Note that if you are connecting by HDMI/DVI, you can get 1360x768 resolution, but only 1280x720 if connecting by VGA.
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1360x768" "1280x720"
EndSubSection
EndSection
If this doesn't work, try changing the "Monitor" section so it looks like this:
Section "Monitor"Note that 47.7 is if connecting by HDMI to DVI. If connecting by VGA, change the 47.7 to 45.
Identifier "Configured Monitor"
HorizSync 47.7
VertRefresh 60
EndSection
You could also try adding the following just before the "Modes" line:
Depth 24
Hope this helps someone!
Sources: