Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Getting correct levels, Chroma and everything on an HDTV over HDMI is an absolute train wreck and a complete nightmare.
If SteamOS doesn't fix this issue, i'm going to lose my mind
From here :-
https://wiki.archlinux.org/index.php/Intel_Graphics#Weathered_colors_.28colorspace_problem.29
Option "ColorSpace" "string"
This option sets the color space for all or a subset of the connected flat panels.
The option string is a semicolon-separated list of device specific options. Each option can optionally be prepended with a display device name and a GPU specifier.
"<dpy-0>: <tok>; <dpy-1>: <tok>; ..."
Possible arguments:
"RGB": sets color space to RGB. RGB color space supports two valid color ranges; full and limited. By default, full color range is set when the color space is RGB.
"YCbCr444": sets color space to YCbCr 4:4:4. YCbCr supports only limited color range. It is not possible to set this color space if the GPU or display is not capable of limited range.
If the ColorSpace option is not specified, or is incorrectly specified, then the color space is set to RGB by default.
Examples:
Option "ColorSpace" "YCbCr444"
set the color space to YCbCr 4:4:4 on all flat panels.
Option "ColorSpace" "GPU-0.DFP-0: YCbCr444"
set the color space to YCbCr 4:4:4 on DFP-0 of GPU-0.
Option "ColorRange" "string"
This option sets the color range for all or a subset of the connected flat panels.
The option string is a semicolon-separated list of device specific options. Each option can optionally be prepended with a display device name and a GPU specifier.
"<dpy-0>: <tok>; <dpy-1>: <tok>; ..."
The set of legal ColorRange values depends upon the selected color space.
Possible arguments:
"Full": sets color range to full range. By default, full color range is set when the color space is RGB.
"Limited": sets color range to limited range. YUV supports only limited color range. Consequently, limited range is selected by the driver when color space is set to YUV, and can not be changed.
If the ColorRange option is not specified, or is incorrectly specified, then an appropriate default value is selected based on the selected color space.
Examples:
Option "ColorRange" "Limited"
set the color range to limited on all flat panels.
Option "ColorRange" "GPU-0.DFP-0: Limited"
set the color range to limited on DFP-0 of GPU-0.
+1
It's probably worth mentioning that I went through this stuff when first trying to correct the problem. It would seem that the custom driver included with SteamOS doesn't take into account changes made to the X config. It totally picks up when you're working from the gnome desktop environment however the range switches back to limited once you change over to the big picture front end (and subsequently all games seem to run in limited).