summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
10 daysFix missing include of sys/stat.hEnrico Weigelt, metux IT consult1-0/+1
2023-01-06Disallow byte-swapped clients by defaultPeter Hutterer1-0/+8
2021-06-21xfree86: Fix NULL pointer dereference crashZoltán Böszörményi1-13/+10
2021-06-15xfree86: Change displays array to pointers array to fix invalid pointer issue...Łukasz Spintzyk1-4/+6
2021-03-03xfree86: Fix autoconfig secondary GPU devicesJacob Cherry1-3/+22
2019-08-07xf86: autobind GPUs to the screenDave Airlie1-0/+19
2018-09-12xfree86: Remove NoTrapSignalsAdam Jackson1-4/+0
2018-09-12xfree86: Fix Option "MaxClients" validationAdam Jackson1-4/+6
2018-03-28xfree86: Add Option "Debug" to ServerFlagsAdam Jackson1-0/+5
2018-03-21xfree86: replace all uses of xf86PrivsElevated with PrivsElevatedNicolai Hähnle1-1/+1
2018-01-29xfree86: Remove broken RANDR disabling logic (v4)Adam Jackson1-12/+0
2018-01-24Revert "xfree86: Remove broken RANDR disabling logic (v3)"Adam Jackson1-0/+12
2018-01-24xfree86: Remove broken RANDR disabling logic (v3)Adam Jackson1-12/+0
2017-05-15xfree86: Hide unused variables when !XSERVER_LIBPCIACCESSJon Turney1-0/+2
2017-05-11Replace all checks for 'linux' macro with '__linux__'Julien Cristau1-1/+1
2017-03-27dpms: Consolidate a bunch of stuff into Xext/dpms.cAdam Jackson1-1/+3
2017-03-17xfree86: Remove 24bpp pixmap format support (v2)Adam Jackson1-32/+0
2017-02-16xfree86: Remove Option "BiosBase" (v2)Adam Jackson1-1/+0
2017-01-25loader: Turn LoaderListDirs into LoaderListDirAdam Jackson1-76/+0
2017-01-25loader: Move loader list details to internal headerAdam Jackson1-1/+1
2016-10-05xfree86: remove aiglx cmd/xorg.conf optionEmil Velikov1-9/+0
2016-07-15xfree86: Fix fallback driver sort order for Xorg -configure (v2)Adam Jackson1-19/+40
2016-06-08xfree86: Remove redundant parse of AIGLX server flagAdam Jackson1-5/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-21/+0
2016-05-26xfree86: Add IndirectGLX server flag (v2)Adam Jackson1-0/+9
2016-01-28xfree86: Build parser for DRI config file subsection unconditionallyAdam Jackson1-8/+0
2015-08-24configurable maximum number of clientsOlivier Fourdan1-0/+16
2015-06-30xf86: restrict when we auto add devices as gpu devices.Dave Airlie1-6/+7
2015-05-11Merge remote-tracking branch 'airlied/for-keithp'Keith Packard1-10/+50
2015-04-27xfree86: attempt to autoconfig gpu slave devices (v3)Dave Airlie1-5/+26
2015-04-27xserver: add xorg.conf support for gpu devices. (v2.1)Dave Airlie1-10/+29
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-10/+10
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-10-02xfree86: Remove remaining return FALSE from configServerFlagsKeith Packard1-1/+1
2014-09-26xfree86: configServerFlags never fails, make it return voidAdam Jackson1-8/+2
2014-09-26xfree86: Remove unused xf86Info.useDefaultFontPathFromAdam Jackson1-2/+0
2014-09-26xfree86: Remove xf86Info.log (v2)Adam Jackson1-2/+0
2014-09-26xfree86: Remove spurious xf86ConfigErrorAdam Jackson1-36/+12
2014-09-26xfree86: Remove Option "TextClockFreq"Adam Jackson1-1/+0
2014-07-14xfree86: Only support one sysconfigdirAaron Plattner1-1/+1
2014-06-02xfree86: Add "modesetting" to list of fallback driversSøren Sandmann1-1/+1
2014-05-12xfree86: fix warnings after MatchSeat patchLaércio de Sousa1-12/+12
2014-05-01xfree86: add new key MatchSeat to xorg.conf sections "Device", "Screen", and ...Oleg Samarin1-9/+25
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-8/+8
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2014-01-12xfree86/config: Kludge around const stringsKeith Packard1-8/+10
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-16/+16
2013-12-09xfree86: Prefer fbdev to vesaAdam Jackson1-1/+1