Change default ColorSpace to YCbCr444, this is the colorspace used by 95% of blurays.

This commit is contained in:
newphreak 2011-07-09 16:13:31 -07:00
parent 0de9b7797f
commit 36e2aa255a

View File

@ -15,8 +15,9 @@ Section "Screen"
Device "nvidia"
DefaultDepth 24
# Option "ColorRange" "Full"
Option "ColorRange" "Limited"
Option "ColorSpace" "RGB"
# Option "ColorRange" "Limited"
# Option "ColorSpace" "RGB"
Option "ColorSpace" "YCbCr444"
SubSection "Display"
Depth 24
EndSubSection