xf86-video-fglrx: disable compositing

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-26 11:54:40 +02:00
parent 4ec29e8dd8
commit 14b3c7636b

View File

@ -17,3 +17,7 @@ Section "Screen"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection