aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-kdrive-common
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-01-20 10:46:45 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-01-20 10:46:45 +0000
commit0e13705ef8de52c8de69c26025faecb9c03dd0da (patch)
treee33187ea5205b9b643b586720b3955c34b2fa659 /packages/xserver-kdrive-common
parentbe7eef776ade59974fc7c815a783f310c3d893f8 (diff)
downloadopenembedded-0e13705ef8de52c8de69c26025faecb9c03dd0da.tar.gz
task-openmoko-ui: Use qvga theme for the Chumby
xserver-kdrive-common: Call the xserver with the right arguments for the Chumby
Diffstat (limited to 'packages/xserver-kdrive-common')
-rw-r--r--packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver3
-rw-r--r--packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver
index d99921ca5d..f92b983788 100644
--- a/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver
+++ b/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver
@@ -99,6 +99,9 @@ case `module_id` in
ARGS="$ARGS -dpi 170 -screen 240x320 -hide-cursor -root-ppm /usr/share/pixmaps/xsplash-qvga.ppm" ;;
"Nokia N800")
ARGS="$ARGS -br -dpi 225 -screen 800x480x16 -mouse tslib" ;;
+ "Freescale MX21ADS")
+ # That's what /proc/cpuinfo shows as hardware on the chumby
+ ARGS="$ARGS -dpi 121 -screen 320x240 -hide-cursor -mouse tslib -root-ppm /usr/share/pixmaps/xsplash-qvga.ppm" ;;
*)
# It is a device we do not know about, in which case we force
# kdrive to use the current framebuffer geometry -- otherwise
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
index 1d07f75203..ef55e30c09 100644
--- a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
+++ b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r25"
+PR = "r26"
SRC_URI = "\
file://Xdefaults \