GTX 670+325.08+720p_60 3D on Sony HMZ T1 - fail

Good day! I tried to make to work 3D on Sony HMZ T1. 2D works perfect even 1920x1080_60,
but I tried to follow this https://forums.geforce.com/default/topic/505320/linux-hmds-and-me-need-info-looking-for-compatiblity-information-on-some-equipment-i-39-m-ord/ and have “no signal” message from sony HMD.
I have Gygabyte GTX670OC and connect it with HDMI cable.
I don’t know but maybe nvidia disabled frame packing on geforce and HMD can’t understand it.
In thread guys uses 290 drivers with success, maybe in 325 frame packing locked.
nvidia-settings tell me that 1280x1470_60 works ok - but I have “no signal” message in HMD.
It’s my xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 325.08  (buildmeister@swio-display-x64-rhel04-12)  Wed Jun 26 18:41:28 PDT 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "BenQ GW2250H"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "DFP-1"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
    ModeLine       "1280x1470_60" 148.500 1280 1390 1430 1650 1470 1475 1480 1500 +hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 670"
    BusID          "PCI:10:0:0"
    Option         "AllowDFPStereo" "true"
    Option         "Stereo" "3"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 670"
    BusID          "PCI:11:0:0"
    Option         "AllowDFPStereo" "true"
    Option         "Stereo" "3"
    Option         "ConnectedMonitor" "DFP"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "3"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "3"
    Option "ConnectedMonitor" "DFP-2"
    Option "NoLogo" "True"
    Option "UseEdid" "False"
    Option "Coolbits" "4"
    Option "ExactModeTimingsDVI" "True"
    Option "ModeValidation" "AllowNon60HzDFPModes, NoEdidModes, NoEdidDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoMaxSizeCheck, NoDFPNativeResolutionCheck"
    Option "TwinView" "0"
    Option "metamodes" "DFP-2: 1280x1470_60 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection