yep... change DefaultColorDepth 16 to DefaultColorDepth 24
if you wanna get 1024x768 change
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubsection
...to
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
With the right config, the driver should pick the right modeline for the selected reso, just make sure, this
HorizSync 30-70
VertRefresh 50-120
...is accurate.
...you may also wanna try Option "AGPMode" "4"
Hope that's what you meant

...
