xserver-multidpi/hw
Dave Airlie 3b6930c5d0 xserver: add xorg.conf support for gpu devices. (v2.1)
This allows gpu devices to be specified in xorg.conf Screen sections.

Section "Device"
        Driver "intel"
        Identifier "intel0"
        Option "AccelMethod" "uxa"
EndSection

Section "Device"
        Driver "modesetting"
        Identifier "usb0"
EndSection

Section "Screen"
        Identifier "screen"
        Device "intel0"
        GPUDevice "usb0"
EndSection

This should allow for easier tweaking of driver options which
currently mess up the GPU device discovery process.

v2: add error handling for more than 4 devices, (Emil)
fixup CONF_ defines to consistency
add MAX_GPUDEVICES define
(yes there is two defines, this is consistent
with everywhere else).
remove braces around slp (Mark Kettenis)
man page fixups (Aaron)
v2.1: fixup whitespace (Aaron)

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-04-27 13:40:40 +10:00
..
dmx Drop valuator mask argument from GetKeyboardEvents 2015-03-13 12:31:21 +10:00
kdrive ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor' 2015-03-24 12:43:34 -07:00
vfb vfb: Don't reimplement micmap so much 2014-10-08 10:10:39 +02:00
xfree86 xserver: add xorg.conf support for gpu devices. (v2.1) 2015-04-27 13:40:40 +10:00
xnest Drop valuator mask argument from GetKeyboardEvents 2015-03-13 12:31:21 +10:00
xquartz Fix XQuartz build 2015-03-31 09:02:28 -07:00
xwayland glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREEN 2015-03-24 12:01:39 -07:00
xwin hw/xwin: Report OS version in log 2015-03-23 16:01:58 +00:00
Makefile.am Xwayland DDX 2014-04-03 15:19:22 -07:00