[PATCH 0/5] xorg.conf.d search fixes and additions

Dan Nicholson dbn.lists at gmail.com
Sat Apr 3 09:33:46 PDT 2010


Here's a short series that fixes some of the shortcomings xorg.conf.d
feature as it currently works in 1.8.0. The current path is cleaned to
something much saner that doesn't have all the cruft of the xorg.conf
search path, and a second path is added for vendor/package configuration
files including 10-evdev.conf.

Dan Nicholson (5):
  xfree86: Allow adding sysconfdir and datadir to config search paths
  xfree86: Document how -configdir affects the xorg.conf.d search path
  xfree86: Set a saner search path for xorg.conf.d
  xfree86: Search for a system xorg.conf.d
  Move 10-evdev.conf to system config dir $datadir/X11/xorg.conf.d

 config/Makefile.am                   |    2 +-
 cpprules.in                          |    1 +
 hw/xfree86/common/xf86Config.c       |   28 +++++++++---------
 hw/xfree86/doc/man/xorg.conf.man.pre |   50 +++++++++++++++++++++++++++------
 hw/xfree86/parser/Makefile.am        |    4 ++-
 hw/xfree86/parser/scan.c             |   14 +++++++++
 6 files changed, 74 insertions(+), 25 deletions(-)



More information about the xorg-devel mailing list