From f1d35b7df6a9d576c3f7003210fbbb4e8406c36a Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sun, 25 Dec 2016 22:18:56 -0800 Subject: [PATCH] xf86-video-ati: use DRI2 and EXA by default but allow DRI3 and glamor --- packages/x11/driver/xf86-video-ati/config/xorg-radeon.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/x11/driver/xf86-video-ati/config/xorg-radeon.conf b/packages/x11/driver/xf86-video-ati/config/xorg-radeon.conf index 6b6b034a91..b5de54afa1 100644 --- a/packages/x11/driver/xf86-video-ati/config/xorg-radeon.conf +++ b/packages/x11/driver/xf86-video-ati/config/xorg-radeon.conf @@ -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