Files
meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.add.nocursor.for.gta.patch
Martin Jansa 89500c583e recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-04-10 14:43:41 +02:00

21 lines
753 B
Diff

diff -uNr xserver-common-1.33.orig//X11/xserver-common xserver-common-1.33/X11/xserver-common
--- xserver-common-1.33.orig//X11/xserver-common 2010-04-28 10:44:23.000000000 +0200
+++ xserver-common-1.33/X11/xserver-common 2010-04-28 10:46:41.000000000 +0200
@@ -136,12 +136,16 @@
DPI="285"
if [ "$XSERVER" != "Xorg" ] ; then
ARGS="$ARGS -screen 480x640"
+ else
+ ARGS="$ARGS -nocursor"
fi
;;
"gta02")
DPI="285"
if [ "$XSERVER" != "Xorg" ] ; then
ARGS="$ARGS -screen ${SCREEN_SIZE}"
+ else
+ ARGS="$ARGS -nocursor"
fi
;;
"motorola_ezx_platform")