diff options
author | Marco Cavallini <koansoftware@gmail.com> | 2009-06-26 03:16:13 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-24 04:02:53 +0100 |
commit | 97a7907c9942b88cac11c84fb5045767139db1c1 (patch) | |
tree | d4f04dd3bb20251f9a098fe69f517a7f8845a64e /recipes/xserver-kdrive-common | |
parent | 3c0e409f01f9b81c704223214618e7bc069c5c95 (diff) | |
download | openembedded-97a7907c9942b88cac11c84fb5045767139db1c1.tar.gz |
xserver-kdrive-common/xserver-kdrive-common/Xserver: Add settings for Ronetix boards LCD
Tested with display TX09D71VM1CCA.
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
Diffstat (limited to 'recipes/xserver-kdrive-common')
-rw-r--r-- | recipes/xserver-kdrive-common/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 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. |