xserver-multidpi/hw
Egbert Eich af717ae57d Make Xorg the default server to install.
Avoid PIO access on IA64. Some IA64 machine check if legacy ports outside
    the VGA range are accessed. The ATi driver however does this to probe
    for ISA Mach8/32/64. Since no IA64 has ISA slots this restriction
    should not be relevant to the user.
Avoid recursive calls of xf86scanpci(). This function normally detects that
    it has been called before by checking if the PCI structure is filled
    out. So far if this was not the case (because PCI probing has failed
    for some reason) the function is traversed again. With the chipset
    specific PCI bus probing this can lead to an endless recursive loop as
    the post-probing code calls xf86scanpci() from within this function.
The OS specific PCI code for Linux worked only if bus 0 was populated as it
    checked for the presence of /proc/bus/pci/00. Fixed to check for
    /proc/bus/pci/<bus_to_look_for> instead.
2004-11-30 08:38:44 +00:00
..
darwin Allow rootless implementations to override frame reordering. This is used 2004-10-08 00:35:08 +00:00
dmx Add missing reply for DMX (Rik Faith). 2004-08-27 20:39:17 +00:00
kdrive Re-read "fix" structure from kernel after mode selection, in case line 2004-11-28 23:20:17 +00:00
vfb Fix xtest failures in Xvfb from XMatchVisualInfo test. 2004-08-27 01:15:10 +00:00
xfree86 Make Xorg the default server to install. 2004-11-30 08:38:44 +00:00
xgl Add xglPixmapToRegion 2004-11-14 23:21:29 +00:00
xnest Add COMPOSITE change to fbCopyWindow (not needed yet) 2004-08-11 22:40:14 +00:00
xwin Fixed windows.h include for cygwin. 2004-11-29 12:34:55 +00:00