summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)Author
2009-09-22dix: append "built-ins" to the font path in SetDefaultFontPathRémi Cardona
2009-06-29xfree86: restore default off for DontZapPeter Hutterer
2009-05-08Don't leak default font path when appending built-insAlan Coopersmith
2009-02-17Add XkbDir to Files config file sectionKeith Packard
2009-02-17Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade
2009-02-17Correct error message if specified config file is not foundAlan Coopersmith
2009-01-11xfree86: Only use the evdev ruleset on linux.Peter Hutterer
2009-01-11Let the DDX decide on the XkbRulesDefaults.Peter Hutterer
2008-12-09If AEI is on, disable 'vmmouse' in addition to 'kbd' and 'mouse'.Timo Aaltonen
2008-12-02Correct warning for unknown GlxVisuals option in conf fileAlan Coopersmith
2008-11-21xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86GlobalsRémi Cardona
2008-11-08Don’t recommend fixing HAL if HAL support is disabled.James Cloos
2008-10-29xfree86: If AEI is on, disable "kbd" and "mouse" devices.Peter Hutterer
2008-10-15XFree86: Simplify DontZap/-retro interactionDaniel Stone
2008-10-08XFree86: Fix DontZap interaction with -retroDaniel Stone
2008-10-07-retro enables zappingAdam Jackson
2008-10-08Input: Make DontZap the defaultDaniel Stone
2008-08-18Remove the remainder of grab deactivation and closedown.Adam Jackson
2008-08-18Remove unused EstimateSizesAggressively option.Adam Jackson
2008-08-18Remove PciProbeType and associated weirdness.Adam Jackson
2008-07-28xfree86: use xorg.conf input devices if there is no ServerLayoutJulien Cristau
2008-07-28xfree86: warn some more about potential missing input devices.Peter Hutterer
2008-07-28xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.Peter Hutterer
2008-07-17Remove freetype from the list of autoloaded modules.Jie Luo
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone
2008-07-03xfree86: AllowEmptyInput is now enabled by default if hotplugging is enabled.Peter Hutterer
2008-07-03xfree86: handle missing Screen lines in the ServerLayout #16301Peter Hutterer
2008-07-01Don't try to load DRI2 if built without it.Adam Jackson
2008-06-25xf86GetOptValFreq wants a pointer to double, but maxPixClock is an intAlan Coopersmith
2008-06-24Fix "warning: passing argument 1 of `modeIsPresent' from incompatible pointer...Eamon Walsh
2008-06-24Fix "warning: passing argument 1 of `xf86addNewLoadDirective' from incompatib...Eamon Walsh
2008-06-19Let code build with gcc 2.95Matthieu Herrb
2008-06-11Welcome to hotplug era.Tiago Vignatti
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer
2008-04-22Merge branch 'master' into mpxPeter Hutterer
2008-04-14Make DRI2 a serverlayout/serverflags option.Kristian Høgsberg
2008-04-11dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)Peter Hutterer
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer
2008-04-04Only autoload RECORD if it was enabled.Kristian Høgsberg
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg
2008-03-07Size xf86DefaultModes explicitly.Adam Jackson
2008-03-04Remove all mention of the vga driver from the config logic.Adam Jackson
2008-03-04Merge branch 'master' into mpxPeter Hutterer
2008-02-29Clean up DisplayModeRec handling in many places.Adam Jackson
2008-02-14Eradicate the VTInit code.Adam Jackson
2008-01-03Merge branch 'master' into mpxPeter Hutterer
2007-11-26Allow Virtual to be specified globally in the Screen section.Adam Jackson
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson
2007-11-15Clean up some garbage in driver enumeration.Adam Jackson
2007-11-07Merge branch 'master' into mpxPeter Hutterer