<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Broadcast RGB setting not working via xorg.conf"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96501">96501</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Broadcast RGB setting not working via xorg.conf
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>xorg
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Driver/intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nw9165-3201@yahoo.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

the Broadcast RGB setting is working fine when setting it via xrandr from a
terminal like this:

xrandr --output HDMI1 --set "Broadcast RGB" "Full"

But when trying to do this via the xorg.conf files to make it stick after
reboot, it does not work.

I've set up the following file:

/etc/X11/xorg.conf.d/20-intel.conf

with the following contents:


Section "Device"
 Identifier "Intel Graphics"
 Driver     "intel"
 Option     "AccelMethod" "sna"
 Option     "DRI" "3"
 Option     "SwapbuffersWait" "true"
 Option     "TripleBuffer" "true"
 Option     "TearFree" "true"
 Option     "Monitor-HDMI1" "HDMI1"
EndSection

Section "Monitor"
 Identifier "HDMI1"
 Option     "Broadcast RGB" "Full"
EndSection


As you can see, I've even tied the output to the monitor section as described
in the intel manpage and xorg.conf manpage, but it still does not work.

Tested on Xubuntu 16.04.

Could you please fix it?

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


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

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