Actually, it is defined here
http://http.download.nvidia.com/XFre...gtwinview.html
and looks like this would work (although I'm not sure which section should contain it):
Code:
Option "MetaModes" "VGA-0: 1600x900+0+0 { ForceCompositionPipeline = On }"
in your xorg.conf file.
The option is most likely supported in xorg.conf since it works from the command line.
A guy in this post
https://devtalk.nvidia.com/default/t...63388/#3963388 put it in the Screen section. Although for some reason the xort.conf section text is white on white at the bottom of his post and I had to select the text to read it.
His line looks like this:
Code:
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"