mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 22:54:41 +02:00
21 lines
753 B
Diff
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")
|