summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-32/+67
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone1-15/+0
2007-10-29Set up visuals for the existing X visuals.Kristian Høgsberg1-1/+1
2007-10-18Introduce a new "GlxVisuals" option that controls which visuals are added.Kristian Høgsberg1-4/+25
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer1-3/+3
2007-10-09Allow the user to not have a screen sectionDavid Nusinow1-5/+6
2007-10-09Don't require that the screen explicitly attach the device sectionDavid Nusinow1-2/+11
2007-10-09First pass at improved video driver autoloadingDavid Nusinow1-3/+9
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick1-64/+110
2007-08-23Get rid of the type1 font module.Julien Cristau1-1/+0
2007-08-20Move module defaults from the header to the source file.David Nusinow1-0/+12
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-65/+100
2007-08-01XFree86: Allow disabling of HALDaniel Stone1-1/+31
2007-07-14When sync'ing logfile, also flush it.Keith Packard1-0/+1
2007-07-10Add per-monitor config file option for maximum pixel clock.Adam Jackson1-5/+6
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-13/+0
2007-06-25configFiles(): don't return anything when declared as void.Peter Hutterer1-1/+1
2007-06-25NULL-terminate device list when synthesizing core devices.Peter Hutterer1-3/+3