[oe-commits] Marco Cavallini : xserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for Ronetix boards LCD

git version control git at git.openembedded.org
Sun Jan 24 07:39:04 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 97a7907c9942b88cac11c84fb5045767139db1c1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97a7907c9942b88cac11c84fb5045767139db1c1

Author: Marco Cavallini <koansoftware at gmail.com>
Date:   Fri Jun 26 03:16:13 2009 +0000

xserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for Ronetix boards LCD

Tested with display TX09D71VM1CCA.

Signed-off-by: Marco Cavallini <m.cavallini at koansoftware.com>

---

 .../xserver-kdrive-common/Xserver                  |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index 2e0db5b..44dc4ac 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 at 90x16"                      
+                ;;  
         "OMAP3 Beagle Board" | "Gumstix Overo")
                  ARGS="$ARGS ${PPM}"
 # 32bpp - we'll enable it once newer kernels are.. working.                 





More information about the Openembedded-commits mailing list