05-04-2016, 12:18 PM
(This post was last modified: 05-04-2016, 12:30 PM by Spaz.
Edit Reason: More Info
)
(05-04-2016, 11:36 AM)Luke Wrote:(05-04-2016, 08:27 AM)Spaz Wrote: Is there a way to override the device drivers and force RGB?
I'm not sure my cheaper Dell monitor at home has anything but RGB. Only one of my three work monitors has the option to go YPbPr. It doesn't seem to be a common option on older displays.
Think there is, but nothing that a mere mortal can do. I remember someone explained what to do, I tried looking for it, but couldnt find it for you ...
I'm going to try tonight and see what is possible. Seems like it should be a one liner in a config somewhere.
I think the xorg.conf might be my first stop.
Going to try this first. xorg.conf settings has color space options.
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "Monitor0"
Option "ColorRange" "Full"
# Option "ColorRange" "Limited"
# Option "ColorSpace" "YCbCr444"
Option "ColorSpace" "RGB"
DefaultDepth 24
Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "ExactModeTimingsDVI" "True"
SubSection "Display"
Depth 24
Modes "1920x1080_60" "1920x1080_24" "1920x1080_23.976"
EndSubSection
EndSection