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" Device "nvidia"
DefaultDepth 24 DefaultDepth 24
# Option "ColorRange" "Full" # Option "ColorRange" "Full"
Option "ColorRange" "Limited" # Option "ColorRange" "Limited"
Option "ColorSpace" "RGB" # Option "ColorSpace" "RGB"
Option "ColorSpace" "YCbCr444"
SubSection "Display" SubSection "Display"
Depth 24 Depth 24
EndSubSection EndSubSection
@ -24,4 +25,4 @@ EndSection
Section "Extensions" Section "Extensions"
Option "Composite" "false" Option "Composite" "false"
EndSection EndSection