mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Change default ColorSpace to YCbCr444, this is the colorspace used by 95% of blurays.
This commit is contained in:
parent
0de9b7797f
commit
36e2aa255a
@ -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
|
Loading…
x
Reference in New Issue
Block a user