Description of problem:
When attempting to disable the "Composite" X extension, setting "Composite" to false fails with an X warning.
Version-Release number of selected component (if applicable):
xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64
How reproducible: 100%
Steps to Reproduce:
1. Add the following in the X configuration:
Section "Extensions"
Option "Composite" "false"
EndSection
2. Restart the X server.
Actual results:
Disabling the extension fails, and the warning 'Ignoring unrecognized extension "Composite"' is output in the Xorg log.
Expected results: Composite extension is disabled.
Additional info:
- Setting the following allows the composite extension to be disabled:
Section "Extensions"
Option "COMPOSITE" "false"
EndSection
- The attached upstream bug contains a patch which should fix the issue.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (xorg-x11-server bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:5049
Comment 22Red Hat Bugzilla
2023-09-15 00:15:18 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days
Description of problem: When attempting to disable the "Composite" X extension, setting "Composite" to false fails with an X warning. Version-Release number of selected component (if applicable): xorg-x11-server-Xorg-1.20.1-5.1.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. Add the following in the X configuration: Section "Extensions" Option "Composite" "false" EndSection 2. Restart the X server. Actual results: Disabling the extension fails, and the warning 'Ignoring unrecognized extension "Composite"' is output in the Xorg log. Expected results: Composite extension is disabled. Additional info: - Setting the following allows the composite extension to be disabled: Section "Extensions" Option "COMPOSITE" "false" EndSection - The attached upstream bug contains a patch which should fix the issue.