From e2aecd230ef6f8ada9f4f1c2da64a90064e29fc2 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 10 Oct 2011 11:46:54 +0200 Subject: xserver-common 1.34: Add Nexus S support Since we only use Xorg(and not kdrive) on the nexus S, 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 Acked-by: Simon Busch Signed-off-by: Martin Jansa --- .../xserver-common-1.34/Xserver.nexuss.patch | 14 ++++++++++++++ .../recipes-graphics/xserver-common/xserver-common_1.34.bb | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexuss.patch (limited to 'meta-oe/recipes-graphics/xserver-common') diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexuss.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexuss.patch new file mode 100644 index 0000000000..1e564ce4b7 --- /dev/null +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.nexuss.patch @@ -0,0 +1,14 @@ +Index: xserver-common-1.34/X11/xserver-common +=================================================================== +--- xserver-common-1.34.orig/X11/xserver-common 2011-10-09 14:57:10.716896996 +0200 ++++ xserver-common-1.34/X11/xserver-common 2011-10-09 14:57:31.226897012 +0200 +@@ -126,6 +126,9 @@ + "htc_tornado") + ARGS="$ARGS -hide-cursor" + DPI="100" ;; ++ "herring") ++ DPI="235" ++ ARGS="$ARGS -dpi ${DPI} -nocursor";; + "generic_omap1510/1610/1710") + ARGS="$ARGS -screen ${SCREEN_SIZE}" + DPI="225" ;; diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index 63ab354525..bc25363d59 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -PR = "r3" +PR = "r4" # we are using a gpe-style Makefile inherit gpe @@ -20,6 +20,7 @@ SRC_URI_append = " \ file://Xserver.add.nocursor.for.gta.patch \ file://Xserver.add.dpi.for.gta.patch \ file://Xserver.n900.patch \ + file://Xserver.nexuss.patch \ " -- cgit 1.2.3-korg