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

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:01:36 UTC 2008


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

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4d84c60fb9d28f16e9ab8967a1c68f1774fed989
ViewMTN: http://monotone.openembedded.org/revision/info/4d84c60fb9d28f16e9ab8967a1c68f1774fed989
Files:
1
packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
Diffs:

#
# mt diff -rc91c1c20219cb95f1ac29fb6d1cad27774920916 -r4d84c60fb9d28f16e9ab8967a1c68f1774fed989
#
#
#
# patch "packages/xserver-kdrive-common/xserver-kdrive-common/Xserver"
#  from [e821c51279e2a4f57e41bfef13c8b1ee196e71c2]
#    to [c37de4adf21d4a3690279e0c262d3ae3d62056cf]
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb"
#  from [904ecc1aa153174fb2f604390b63012a5ce14ec1]
#    to [122b454336f79069c50b25040c3375d18e772678]
#
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	e821c51279e2a4f57e41bfef13c8b1ee196e71c2
+++ packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	c37de4adf21d4a3690279e0c262d3ae3d62056cf
@@ -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 @@ DISPLAY=':0'
 
 DISPLAY=':0'
 
+exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $* >/tmp/x.log 2>&1
-exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	904ecc1aa153174fb2f604390b63012a5ce14ec1
+++ packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	122b454336f79069c50b25040c3375d18e772678
@@ -2,7 +2,7 @@ RDEPENDS_${PN} = "xmodmap libxrandr xdpy
 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