Kodi Community Forum
How to configure Intel Broadcast RGB setting on Wayland? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: How to configure Intel Broadcast RGB setting on Wayland? (/showthread.php?tid=301776)



How to configure Intel Broadcast RGB setting on Wayland? - qp9013625 - 2016-12-21

Hi,

when using X, it's possible to configure the Intel driver's Broadcast RGB setting via xrandr.

But with Wayland this does not seem to be possible.

Is anyone here who knows how one could configure the Broadcast RGB setting when using Wayland instead of X?


RE: How to configure Intel Broadcast RGB setting on Wayland? - qp9013625 - 2016-12-28

Anyone?


RE: How to configure Intel Broadcast RGB setting on Wayland? - qp9013625 - 2017-01-14

No one? It must be possible somehow?


RE: How to configure Intel Broadcast RGB setting on Wayland? - fritsch - 2017-01-14

Why don't you ask on the wayland irc channel, the wayland mailing list. You might have more luck asking somewhere where wayland support actually exists.


RE: How to configure Intel Broadcast RGB setting on Wayland? - qp9013625 - 2017-01-14

(2017-01-14, 12:58)fritsch Wrote: Why don't you ask on the wayland irc channel

They said it needs to be implemented in the corresponding Wayland compositor, so, here we go:

Weston:
https://bugs.freedesktop.org/show_bug.cgi?id=99406

Mutter:
https://bugzilla.gnome.org/show_bug.cgi?id=777248

(2017-01-14, 12:58)fritsch Wrote: You might have more luck asking somewhere where wayland support actually exists.

KODI did have support for Wayland and work is being done to get it back in:

http://forum.kodi.tv/showthread.php?tid=304065

That being said:

Do you happen to know if Broadcast RGB can be adjusted via a kernel parameter?


RE: How to configure Intel Broadcast RGB setting on Wayland? - fritsch - 2017-01-14

Adjustment via kernel commandline is not possible to my knowledge.


RE: How to configure Intel Broadcast RGB setting on Wayland? - qp9013625 - 2017-01-14

Sigh:

https://bugs.freedesktop.org/show_bug.cgi?id=96489


RE: How to configure Intel Broadcast RGB setting on Wayland? - fritsch - 2017-06-15

You can configure that _before_ you start wayland / weston whatever.

A starting point is the proptest of libdrm

Example for my HDMI port: proptest -M i915 -D /dev/dri/card0 61 connector 54 1

In my setup I used weston and kodi from the GSOC project.


RE: How to configure Intel Broadcast RGB setting on Wayland? - qp9013625 - 2017-09-15

Just came across this:

https://www.brad-x.com/2017/08/07/quick-tip-setting-the-color-space-value-in-wayland/

Wink