diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch new file mode 100644 index 0000000000..54a032973f --- /dev/null +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | From d194f0302582f1ca599f2ea58c15e15f4fd6bdef Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Wed, 11 Apr 2012 14:41:52 +0200 | ||
| 4 | Subject: [PATCH 12/12] xserver-common: add support for gta04 alias | ||
| 5 | OpenPhoenux | ||
| 6 | |||
| 7 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 8 | --- | ||
| 9 | X11/xserver-common | 8 ++++++++ | ||
| 10 | 1 files changed, 8 insertions(+), 0 deletions(-) | ||
| 11 | |||
| 12 | diff --git a/X11/xserver-common b/X11/xserver-common | ||
| 13 | index 55594fd..434333e 100644 | ||
| 14 | --- a/X11/xserver-common | ||
| 15 | +++ b/X11/xserver-common | ||
| 16 | @@ -161,6 +161,14 @@ else | ||
| 17 | ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
| 18 | fi | ||
| 19 | ;; | ||
| 20 | + "gta04") | ||
| 21 | + DPI="280" | ||
| 22 | + if [ "$XSERVER" != "Xorg" ] ; then | ||
| 23 | + ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
| 24 | + else | ||
| 25 | + ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
| 26 | + fi | ||
| 27 | + ;; | ||
| 28 | "motorola_ezx_platform") | ||
| 29 | ARGS="$ARGS -screen 240x320" | ||
| 30 | DPI="170" ;; | ||
| 31 | -- | ||
| 32 | 1.7.8.5 | ||
| 33 | |||
