- 17 Feb, 2007 14 commits
-
-
Keith Packard authored
New modes header files required a few minor changes to be used by external drivers, the most notable of which is the publication of the config file parser header files.
-
Keith Packard authored
-
Keith Packard authored
Add monitor "Rotate" option taking one of "normal", "left", "inverted" or "right". However, because initial mode selection is made before the screen is completely initialized, we cannot create the shadow pixmap object at this point. Pend the shadow pixmap creation until the block handler. Note that this code is not completely functional yet.
-
Keith Packard authored
Replace REQUEST_SIZE_MATCH with REQUEST_AT_LEAST_SIZE
-
Daniel Stone authored
Disable DMX until it gets ported to the new input API.
-
Daniel Stone authored
Demote failure to connect from ErrorF to DebugF.
-
Ben Byer authored
-
Ben Byer authored
-
Ben Byer authored
-
Ben Byer authored
-
Ben Byer authored
-
Ben Byer authored
-
Ben Byer authored
(thanks Peter and Torrey!)
-
Ben Byer authored
quartz/cr: "Cocoa Rootless" support (deprecated in favor of xpr?) quartz/fullscreen: Fullscreen support using Xplugin (not yet functional)
-
- 16 Feb, 2007 9 commits
-
-
Daniel Stone authored
Take keysyms in as an XID in hostx_load_keymap() and explicitly convert them to CARD32 for loading into the server. Fixes Xephyr on AMD64, wa-hey.
-
Daniel Stone authored
I have no idea how this keeps on coming back.
-
Ben Byer authored
-
Ben Byer authored
-
Keith Packard authored
Code added in hw/xfree86/modes came from the server-1.3-branch. Portions of this code had previously been integrated into xf86Mode.c and edid_modes.c. To preserve hw/xfree86/modes as much as possible, the duplicate code from the other files has been disabled; a more careful review would figure out where that code actually belonged.
-
Keith Packard authored
RandR 1.0 sizeID must be computed the same way every time, so when reporting it in the ScreenChangeNotify event, just construct the usual 1.0 data block and use that. subpixel geometry information can be computed by looking at the connected outputs and finding any with subpixel geometry and using one of those for the global screen subpixel geometry. This might be improved by reporting None if more than one screen has information and they conflict.
-
Keith Packard authored
Use config.h for driver builds where xorg-config.h isn't available.
-
Tilman Sauerbeck authored
-
Keith Packard authored
This code comes from the intel driver, so there's no history in this tree. As the crtc/output-based mode selection code uses ddc, the ddc and i2c modules have been merged into the server. Attempts to load them are safely ignored now.
-
- 15 Feb, 2007 9 commits
-
-
Peter Hutterer authored
events, cache event array allocation.
-
Eamon Walsh authored
-
Daniel Stone authored
Minor leak here. Oops.
-
Daniel Stone authored
Add stub AM_CONDITIONALs to at least fix the build.
-
Daniel Stone authored
Free screen->driver on screenFini, instead of just leaking it.
-
Ben Byer authored
-
Ben Byer authored
-
Ben Byer authored
special thanks to Torrey Lyons and Peter O'Gorman for making this possible. This is the automake framework for the XDarwin.app interface files.
-
- 14 Feb, 2007 4 commits
-
-
Peter Hutterer authored
-
Eric Anholt authored
-
Eric Anholt authored
-
Alan Coopersmith authored
-
- 12 Feb, 2007 3 commits
-
-
Adam Jackson authored
-
Adam Jackson authored
-
Adam Jackson authored
-
- 06 Feb, 2007 1 commit
-
-
Aaron Plattner authored
This instruction is being used in some debug VBIOSes. This implementation doesn't even try to be accurate. Instead, it just increments the counter by a fixed amount every time an rdtsc instruction in encountered, to avoid divides by zero.
-