diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch deleted file mode 100644 index 993b320154..0000000000 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | From f2d808cea5b9f69158f82e16c06f882a6db10d63 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Wed, 11 Apr 2012 14:40:14 +0200 | ||
4 | Subject: [PATCH] xserver-common: add support for n900 alias nokia_rx-51_board | ||
5 | |||
6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
7 | |||
8 | --- | ||
9 | Upstream-Status: Pending | ||
10 | |||
11 | X11/xserver-common | 7 +++++++ | ||
12 | 1 file changed, 7 insertions(+) | ||
13 | |||
14 | diff --git a/X11/xserver-common b/X11/xserver-common | ||
15 | index a2c0591..b8c37e6 100644 | ||
16 | --- a/X11/xserver-common | ||
17 | +++ b/X11/xserver-common | ||
18 | @@ -132,6 +132,13 @@ else | ||
19 | "nokia_n800" | "nokia_rx-44" | "nokia_n770") | ||
20 | ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
21 | DPI="225" ;; | ||
22 | + "nokia_rx-51_board" ) | ||
23 | + DPI="267" | ||
24 | + if [ "$XSERVER" != "Xorg" ] ; then | ||
25 | + ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
26 | + else | ||
27 | + ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
28 | + fi ;; | ||
29 | "gta01" ) | ||
30 | DPI="280" | ||
31 | if [ "$XSERVER" != "Xorg" ] ; then | ||