From f6a2eb34e8a5c6d2088ff6b007c7a0fd07ac3228 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 13 Apr 2010 12:20:09 +0200 Subject: [PATCH] xserver-kdrive-common/Xserver: fix EZX settings Support all EZX machines, and set up the mouse as a tslib device. Signed-off-by: Antonio Ospite Acked-by: Koen Kooi --- recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index e2566bb22f..347b005c33 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -144,11 +144,12 @@ case `module_id` in PPM="-root-ppm /usr/share/pixmaps/xsplash-qvga-square.ppm" fi ARGS="$ARGS -dpi 181 -screen 320x320 -mouse tslib -hide-cursor ${PPM}" ;; - "Motorola Ezx Platform") + "Motorola Ezx Platform" | \ + "Motorola EZX"*) if [ -f "/usr/share/pixmaps/xsplash-qvga.ppm" ]; then PPM="-root-ppm /usr/share/pixmaps/xsplash-qvga.ppm ${PPM}" fi - ARGS="$ARGS -dpi 170 -screen ${SCREEN_SIZE}" ;; + ARGS="$ARGS -dpi 170 -mouse tslib -hide-cursor -screen ${SCREEN_SIZE} ${PPM}" ;; "Glofiish M800") if [ -f "/usr/share/pixmaps/xsplash-vga.ppm" ]; then PPM="-root-ppm /usr/share/pixmaps/xsplash-vga.ppm" -- 2.39.2