From: Koen Kooi Date: Sat, 9 Aug 2008 08:21:41 +0000 (+0000) Subject: xserver-kdrive-common: fix up GTA0* entries in non-openmoko Xserver script, now we... X-Git-Tag: Release-2010-05/1~6333^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e161167cfb2f77d56ca8e169c6435e632ec789fc;p=openembedded.git xserver-kdrive-common: fix up GTA0* entries in non-openmoko Xserver script, now we have a working touchscreen again --- diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver index 417b29ca2a..b856a75cd0 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -106,14 +106,14 @@ case `module_id` in else DPI=140 fi - ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}" ;; + ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib" ;; "GTA02") if [ `screen_width` -gt 330 ] ; then DPI=285 else DPI=140 fi - ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}" + ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib" XSERVER=/usr/bin/Xglamo ;; "Nokia N770") @@ -143,4 +143,4 @@ fi DISPLAY=':0' -exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $* +exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $* >/tmp/x.log 2>&1 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 e07a83ed3c..738bb3f6fc 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 = "r29" +PR = "r30" SRC_URI = "\ file://Xdefaults \