diff options
| author | GNUtoo <GNUtoo@no-log.org> | 2011-10-10 21:23:10 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-12 13:02:55 +0200 |
| commit | 4b40111d746625d100165981e0ea8f2bcfca5d9e (patch) | |
| tree | fad839e14a838f1571ac6045717a1f58dc10ed7a /meta-oe/recipes-graphics/xserver-common/xserver-common-1.34 | |
| parent | e2aecd230ef6f8ada9f4f1c2da64a90064e29fc2 (diff) | |
| download | meta-openembedded-4b40111d746625d100165981e0ea8f2bcfca5d9e.tar.gz | |
xserver-common 1.34: Add Nexus One support
Since we only use Xorg(and not kdrive) on the nexus one,
only Xorg support was included.
The DPI value was taken from:
http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34')
| -rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexusone.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexusone.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexusone.patch new file mode 100644 index 0000000000..7d528ae6ee --- /dev/null +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexusone.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Index: xserver-common-1.34/X11/xserver-common | ||
| 2 | =================================================================== | ||
| 3 | --- xserver-common-1.34.orig/X11/xserver-common 2011-10-10 22:36:14.163129002 +0200 | ||
| 4 | +++ xserver-common-1.34/X11/xserver-common 2011-10-10 22:37:47.513129001 +0200 | ||
| 5 | @@ -129,6 +129,9 @@ | ||
| 6 | "herring") | ||
| 7 | DPI="235" | ||
| 8 | ARGS="$ARGS -dpi ${DPI} -nocursor";; | ||
| 9 | + "mahimahi") | ||
| 10 | + DPI="254" | ||
| 11 | + ARGS="$ARGS -dpi ${DPI}";; | ||
| 12 | "generic_omap1510/1610/1710") | ||
| 13 | ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
| 14 | DPI="225" ;; | ||
