[Bug 96501] New: Broadcast RGB setting not working via xorg.conf

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 12 22:07:14 UTC 2016


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

            Bug ID: 96501
           Summary: Broadcast RGB setting not working via xorg.conf
           Product: xorg
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/intel
          Assignee: chris at chris-wilson.co.uk
          Reporter: nw9165-3201 at yahoo.com
        QA Contact: intel-gfx-bugs at lists.freedesktop.org

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160612/9b490de4/attachment.html>


More information about the intel-gfx-bugs mailing list