which monitor?a 15" samtron 56V?

usplash will be causing this out of sync thing,u have to wait for sometime to have linux to finish complete boot.
afterwards,most prolly "nv" oss nvidia driver will be used,else "vesa".
u have to install on hdd and use restricted manager to install nvidia driver module
still,if out of sync error is bugging u,press ctrl+alt+f1 to get a terminal,
there,u enter(wait for boot process to complete):
/etc/init.d/gdm stop
then using nano edit /etc/X11/xorg.conf and go to the section "screen".
remove all resolutions except 800x600 which is needed.
it should look like below:
Code:
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7300 GT]"
Monitor "S/T 57/56E/V"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
and edit /etc/usplash.conf and give X=800 and Y=600 .