Xcalib doesn't work with ForceFullCompositionPipeline

I was using xcalib for loading my ICC profile, but I have recently found out about the ForceFullCompositionPipeline option for the NVIDIA driver that eliminates tearing, and with it I cannot load my ICC profile anymore.

This is the xorg.conf line

Option "metamodes" "DVI-I-2: 1920x1080_60 +0+0 { ForceFullCompositionPipeline = On }"

and when I enter the following command nothing happens, and it doesn’t throw any errors.

xcalib -display :0 myprofile.icc

If I disable the ForceCompositionPipeline option in xorg.conf the xcalib works as it supposed to. Tried with few distributions and different driver versions but results are always the same.

Any idea how can I make them both work?
Thanks.