xserver-multidpi/hw/xfree86/man
Hans De Goede b5dffbbac1 xfree86: Add ModulePath support for OutputClass config Sections
Allow OutputClass config snippets to modify the module-path.

Note that any specified ModulePaths will be pre-pended to the normal
ModulePath. The idea behind this is that any output hardware specific
modules should have preference over the normal modules.

One use-case for this is the nvidia binary driver, this allows a
config snippet like this:

Section "OutputClass"
    MatchDriver "nvidia"
    Modulepath "/usr/lib64/nvidia/modules"
EndSection

To get the nvidia glx specific glx module loaded, but only when the
nvidia kernel driver is loaded.

Together with the glvnd work done recently, this allows the nouveau
+ mesa and nvidia-binary userspace stacks to co-exist on the same
system without any ldconfig / xorg.conf tweaking and the xserver will
automatically do the right thing depending on which kernel driver
(nouveau or nvidia) is loaded.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-12-14 14:12:19 -05:00
..
Makefile.am man/Makefile.am: Fix Xorg.wrap.man Xwrapper.config.man missing from make dist 2014-04-18 16:37:22 +02:00
xorg.conf.d.man man: relocate manual pages in the man subdir outside doc 2011-03-14 13:50:38 -07:00
xorg.conf.man xfree86: Add ModulePath support for OutputClass config Sections 2016-12-14 14:12:19 -05:00
Xorg.man Xorg.man: update to reflect -nolisten tcp becoming default 2015-10-28 14:16:20 -04:00
Xorg.wrap.man Xorg.wrap.man: Fix spelling mistake in Xorg.wrap.1 2015-06-23 09:42:19 +02:00
Xwrapper.config.man Xorg.wrap manpages: use __appmansuffix__ instead of hardcoding 1 2014-04-18 16:37:42 +02:00