From 97a7907c9942b88cac11c84fb5045767139db1c1 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Fri, 26 Jun 2009 03:16:13 +0000 Subject: [PATCH] xserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for Ronetix boards LCD Tested with display TX09D71VM1CCA. Signed-off-by: Marco Cavallini --- recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index 2e0db5bfbb..44dc4ac6fe 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -171,6 +171,10 @@ case `module_id` in "Freescale MX21ADS") # That's what /proc/cpuinfo shows as hardware on the chumby ARGS="$ARGS -dpi 121 -screen 320x240 -hide-cursor -mouse tslib" ;; + "Ronetix PM9261" | "Ronetix PM9261/BB9261" | "Ronetix PM9263" | \ + "Ronetix PM9263/BB9261" | "Ronetix PM9263/BB9263") + ARGS="$ARGS -screen 240/54x320/81@90x16" + ;; "OMAP3 Beagle Board" | "Gumstix Overo") ARGS="$ARGS ${PPM}" # 32bpp - we'll enable it once newer kernels are.. working. -- 2.39.5