summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-2/+2
2009-01-07Don't call free, use xfree macro.Paulo Cesar Pereira de Andrade1-2/+2
2009-01-07Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade1-86/+48
2008-12-08xfree86: Only use the evdev ruleset on linux.Peter Hutterer1-2/+8
2008-12-03If AEI is on, disable 'vmmouse' in addition to 'kbd' and 'mouse'.Timo Aaltonen1-2/+3
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-12-03Let the DDX decide on the XkbRulesDefaults.Peter Hutterer1-0/+6
2008-12-02Remove unused config flags from FlagValues & FlagOptionsAlan Coopersmith1-7/+0
2008-12-02Remove unused HandleSpecialKeys config optionAlan Coopersmith1-18/+1
2008-12-01Correct warning for unknown GlxVisuals option in conf fileAlan Coopersmith1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-11-21xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86GlobalsRémi Cardona1-2/+0
2008-11-08Don’t recommend fixing HAL if HAL support is disabled.James Cloos1-0/+5
2008-10-29xfree86: If AEI is on, disable "kbd" and "mouse" devices.Peter Hutterer1-2/+37
2008-10-15XFree86: Simplify DontZap/-retro interactionDaniel Stone1-4/+2
2008-10-08XFree86: Fix DontZap interaction with -retroDaniel Stone1-2/+4
2008-10-07-retro enables zappingAdam Jackson1-0/+1
2008-10-08Input: Make DontZap the defaultDaniel Stone1-1/+1
2008-08-18Remove the remainder of grab deactivation and closedown.Adam Jackson1-10/+0
2008-08-18Remove unused EstimateSizesAggressively option.Adam Jackson1-9/+0
2008-08-18Remove PciProbeType and associated weirdness.Adam Jackson1-31/+0
2008-07-28xfree86: use xorg.conf input devices if there is no ServerLayoutJulien Cristau1-40/+46
2008-07-28xfree86: warn some more about potential missing input devices.Peter Hutterer1-0/+10
2008-07-28xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.Peter Hutterer1-0/+7
2008-07-17Remove freetype from the list of autoloaded modules.Jie Luo1-1/+0
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone1-14/+0
2008-07-03xfree86: AllowEmptyInput is now enabled by default if hotplugging is enabled.Peter Hutterer1-6/+12
2008-07-03xfree86: handle missing Screen lines in the ServerLayout #16301Peter Hutterer1-0/+18
2008-07-01Don't try to load DRI2 if built without it.Adam Jackson1-0/+2
2008-06-25xf86GetOptValFreq wants a pointer to double, but maxPixClock is an intAlan Coopersmith1-2/+6
2008-06-24Fix "warning: passing argument 1 of `modeIsPresent' from incompatible pointer...Eamon Walsh1-2/+2
2008-06-24Fix "warning: passing argument 1 of `xf86addNewLoadDirective' from incompatib...Eamon Walsh1-2/+2
2008-06-19Let code build with gcc 2.95Matthieu Herrb1-2/+3
2008-06-11Welcome to hotplug era.Tiago Vignatti1-7/+1
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer1-2/+0
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-10/+27
2008-04-14Make DRI2 a serverlayout/serverflags option.Kristian Høgsberg1-4/+21
2008-04-11dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)Peter Hutterer1-6/+6
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-27/+14
2008-04-04Only autoload RECORD if it was enabled.Kristian Høgsberg1-0/+2
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg1-0/+1
2008-03-07Size xf86DefaultModes explicitly.Adam Jackson1-21/+9
2008-03-04Remove all mention of the vga driver from the config logic.Adam Jackson1-1/+1
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-5/+0
2008-02-29Clean up DisplayModeRec handling in many places.Adam Jackson1-6/+2
2008-02-14Eradicate the VTInit code.Adam Jackson1-5/+0
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-17/+15
2007-11-26Allow Virtual to be specified globally in the Screen section.Adam Jackson1-0/+12
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson1-1/+0
2007-11-15Clean up some garbage in driver enumeration.Adam Jackson1-16/+3