Merge pull request #1093 from lrusak/dri3

move back to DRI2
This commit is contained in:
Christian Hewitt 2017-01-08 10:03:51 +04:00 committed by GitHub
commit 8f1ebba464
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
Section "Device"
Identifier "AMD Graphics"
Driver "radeon"
Option "DRI3" "1"
Option "AccelMethod" "glamor"
# uncomment the following options to use DRI3 and glamor, otherwise DRI2 and exa
# Option "DRI3" "1"
# Option "AccelMethod" "glamor"
Endsection

View File

@ -51,7 +51,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-backlight \
--disable-tear-free \
--disable-create2 \
--disable-async-swap \
--with-default-dri=3 \
--with-default-dri=2 \
--with-xorg-module-dir=$XORG_PATH_MODULES"
pre_configure_target() {