Here's how I'm able to get 60+ fps (extreme, 1920x1080, no vsync) in the TRAIN TO CATCH level.
My setup:
PC
Q9650 @ 3.7
XFX 750i nForce
8GB DDR2 800
Coolmax 1000W PSU
Forceware 266.58
EVGA SLI Enhancement v38
SLI update v7_267.24
2 EVGA GTX 260 SLI
(EVGA Precision 732, 1578, 1233, 80)
1. the pair of GTX 260s are OC'd using EVGA Precision. The speeds are listed above.
2. Install the 266.58 driver (change sli rendering mode to force alternate frame rendering 2 in Nvidia Control Panel)
3. Apply the EVGA sli_enhancement version 38
4. Apply the Nvidia SLI_update_v7_267.24.exe
5. Use Crysis2AdvancedGraphicsOptions.exe configured to Extreme; here is my autoexec.bat and system.cfg
Here is my autoexec.bat (notice that sys_spec_postprocessing is commented out. This fixes the flicker issue)
sys_spec_shading=4
sys_spec_gameeffects=4
sys_spec_objectdetail=4
sys_spec_particles=4
sys_spec_physics=4
;sys_spec_postprocessing=2
sys_spec_shadows=4
sys_spec_sound=4
sys_spec_texture=4
sys_spec_water=4
g_skipIntro=1
cl_fov=55
pl_movement.power_sprint_targetFov=55
i_mouse_accel=0
i_mouse_accel_max=100
i_mouse_smooth=0
r_motionblur=0
g_radialBlur=1
cl_zoomToggle=0
r_UseEdgeAA=3
r_TexMaxAnisotropy=16
r_PostMSAA=2
cl_crouchtoggle=0
r_ColorGrading=1
r_SSAO=1
r_VSync=0
e_shadows=1
g_enableInitialLoginScreen=0
r_HDRBloomMul=0
r_HDRBrightLevel=0
r_FSAA=1
r_MultiGPU=1
g_useHitSoundFeedback=0
Here is my system.cfg (notice multigpu is 1)
; crysis2
sys_game_folder=GameCrysis2
sys_dll_game=CryGameCrysis2.dll
sys_user_folder=Crysis2
r_ShaderCompilerServer=192.168.14.180;192.168.14.181
log_IncludeTime = 1
sys_languages = "english,french,spanish,german,turkish,russian,polish,italian,czech,japanese,chineseT"
log_verbosity = 0
r_MultiGPU = 1
sys_PakLogInvalidFileAccess=0
sys_float_exceptions=0
g_language = English
con_restricted = 0
r_displayinfo = 1
sys_MaxFPS = 999
This gameplay is flicker-free and pushes each GPU at more or less equivalent percentages. Hope this helps.