[oe-commits] : xserver-kdrive-common: fix up GTA0* entries in non-openmoko Xserver script, now we have a working touchscreen again

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:28 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 2b2256d59b5ff8be10de0e2fc55921c705bab4fb
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=2b2256d59b5ff8be10de0e2fc55921c705bab4fb

Author:  <koen at openembedded.org>
Date:   Sat Aug  9 08:21:41 2008 +0000

xserver-kdrive-common: fix up GTA0* entries in non-openmoko Xserver script, now we have a working touchscreen again

---

 .../xserver-kdrive-common/Xserver                  |    6 +++---
 .../xserver-kdrive-common_0.1.bb                   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
index 417b29c..b856a75 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 e07a83e..738bb3f 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 \





More information about the Openembedded-commits mailing list