| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: xorg-x11-server-sdk | Distribution: openSUSE 11.3 |
| Version: 7.5_1.8.0 | Vendor: openSUSE |
| Release: 10.15.2 | Build date: Thu Dec 1 15:30:33 2011 |
| Group: System/Libraries | Build host: build08 |
| Size: 1813662 | Source RPM: xorg-x11-server-7.5_1.8.0-10.15.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://xorg.freedesktop.org/ | |
| Summary: X.Org Server SDK | |
This package contains the X.Org Server SDK.
GPLv2+ ; MIT License (or similar)
* Wed Nov 30 2011 sndirsch@suse.com
- U_Fix-CVE-2011-4028-File-disclosure-vulnerability.patch
* use O_NOFOLLOW to open the existing lock file, so symbolic
links aren't followed, thus avoid revealing if it point to
an existing file. (bnc #722944)
- U_Fix-CVE-2011-4029-File-permission-change-vulnerabili.patch
* Use fchmod() to change permissions of the lock file instead
of chmod(), thus avoid the race that can be exploited to set
a symbolic link to any file or directory in the system.
(bnc #722944)
* Mon May 30 2011 mhopf@novell.com
- xorg-server-xf4vnc-fix-keyboard-layout-handling.diff
Consolidate adapted patches for bugs 400520, 605015, and 660797 into
single patch:
- xorg-server-xf4vnc-bug660797-fix-keycode-lookup-and-isolevel3shift.diff
- xorg-server-xf4vnc-bug605015-fix-keyboard-handling-xinput.diff
- Fix fallout of keyboard fixes:
- Keyboard handling was not XKB aware, which lead to a multitude of issues.
Situation with this patch is not perfect, but way better.
- Analysis for shift/level3 event faking was broken, leading to e.g
Shift+PgUp not being recognized correctly.
- Fix *major* memory leak introduced by original 1.9 enabling patch
* Tue Apr 26 2011 mhopf@novell.com
- bnc #605015
- Enable use of all keyboard layouts, independent of remotely set layout
- xorg-server-xf4vnc-bug605015-fix-keyboard-handling-xinput.diff
This should basically already enable the use of other keyboards, if the
remote keyboard stays at US.
- xorg-server-xf4vnc-bug605015-fix-keycode-lookup-and-isolevel3shift.diff
This patch fixes keycode lookup (not using any static keyboard layout any
more) and ISO-Level3-Shift handling (enabling the use of keyboard layouts
that use AltGr for reaching certain characters).
* Thu Aug 19 2010 max@suse.de
- Replaced the previous xdmcp fix with a simpler approach that
doesn't cause login problems in xdm and kdm. (bnc#625593)
* Sun Aug 08 2010 vuntz@opensuse.org
- Add xorg-x11-server-gl-apps-crash.patch to fix crash with GL
applications. See bnc#617651. The patch is taken from upstream on
the server-1.8-branch and simply updates the glx/ and
hw/xfree86/dri2/ directories.
* Sat Aug 07 2010 sndirsch@suse.de
- CVE-2010-2240-address_space_limit.patch/
CVE-2010-2240-tree_depth_limit.patch
* xorg stack/heap overlap fix (bnc #618152)
* Mon Aug 02 2010 sndirsch@suse.de
- Fix some shortcomings in the xdmcp implementation. It used to
suppress loopback addresses from the list of potential display
addresses to report to xdm, even when talking to xdm through
a loopback address. Now only display addresses of the same kind
as the xdm connection are reported to xdm.
This most notably helps Xvnc servers contacting the local xdm,
because they were severely affected by the suppression of
loopback addresses. (bnc #625593)
* Mon Jun 28 2010 sndirsch@suse.de
- missing_font_paths.diff:
* added /usr/share/fonts/{misc/sgi,truetype} to core font
rendering default path; always use ":unscaled" for bitmap
font paths (bnc #616400)
* Fri May 28 2010 sndirsch@suse.de
- xorg-detect-psb.patch
* remove again "intellegacy" from driver autoconfiguration; that
reverts previous change (bnc #608315)
* Sun May 09 2010 sndirsch@suse.de
- xorg-detect-psb.patch
* added "intellegacy" as fallback for "intel" (gets active if
'nomodeset' is set as kernel option) since there is now a new
package for the older intel driver, which still has UMS support
* Wed Apr 28 2010 sndirsch@suse.de
- remove Xdmx manual page from xorg-x11-server, since it's already
in xorg-x11-server-extra
* Mon Apr 26 2010 eich@suse.de
- Updated "Prevent XSync Alarms from senslessly calling CheckTrigger()"
to make sure SyncTriggerInit() readds trigger to counter (bnc #584919).
* Mon Apr 26 2010 sndirsch@suse.de
- Xdmx was disabled in favor of Nomad repository but it is
apparently dead (no Xdmx for OpenSUSE 11.2, last build from
early 2009). This patch re-enables Xdmx with some silly typo
fixed (dmx-silly.patch). Contributed by <zawel1@gmail.com>.
* Wed Apr 21 2010 eich@suse.de
- Prevent XSync Alarms from senslessly calling CheckTrigger() when inactive.
If an XSync Alarm is set to inactive there is no need to check if a trigger
needs to fire. Doing so if the counter is the IdleCounter will put the
server on 100 percent CPU load since the select timeout is set to 0
(bnc #584919).
* Sat Apr 10 2010 sndirsch@suse.de
- specfile cleanup
- removed no longer useful xlog2xconf.sh
* Sat Apr 10 2010 sndirsch@suse.de
- adjusted moblin-xserver-no-root-2.patch, renamed it to
xorg-server-nohwaccess.diff and enable it by default
- rename moblin-xorg-x11-nonroot-vesa.patch to
xorg-x11-nonroot-vesa.patch
- removed obsolete patch 'xserver-boottime.patch'
* Thu Apr 08 2010 eich@novell.com
- Adapted and fixed 'noroot-background' patch originally coming from
the Moblin project and enable by default.
* Thu Apr 08 2010 eich@suse.de
- On ia64 the Xserver brings its own PIO functions (inb, outb, ...).
These are supposed to overrule the ones provided by glibc.
Unfortunately this doesn't seem to work under all circumstances.
Therefore use inX/outX_ia64 and set appropriate defines.
* Thu Apr 08 2010 eich@suse.de
- Fix SIG11 on VT switch when using SW cursor with RandR (bnc #592614).
* Thu Apr 08 2010 ro@suse.de
- fix evdev config file (use the one from xserver upstream)
* Tue Apr 06 2010 ro@suse.de
- fix libxf86config (resolve references)
* Tue Apr 06 2010 sndirsch@suse.de
- fix_fglrx_screendepth_issue.patch
* hardcode default color depth of fglrx driver to 24bit to fix
video driver autoconfiguration (bnc #593878)
* Fri Apr 02 2010 sndirsch@suse.de
- update to 1.8
- obsoletes xorg-server-walk_drivers.diff
- adjusted xorg-server-xf4vnc.patch
- xorg-server-1.8.0.diff
* install evdev config file to the right directory
* Fri Mar 26 2010 sndirsch@suse.de
- xorg-server-walk_drivers.diff:
* updated patch working more cleanly, fixed coding style, added
comments (RÃ&frac;diger Oertel)
* Wed Mar 24 2010 sndirsch@suse.de
- disabled udev support for openSUSE <= 11.2 (bnc #589997)
* Wed Mar 24 2010 ro@suse.de
- re-do xorg-server-walk_drivers.diff again, different approach
create screen sections for each possible drivers
now it is really using the first driver as in full autoconfig
* Tue Mar 23 2010 sndirsch@suse.de
- update to 1.7.99.902
- fixed font path ("--with-fontrootdir")
* Mon Mar 22 2010 ro@suse.de
- xserver-1.6.1-nouveau.patch (from fedora)
Also, don't treat DRI setup failure as an error for nouveau.
* Mon Mar 22 2010 ro@suse.de
- rework xorg-server-walk_drivers.diff
* Sun Mar 21 2010 ro@suse.de
- re-implement walking list of possible drivers to find a working
one
* Thu Mar 18 2010 ro@suse.de
- update to 1.7.99 to get rid of hal
- refresh patches
- drop p_ia64-console.diff
- remove hal-devel from buildrequires
- add libudev-devel to buildrequires
- add --enable-config-udev to configure
* Wed Mar 17 2010 ro@suse.de
- drop un-applied patches
p_pci-off-by-one.diff.ia64
xorg-x11-server-1.2.99-unbreak-domain.patch
ia64linuxPciInit.diff
exa-greedy.diff
commit-c941479.diff
moblin-hw-xf86-modes-Set-crtc-mode-rotation-transform-befo.patch
moblin-xfree86-move-didLock-assignment-down-to-where-the-f.patch
moblin-randr-fix-operation-order-so-that-rotation-transfor.patch
* Wed Mar 17 2010 sndirsch@suse.de
- update to 1.7.6
* reintrocued record extension
* bugfixes
* Sat Feb 20 2010 sndirsch@suse.de
- update to 1.7.5
* Only four fixes since the RC, with the fix for 25640 being
rather noteworthy - if your X server crashed on replugging
keyboards (or using a KVM), you're encouraged to upgrade.
- dix: restore lastDeviceEventTime update in dixSaveScreens
- Don't double-swap the RandR PropertyNotify event
- Xi: reset the sli pointers after copying device classes.
(bfo #25640)
- RENDER: Fix gradient and solid fill pictures with Xinerama,
and misc cleanup
- obsoletes
0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch
* Fri Feb 12 2010 lchiquitto@novell.com
- 0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch
* The event is swapped in randr.c/SRROutputPropertyNotifyEvent,
so it should not be swapped again here.
(bnc #573446, bfo #26511)
* Sat Jan 16 2010 sndirsch@suse.de
- set VIDEO_ABI_VERSION = 6 and INPUT_ABI_VERSION = 7 in specfile
* Thu Jan 14 2010 ro@suse.de
- update to 1.7.4
- obsoletes acpi_events.diff
- obsoletes loadmod-bug197195.diff
- obsoletes events.diff
- obsoletes acpi-warning.diff
- obsoletes fbdev_fallback_fail_fix.diff
- obsoletes bug-507190_xorg-x11-server-bnc381139-randr-reprobe-on-unsuspend.diff
- obsoletes keyrelease-1.5.2.diff
- obsoletes 0001-Unclaim-PCI-slot-if-driver-probing-fails.patch
- obsoletes 0001-Fix-sporadic-segfault-on-resume-with-intel-KMS-due-t.patch
- obsoletes bug532341.diff
- obsoletes no-return-in-nonvoid-function.diff
- adjusted 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
- adjusted bitmap_always_unscaled.diff
- adjusted bug-197858_dpms.diff
- adjusted cache-xkbcomp-output-for-fast-start-up.patch
- adjusted driver-autoconfig.diff
- adjusted fixed-SYNC-extension-trigger-BlockHandler-test.diff
- adjusted fpic.diff
- adjusted missing_font_paths.diff
- adjusted p_default-module-path.diff
- adjusted p_ia64-console.diff
- adjusted p_xorg_acpi.diff
- adjusted xorg-detect-psb.patch
- adjusted xorg-server-xf4vnc-disable-dmxvnc.diff
- adjusted xorg-server-xf4vnc-fix.diff
- adjusted xorg-server-xf4vnc.patch
- adjusted xorg-x11-server.changes
- adjusted xorg-x11-server.spec
- adjusted zap_warning_xserver.diff
- removed truetype_fontpath.diff
- removed libdri_noPanoramiXExtension_symbol.patch
- exa-greedy.diff not applied
- fixed xorg-detect-psb.patch:
rewrite to use second level switch statement for device_id
- /usr/$lib/X11/Options is gone
(Remove xorgcfg 'Options' list.)
* Sun Dec 13 2009 sndirsch@suse.de
- added xlog2xconf, which is a script to create a minimal xorg.conf
extracted from Xorg.<DISPLAY>.log
* Sun Nov 29 2009 sndirsch@suse.de
- driver-autoconfig.diff:
* VIA chipsets: switched to "via" as first try since "via" is no
longer renamed to "chrome9" in -chrome9 driver package and
- unichrome driver package now disables the "via" wrapper
* Fri Nov 27 2009 sndirsch@suse.de
- missing_font_paths.diff
* added /usr/share/fonts/{URW,cyrillic} to font paths
(bnc #558915)
* Mon Nov 02 2009 sndirsch@suse.de
- build Xserver again with '-O2' instead of '-O0', which had been
an unintentional change (bnc #551789)
* Mon Oct 19 2009 sndirsch@suse.de
- add 'Option "AutoAddDevices" "off"' to xorg.conf only as
documented comment, since it caused a lot of confusion
(bnc #548085 and various others)
* Mon Oct 12 2009 sndirsch@suse.de
- xorg-server 1.6.5
* This release fixes the fact that 1.6.4 would crash on drivers
that still tried to initialize the DGA extension. It also has
a minor improvement for Xephyr to support nesting within an
existing window at a different depth.
- obsoletes dga-removal-fix.diff
* Fri Oct 09 2009 sndirsch@suse.de
- since we no longer use xorg.conf make ZapWarning the default
(bnc #545590)
* Thu Oct 08 2009 eich@suse.de
- Fix segfault when killing X with ctrl-alt-backspace. (bnc #545363)
* The damage structure for the cursor is not deregistered before
deallocation, causing a subsequent DamageUnregister () to segfault.
The problem may leave the text console unrestored.
(0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch)
* Wed Oct 07 2009 eich@suse.de
- 0001-Check-harder-for-primary-PCI-device.patch (bnc #545458)
* Primary PCI devices are identified by checking for an 'PCIINFOCLASSES'
device which is VGA and has access to the memory bars enabled.
If there should be more than one device for which this is true
redo the check and also check if IO resoures are also enabled,
if this still doesn't turn up a unique result also check for
the presence of a BIOS rom.
* Wed Oct 07 2009 sndirsch@suse.de
- driver-autoconfig.diff
* GeForce 6150SE support broken on nv (bnc #465190/544674)
* Thu Oct 01 2009 sndirsch@suse.de
- dga-removal-fix.diff
* Here's an updated patch -- removes the _X_INTERNAL from the .c
files, renames xf86DiDGAInit to _xf86_di_dga_init_internal,
and renames xf86DiDGAReInit to _xf86_di_dga_reinit_internal.
* Tue Sep 29 2009 sndirsch@suse.de
- dga-removal-fix.diff
* "Removing DGA ended up breaking any drivers calling into the old
xf86DiDGAInit function as it tried to see if DGA was already
enabled and ended up crashing if the VT wasn't completely
initialized. Oops."
* Mon Sep 28 2009 sndirsch@suse.de
- xorg-server 1.6.4
* fbdevhw: Test for graphics:fb%d as well as graphics/fb%d
* render: return the supported version rather than just passing
the proto's version
* xfree86/modes: Remove all framebuffer support from DGA
* dri2: Don't crash if pPriv is NULL.
* Don't send events through the master if the device has
SendCoreEvents off.
* Don't reset the lastDeviceEventTime when doing DPMS actions
* dix: append "built-ins" to the font path in SetDefaultFontPath
* Mon Sep 28 2009 sndirsch@suse.de
- bug532341.diff
* fixes Xserver crash when running x11perf -shmputxy10 test case
(bnc #532341, bfo #23298)
* Mon Sep 21 2009 mhopf@novell.com
- Less intrusive fix for server segfault. Should fix fdo #24010 (memleak).
* Thu Sep 10 2009 sndirsch@suse.de
- %post: modify xorg.conf if required
* do not change input driver behaviour for existing X.Org
configurations
* Wed Sep 09 2009 sndirsch@suse.de
- moblin-use_preferred_mode_for_all_outputs.diff
* use each outputs preferred mode (bnc #537488)
* Tue Sep 08 2009 mhopf@novell.com
- Prefer locally defined symbols in modules (bnc #534768).
* Fri Sep 04 2009 mhopf@novell.com
- 0001-Fix-sporadic-segfault-on-resume-with-intel-KMS-due-t.patch:
Fixes segfaults with intel and KMS upon resume (only occuring sporadically).
* Thu Aug 27 2009 eich@suse.de
- Update to 1.6.4 RC1, adapted patches.
* Fri Aug 14 2009 sndirsch@suse.de
- 0001-config-don-t-shutdown-the-libhal-ctx-if-it-failed-to.patch
* no longer need to revert commit c941479 (bnc #528397, bfo #23213)
* Tue Aug 11 2009 sndirsch@suse.de
- revert commit c941479 (bnc #528397)
* Tue Aug 04 2009 eich@suse.de
- Resynced with patches from Intel's Moblin project.
- Updated patches to aply cleanly again.
* Sat Aug 01 2009 sndirsch@suse.de
- xorg-server 1.6.3
* This mostly just collects a bunch of minor fixes since 1.6.2.
Two notable inclusions are:
- Replacing dixLookupResource with dixLookupResourceByType,
dixLookupResourceByClass. This returns us to having two
resource lookup functions, but this time we have a more
sensible name and argument set.
- Fixing RandR transforms for drivers providing set_mode_major.
These patches were originally slated to land in 1.6.2 but
I missed them somehow.
- obsoletes commit-cadf65a.diff
* Wed Jul 08 2009 sndirsch@novell.com
- xorg-server 1.6.2
* This is the second update to the 1.6 version and is designed
to be a drop-in compatible version with various bug fixes and
other improvements.
- obsoletes various patches
* bug-507190_xorg-x11-server-bnc381139-randr-fix-timestamps.diff
* includes-fix.diff
* security-Fix-a-crash-caused-by-wrong-ordering-of-fo.patch
* security-Grant-untrusted-windows-remove-access-on-a.patch
* security-Revert-behavior-of-extension-access-for-co.patch
- adjusted zap_warning_xserver.diff
* Thu Jul 02 2009 mhopf@novell.com
- Adapt vnc patches to changes in input infrastructure
(fixes bnc #508553)
* Wed Jun 24 2009 mhopf@novell.com
- Unclaim PCI slot if driver probing fails (fixes bnc #511529)
* Fri Jun 19 2009 sndirsch@suse.de
- includes-fix.diff
* build fix
- truetype_fontpath.diff
* added /usr/share/fonts/truetype to default font path
* Thu Jun 11 2009 sndirsch@suse.de
- use %moblin define in specfile
* Wed Jun 10 2009 sndirsch@suse.de
- xserver-1.5.0-bg-none-root.patch
* removed patch for compalloc.c, which hurts on Moblin
- disabled xserver-1.5.0-bg-none-root.patch (only useful for Moblin)
* Tue Jun 09 2009 sndirsch@suse.de
- diabled build of Xdmx since it conflict's with NOMAD's Xdmx
(bnc #511269)
* Fri Jun 05 2009 sndirsch@suse.de
- driver-autoconfig.diff
* ati ==> fglrx --> radeonhd --> ati
* nv ==> nvidia --> nouveau --> nv (FATE #305109)
* openchrome ==> chrome9 --> openchrome --> unichrome
* registered vboxvideo
- obsoletes radeonhd.diff/radeonhd.h
* Fri Jun 05 2009 sndirsch@suse.de
- keyrelease-git.diff
* xkb: Don't press+release keys on key events. Fixes submission
of F7 to apps on switch from console for drivers that switch
fast enough (bnc #141443).
* Thu Jun 04 2009 sndirsch@suse.de
- autoconfig_fallback_fbdev_first.diff
* fallback to fbdev first, then vesa instead of the other way
round
* Tue Jun 02 2009 eich@suse.de
Frederico's patches to support reprobing of connected displays on EnterVT
and fixes to set event timestamps properly.
- Re-probe RANDR outputs on laptop unsuspend.
- Make RANDR 'set' timestamps follow client specified time.
- Add missing fields to SRR*NotifyEvent().
* Tue Jun 02 2009 eich@suse.de
- Patches taken from Moblin:
* security: Grant untrusted windows remove access on all windows.
* security: Fix a crash caused by wrong ordering of format arguments.
* security: Revert behavior of extension access for compatibility.
* Autodetect Plousbo chips.
* add -nb command line option to supress root window background stet
on startup.
* cache xkb output for fast startup.
* make noPanoramiXExtension symbol local and initialize.
* Thu May 28 2009 sndirsch@suse.de
- fbdev_fallback_fail_fix.diff
* fix fbdev fallback failure if no xorg.conf exists; fbdev driver
complained about required BusID (Egbert Eich)
* Thu Apr 30 2009 sndirsch@suse.de
- instead of require do provide
INPUT_ABI_VERSION/VIDEO_ABI_VERSION to fix dependancy loop
* Thu Apr 30 2009 sndirsch@suse.de
- xkeyboard-config should be required by xorg-x11-driver-input
- require INPUT_ABI_VERSION = 4 (provided by xorg-x11-driver-input)
- require VIDEO_ABI_VERSION = 5 (provided by xorg-x11-driver-video)
- require libpixman-1-0 >= 0.15.2
* Tue Apr 28 2009 sndirsch@suse.de
- enable DRI2 build
* Tue Apr 14 2009 sndirsch@suse.de
- xorg-server 1.6.1
* Mon Mar 23 2009 sndirsch@suse.de
- fixed-SYNC-extension-trigger-BlockHandler-test.diff (bnc #472046)
* Reworked ComputeBracketValues():
* Reworked previous patch to IdleTimeBlockHandler() (commit 1f4fb022)
(Egbert Eich)
* Tue Mar 10 2009 sndirsch@suse.de
- commit-cadf65a.diff
* randr: Nuke broken set_origin shortcut. Shortcut is impossible
to implement this way, because we don't know for sure whether
the crtc of an output has changed or not. (bnc #482838)
* Mon Mar 09 2009 mmarek@suse.cz
- renamed modprobe config to /etc/modprobe.d/50-nvidia.conf
(required by new module-init-tools).
* Sun Mar 08 2009 sndirsch@suse.de
- radeonhd.diff/radeonhd.h:
* prefer radeonhd for autoconfig for ATI >= R500
* Sun Mar 08 2009 sndirsch@suse.de
- added hal-devel to BuildRequires for input driver configuration
support via HAL, e.g. evdev
* Wed Mar 04 2009 sndirsch@suse.de
- removed randr12-8d230319040f0a7f72231da2bf5ec97dc3612e21.diff;
probably a wrong patch since this commit has been reverted right
after by commit b4193a2eee80895c5641e77488df0e72a73a3d99 again
- no longer overwrite xorg.conf with an obsolete one; obsoletes
disable-root-xorg_conf.diff
* Tue Mar 03 2009 sndirsch@suse.de
- regenerated xorg-server-xf4vnc.patch (still disabled)
/usr/include/xorg /usr/include/xorg/BT.h /usr/include/xorg/IBM.h /usr/include/xorg/TI.h /usr/include/xorg/XIstubs.h /usr/include/xorg/bstore.h /usr/include/xorg/bstorestr.h /usr/include/xorg/bt829.h /usr/include/xorg/cfb8_16.h /usr/include/xorg/closestr.h /usr/include/xorg/closure.h /usr/include/xorg/colormap.h /usr/include/xorg/colormapst.h /usr/include/xorg/compiler.h /usr/include/xorg/compositeext.h /usr/include/xorg/cursor.h /usr/include/xorg/cursorstr.h /usr/include/xorg/damage.h /usr/include/xorg/damagestr.h /usr/include/xorg/dbestruct.h /usr/include/xorg/dgaproc.h /usr/include/xorg/dix.h /usr/include/xorg/dixaccess.h /usr/include/xorg/dixevents.h /usr/include/xorg/dixfont.h /usr/include/xorg/dixfontstr.h /usr/include/xorg/dixgrabs.h /usr/include/xorg/dixstruct.h /usr/include/xorg/dri.h /usr/include/xorg/dri2.h /usr/include/xorg/dristruct.h /usr/include/xorg/edid.h /usr/include/xorg/events.h /usr/include/xorg/exa.h /usr/include/xorg/exevents.h /usr/include/xorg/extension.h /usr/include/xorg/extinit.h /usr/include/xorg/extnsionst.h /usr/include/xorg/fb.h /usr/include/xorg/fbdevhw.h /usr/include/xorg/fboverlay.h /usr/include/xorg/fbpict.h /usr/include/xorg/fbrop.h /usr/include/xorg/fi1236.h /usr/include/xorg/fourcc.h /usr/include/xorg/gc.h /usr/include/xorg/gcstruct.h /usr/include/xorg/geext.h /usr/include/xorg/geint.h /usr/include/xorg/globals.h /usr/include/xorg/glyphstr.h /usr/include/xorg/hotplug.h /usr/include/xorg/i2c_def.h /usr/include/xorg/input.h /usr/include/xorg/inputstr.h /usr/include/xorg/list.h /usr/include/xorg/mi.h /usr/include/xorg/mibank.h /usr/include/xorg/mibstore.h /usr/include/xorg/micmap.h /usr/include/xorg/micoord.h /usr/include/xorg/mifillarc.h /usr/include/xorg/mifpoly.h /usr/include/xorg/migc.h /usr/include/xorg/miline.h /usr/include/xorg/mioverlay.h /usr/include/xorg/mipict.h /usr/include/xorg/mipointer.h /usr/include/xorg/mipointrst.h /usr/include/xorg/misc.h /usr/include/xorg/miscstruct.h /usr/include/xorg/mispans.h /usr/include/xorg/mistruct.h /usr/include/xorg/miwideline.h /usr/include/xorg/mizerarc.h /usr/include/xorg/msp3430.h /usr/include/xorg/opaque.h /usr/include/xorg/os.h /usr/include/xorg/panoramiX.h /usr/include/xorg/panoramiXsrv.h /usr/include/xorg/picture.h /usr/include/xorg/picturestr.h /usr/include/xorg/pixmap.h /usr/include/xorg/pixmapstr.h /usr/include/xorg/privates.h /usr/include/xorg/property.h /usr/include/xorg/propertyst.h /usr/include/xorg/ptrveloc.h /usr/include/xorg/randrstr.h /usr/include/xorg/region.h /usr/include/xorg/regionstr.h /usr/include/xorg/registry.h /usr/include/xorg/renderedge.h /usr/include/xorg/resource.h /usr/include/xorg/rgb.h /usr/include/xorg/rrtransform.h /usr/include/xorg/sarea.h /usr/include/xorg/screenint.h /usr/include/xorg/scrnintstr.h /usr/include/xorg/selection.h /usr/include/xorg/servermd.h /usr/include/xorg/shadow.h /usr/include/xorg/shadowfb.h /usr/include/xorg/shmint.h /usr/include/xorg/site.h /usr/include/xorg/swaprep.h /usr/include/xorg/swapreq.h /usr/include/xorg/tda8425.h /usr/include/xorg/tda9850.h /usr/include/xorg/tda9885.h /usr/include/xorg/uda1380.h /usr/include/xorg/validate.h /usr/include/xorg/vbe.h /usr/include/xorg/vbeModes.h /usr/include/xorg/vgaHW.h /usr/include/xorg/vidmodeproc.h /usr/include/xorg/wfbrename.h /usr/include/xorg/window.h /usr/include/xorg/windowstr.h /usr/include/xorg/xaa.h /usr/include/xorg/xaaWrapper.h /usr/include/xorg/xaalocal.h /usr/include/xorg/xaarop.h /usr/include/xorg/xace.h /usr/include/xorg/xacestr.h /usr/include/xorg/xf86.h /usr/include/xorg/xf86Crtc.h /usr/include/xorg/xf86Cursor.h /usr/include/xorg/xf86DDC.h /usr/include/xorg/xf86Modes.h /usr/include/xorg/xf86Module.h /usr/include/xorg/xf86Opt.h /usr/include/xorg/xf86Optrec.h /usr/include/xorg/xf86Parser.h /usr/include/xorg/xf86Pci.h /usr/include/xorg/xf86PciInfo.h /usr/include/xorg/xf86Priv.h /usr/include/xorg/xf86Privstr.h /usr/include/xorg/xf86RamDac.h /usr/include/xorg/xf86RandR12.h /usr/include/xorg/xf86Rename.h /usr/include/xorg/xf86VGAarbiter.h /usr/include/xorg/xf86Xinput.h /usr/include/xorg/xf86_OSlib.h /usr/include/xorg/xf86_OSproc.h /usr/include/xorg/xf86cmap.h /usr/include/xorg/xf86fbman.h /usr/include/xorg/xf86i2c.h /usr/include/xorg/xf86int10.h /usr/include/xorg/xf86sbusBus.h /usr/include/xorg/xf86str.h /usr/include/xorg/xf86xv.h /usr/include/xorg/xf86xvmc.h /usr/include/xorg/xf86xvpriv.h /usr/include/xorg/xfixes.h /usr/include/xorg/xisb.h /usr/include/xorg/xkbfile.h /usr/include/xorg/xkbrules.h /usr/include/xorg/xkbsrv.h /usr/include/xorg/xkbstr.h /usr/include/xorg/xorg-server.h /usr/include/xorg/xorgVersion.h /usr/include/xorg/xserver-properties.h /usr/include/xorg/xvdix.h /usr/include/xorg/xvmcext.h /usr/lib64/libxf86config.a /usr/lib64/pkgconfig/xorg-server.pc /usr/share/aclocal/xorg-server.m4
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:14:52 2013