From 42acadad926c5e28f4209cc5b4bbd5108fda7e34 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 30 Sep 2013 18:35:00 +0200 Subject: [PATCH] projects/ATV: disable uvesafb support Signed-off-by: Stephan Raue --- projects/ATV/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ATV/options b/projects/ATV/options index 63ff75c3eb..8bd186c5e9 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -244,7 +244,7 @@ WINDOWMANAGER="ratpoison" # include uvesafb support (yes / no) - UVESAFB_SUPPORT="yes" + UVESAFB_SUPPORT="no" # Displayserver to use (xorg-server / no) DISPLAYSERVER="xorg-server"