From 5d70a29665001f279d759df7b8f1752c0827e16a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 12 Dec 2013 13:54:36 +0100 Subject: [PATCH] config/graphic: enable (temporary)xinerama support for R600 GPUs Signed-off-by: Stephan Raue --- config/graphic | 1 + 1 file changed, 1 insertion(+) diff --git a/config/graphic b/config/graphic index e05906d217..c0ca927338 100644 --- a/config/graphic +++ b/config/graphic @@ -102,6 +102,7 @@ get_graphicdrivers() { XORG_DRIVERS="$XORG_DRIVERS ati" LLVM_SUPPORT="yes" COMPOSITE_SUPPORT="yes" + XINERAMA_SUPPORT="yes" fi if [ "$drv" = "radeonsi" ]; then