diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch deleted file mode 100644 index c023b583b0..0000000000 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | From 57ab521ffc1024f21105ca14be2d041a477942b1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Fri, 17 Aug 2012 13:00:56 +0200 | ||
| 4 | Subject: [PATCH] xserver-common: add support for tuna alias Galaxy Nexus | ||
| 5 | |||
| 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 7 | |||
| 8 | --- | ||
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 11 | X11/xserver-common | 8 ++++++++ | ||
| 12 | 1 file changed, 8 insertions(+) | ||
| 13 | |||
| 14 | diff --git a/X11/xserver-common b/X11/xserver-common | ||
| 15 | index d9325dd..017e5ae 100644 | ||
| 16 | --- a/X11/xserver-common | ||
| 17 | +++ b/X11/xserver-common | ||
| 18 | @@ -169,6 +169,14 @@ else | ||
| 19 | ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
| 20 | fi | ||
| 21 | ;; | ||
| 22 | + "tuna") | ||
| 23 | + DPI="316" | ||
| 24 | + if [ "$XSERVER" != "Xorg" ] ; then | ||
| 25 | + ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
| 26 | + else | ||
| 27 | + ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
| 28 | + fi | ||
| 29 | + ;; | ||
| 30 | "motorola_ezx_platform") | ||
| 31 | ARGS="$ARGS -screen 240x320" | ||
| 32 | DPI="170" ;; | ||
