diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.n900.patch')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.n900.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.n900.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.n900.patch new file mode 100644 index 000000000..4d36f5f71 --- /dev/null +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.n900.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | diff -uri xserver-common-1.33.orig/X11/xserver-common xserver-common-1.33/X11/xserver-common | ||
2 | --- xserver-common-1.33.orig/X11/xserver-common 2010-09-14 17:10:35.955430177 +0200 | ||
3 | +++ xserver-common-1.33/X11/xserver-common 2010-09-14 17:17:12.484423440 +0200 | ||
4 | @@ -132,6 +132,13 @@ | ||
5 | "nokia_n800" | "nokia_rx-44" | "nokia_n770") | ||
6 | ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
7 | DPI="225" ;; | ||
8 | + "nokia_rx-51_board" ) | ||
9 | + DPI="267" | ||
10 | + if [ "$XSERVER" != "Xorg" ] ; then | ||
11 | + ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
12 | + else | ||
13 | + ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
14 | + fi ;; | ||
15 | "gta01" ) | ||
16 | DPI="280" | ||
17 | if [ "$XSERVER" != "Xorg" ] ; then | ||