xf86-video-ati: use DRI2 and EXA by default but allow DRI3 and glamor

This commit is contained in:
Lukas Rusak 2016-12-25 22:18:56 -08:00
parent 807a3f07c5
commit f1d35b7df6
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

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