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