xserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for Ronetix boards LCD
authorMarco Cavallini <koansoftware@gmail.com>
Fri, 26 Jun 2009 03:16:13 +0000 (03:16 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 24 Jan 2010 03:02:53 +0000 (04:02 +0100)
Tested with display TX09D71VM1CCA.

Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver

index 2e0db5b..44dc4ac 100644 (file)
@@ -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.