From 14b3c7636b69d531376e52e6729474d37046cebb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 26 Jul 2011 11:54:40 +0200 Subject: [PATCH] xf86-video-fglrx: disable compositing Signed-off-by: Stephan Raue --- packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf b/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf index e2ea855dc6..60f6205784 100644 --- a/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf +++ b/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf @@ -17,3 +17,7 @@ Section "Screen" Depth 24 EndSubSection EndSection + +Section "Extensions" + Option "Composite" "false" +EndSection