- xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease
warning if we happen to be building one (and even if not).
- xserver-1.3.0-pci-device-enable.patch: Make sure the PCI device is enabled
in sysfs before we start touching it, otherwise, armageddon.
- xserver-1.3.0-pci-bus-count.patch: Allocate the PCI bus array dynamically,
so as not to run off the end of it.
- xserver-1.3.0-mmap-failure-check.patch: Check for failure when mmap'ing
bus memory. (#234073)
- xserver-1.3.0-rom-search.patch: Look for the sysfs ROM file in the (flat)
/sys/bus/pci/devices tree, instead of the (bus-topological) /sys/devices,
so we don't fail to find ROMs merely because they're behind a bridge.
- xserver-1.3.0-no-pseudocolor-composite.patch: Refuse to initialize
Composite when Render is missing or when the root window is using
a pseudocolor visual. (#217388)
- xserver-1.3.0-xnest-exposures.patch: Fix Motif app redraw in Xnest. (#229350)
- Various backports from git master:
- xserver-1.2.0-xfixes-clientgone-check.patch: Avoids a crash when sending
events to clients that just disconnected.
- xserver-1.2.0-os-memory-leak.patch: Plugs a per-connection memory leak.
- xserver-1.2.0-int10-rdtsc.patch: Implement rdtsc in the int10 emulator.
- xserver-1.2.0-glcore-visual-count.patch: Count glcore visuals properly,
fixes crash at exit.
- xorg-x11-server-Red-Hat-extramodes.patch:
- Add 1360x768 normal and reduced-blanking.
- Add reduced-blanking versions of 1680x1050 and 1920x{1200,1080}.
- Remove the >60Hz versions of 2560x1600. Even leaving the 60Hz timing is
kind of ridiculous, since every real LCD that size I've seen uses the
reduced blanking timings. But presumably if you have that nice of a
monitor, you also have a video card with working DDC.
- Massive spec formatting and style cleanup.
- Build Xdmx on all arches.
- Enable GL support even on non-DRI machines.
- Re-add DRI to ppc64.
- Update BuildRequires to current versions.
- Remove some bogus Requires.
- RHEL5 sync:
- xorg-x11-server-1.1.1-maxpixclock-option.patch: Allow the maximum pixel
clock of a monitor to be specified in the config file.
- xorg-x11-server-1.1.1-glcore-visual-matching.patch: Fix a client crash
when creating software indirect GLX contexts.
- xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: During server
init, abort if either VT activation ioctl fails. During shutdown, be
sure to wait for the VT switch to finish before exiting.
- xorg-x11-server-1.1.1-no-scanpci.patch: Drop scanpci, it's huge and
there's no added value relative to lspci.
- xorg-x11-server-1.1.1-spurious-libxf1bpp-link.patch: Minor linktime
fixup. There's no reason for libxf4bpp to link against libxf1bpp.
- Do not try own /usr/lib/pkgconfig in sdk package.
- Drop dependency on xorg-x11-fonts-base now that we compile in
'fixed' and 'cursor' fonts.
- Drop xorg-redhat-die-ugly-pattern-die-die-die.patch; use -br options
instead.