From 0b23e23c69a3703a1dba7adfb1efad0dc8f0727b Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Tue, 9 Dec 2008 07:21:45 +0300 Subject: [PATCH] tosa: specify screen dimensions Signed-off-by: Dmitry Eremin-Solenikov --- conf/machine/tosa.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 6d258e1..ed0e05d 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -12,3 +12,8 @@ IMAGE_FSTYPES ?= "jffs2" MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb apm-tosa-suspendfix" ROOT_FLASH_SIZE = "28" + +MACHINE_GUI_CLASS=bigscreen +MACHINE_DISPLAY_WIDTH_PIXELS=480 +MACHINE_DISPLAY_HEIGHT_PIXELS=640 +MACHINE_DISPLAY_ORIENTATION=0 -- 2.7.4