<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow use of ColorRange and ColorSpace in xorg.conf.d files"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83226#c34">Comment # 34</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow use of ColorRange and ColorSpace in xorg.conf.d files"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83226">bug 83226</a>
              from <span class="vcard"><a class="email" href="mailto:nw9165-3201@yahoo.com" title="nw9165-3201@yahoo.com">nw9165-3201@yahoo.com</a>
</span></b>
        <pre>(In reply to Andy Furniss from <a href="show_bug.cgi?id=83226#c12">comment #12</a>)
<span class="quote">> (In reply to John from <a href="show_bug.cgi?id=83226#c10">comment #10</a>)
> > I've applied the patches but I am not sure how to enable anything.
> > Since it's a drm patch, am I suppose to enable that the same way I do for
> > audio and dpm?
> > If so, I haven't tried, but I don't see anything in modinfo for csc.

> xrandr --verbose will show you the options/output name and the current
> setting.

> to change do something like -

> xrandr --output HDMI-0 --set output_csc tvrgb</span >

Could anyone please explain why this setting needs to be done via xrandr?

Why not via the xorg.conf.d files?

To enable the TearFree option for example you can add:

   Option "TearFree" "True"

inside a xorg.conf.d file for example.

So why can't the color range be set via a xorg.conf.d file like this for
example:

   Option "Broadcast RGB" "Limited"

?

Why xrandr and not xorg.conf.d? Or why not both?

Also, why is the AMD driver's option being called:

xrandr --output $OUTPUT --set output_csc tvrgb

?

For the Intel driver it's called:

xrandr --output $OUTPUT --set "Broadcast RGB" "Limited"

Why does the setting have to have a different name between the AMD and Intel
driver?

Why can't the names just be kept the same?

Regards</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>