mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 07:05:24 +02:00
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 <GNUtoo@no-log.org> Acked-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
593 B
Diff
15 lines
593 B
Diff
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" ;;
|