xserver-multidpi/hw
Aaron Plattner 2e8daee053 Work around the DIX losing mmWidth/mmHeight for RandR 1.1 DDXen.
RandR 1.1 has a physical size for each mode.  It used to be that the DIX would
remember these modes and pass them back up to the DDX when changing the screen
configuration.  The DDX uses RR_GET_MODE_MM to query the driver for the physical
dimensions of the screen, allowing it to preserve the DPI.

With RandR 1.2, the physical dimensions are stored as part of the output, rather
than per mode.  The DIX only uses the sizes passed in from the DDX to select the
mode pool for the "default" output, and forgets the physical sizes.  Then, when
reconfiguring the screen, it makes up a new RRScreenSizeRec using the dimensions
from the output, screwing up the DPI.

This change works around this problem by ignoring the DIX and querying the real
size from the driver.
2008-07-01 09:08:22 -07:00
..
dmx Bug #16302: Fix GLX drawable refcounting in DMX. 2008-06-23 14:35:20 -04:00
kdrive kdrive: fix building with --disable-xv (bug#16488) 2008-06-23 23:45:57 +02:00
vfb Merge branch 'master' into mpx 2008-05-26 17:37:31 +09:30
xfree86 Work around the DIX losing mmWidth/mmHeight for RandR 1.1 DDXen. 2008-07-01 09:08:22 -07:00
xnest xnest: wrap the xnest cursor sprite funcs around the mi funcs. 2008-06-11 17:24:19 +09:30
xquartz XQuartz: Under the new startup model, we no longer need to do the foreground/background dance. 2008-06-10 10:52:04 -07:00
xwin Death to mfb. 2008-06-13 10:51:18 -04:00
Makefile.am Remove xgl. 2008-06-12 16:00:50 -04:00