Age | Commit message (Expand) | Author | Files | Lines |
2006-11-30 | Merge branch 'server-1.2' into randr-1.2-for-server-1.2 | Keith Packard | 2 | -2/+28 |
2006-12-01 | make X server use system libdrm - this requires libdrm >= 2.3.0 | airlied | 1 | -1/+1 |
2006-11-30 | Add a -showDefaultLibPath option. | Aaron Plattner | 1 | -0/+13 |
2006-11-30 | Add a -showDefaultModulePath option. | Aaron Plattner | 1 | -0/+13 |
2006-11-30 | Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL. | Matthias Hopf | 1 | -1/+1 |
2006-11-16 | Allow RandR objects to be created before the associated ScreenRec. | Keith Packard | 1 | -1/+1 |
2006-11-08 | add 'general socket' handler, port ACPI to use it | Daniel Stone | 2 | -14/+91 |
2006-11-08 | Fix standard VESA modes. | Aaron Plattner | 1 | -3/+3 |
2006-10-25 | Fix test for Option "IgnoreABI". | Michel Dänzer | 1 | -1/+1 |
2006-10-19 | Pre-release message should tell users to check git, not CVS, for updates | Alan Coopersmith | 1 | -2/+2 |
2006-10-16 | Small modification to blocking signals when switching modes. | Alan Hourihane | 1 | -4/+1 |
2006-10-13 | Block IO on switchmode just as we do for VT switching | Alan Hourihane | 1 | -0/+3 |
2006-09-14 | Always believe the monitor when it reports a reduced-blanking mode.autoconfig-for-7.2 | Adam Jackson | 1 | -1/+1 |
2006-09-14 | In xf86MatchPciInstances, fail gracefully when there's no PCI device at all. | Adam Jackson | 1 | -0/+2 |
2006-09-14 | Prefer driver-provided modes when matching name strings to modelines. | Adam Jackson | 1 | -123/+133 |
2006-09-14 | Mark EDID modes as driver modes. Infer virtual size from driver modes. | Adam Jackson | 1 | -1/+90 |
2006-09-14 | Attempt to add the 'mouse' driver in more situations. | Adam Jackson | 1 | -1/+31 |
2006-09-14 | Load the default module set when no Module section is given in the config. | Adam Jackson | 2 | -3/+18 |
2006-09-14 | Expand the default sync ranges to be large enough for 800x600@60. | Adam Jackson | 1 | -4/+4 |
2006-09-14 | Bump the default pixel depth to 24, and default bpp to 32. | Adam Jackson | 1 | -2/+2 |
2006-09-14 | Record the maximum dot clock of the monitor, and filter by it. | Adam Jackson | 3 | -0/+5 |
2006-09-14 | Bug #5386: Synthesize modelines from EDID data. | Luc Verhaegen | 1 | -187/+0 |
2006-09-06 | Make sure _XSERVER64 is defined when it should be and gets tested. | Michel Dänzer | 1 | -0/+6 |
2006-08-28 | Remove calls to LoaderCheckUnresolved(), since it's now a stub. | Adam Jackson | 2 | -9/+0 |
2006-08-24 | More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER. | Adam Jackson | 1 | -1/+3 |
2006-08-24 | Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver | Matthias Hopf | 5 | -57/+38 |
2006-08-23 | Add xorg.conf IgnoreABI option which does the same thing as -ignoreABI | David Nusinow | 3 | -1/+13 |
2006-08-17 | Un-cut-and-paste the mode rejection message. | Adam Jackson | 1 | -56/+22 |
2006-08-17 | Fix default mouse device on Linux, again. | Adam Jackson | 1 | -0/+3 |
2006-08-16 | Fixed segfault w/ broken Xinerama configs. | Matthias Hopf | 1 | -0/+36 |
2006-08-12 | xfree86: don't do legacy IO on ARM or S/390 (Debian #362641) | Bastian Blank | 1 | -1/+1 |
2006-08-10 | Fix a mode sanity check to not break reduced-blanking setups (LCDs). | Adam Jackson | 1 | -1/+2 |
2006-08-10 | Rename some mode tokens to better reflect their use. | Adam Jackson | 1 | -1/+6 |
2006-08-09 | Remove TargetRefresh option from the autoconfig logic. | Adam Jackson | 1 | -1/+0 |
2006-07-28 | Bug #5386 (partial): Move CVT mode generator from cvt(1) to server core, and | Luc Verhaegen | 3 | -1/+297 |
2006-07-26 | Remove getconfig horrorshow. Replace with a static built-in rule list for now. | Adam Jackson | 1 | -142/+62 |
2006-07-26 | Remove another latent PowerMAX hunk. | Adam Jackson | 1 | -82/+1 |
2006-07-21 | Yet more dead code. | Adam Jackson | 3 | -29/+0 |
2006-07-21 | static markup, more dead code. | Adam Jackson | 2 | -42/+1 |
2006-07-21 | Remove the loader's required and referenced symbol lists, dead code. | Adam Jackson | 1 | -20/+1 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 64 | -77/+0 |
2006-07-21 | Fix the RandR failure path for rotated screens. | Aaron Plattner | 1 | -4/+8 |
2006-07-20 | Remove the DDXTIME conditional, for being unused. | Adam Jackson | 1 | -29/+0 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 18 | -185/+8 |
2006-07-06 | PPC64 build fix. | Adam Jackson | 1 | -1/+4 |
2006-07-05 | fix compiler warning in hw/xfree86/common/xf86Config.c | Greg Kroah-Hartman | 1 | -0/+1 |
2006-06-30 | Bug 7145: fix build with gcc 2.95 & other c89 compilers | Jens Granseuer | 1 | -3/+6 |
2006-06-24 | Make sure <execinfo.h> is actually included when needed. | Michel Dänzer | 1 | -5/+1 |
2006-06-20 | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | 1 | -1/+5 |
2006-06-18 | Don't bother building RAC as a module, that's just absurd. | Adam Jackson | 1 | -26/+6 |