blob: 688be40da536a84913a5a4fbc3c6f798e8628404 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 52003e6b52b1417c1a0e57243d83349addcdacf6 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Wed, 11 Apr 2012 14:40:44 +0200
4Subject: [PATCH 10/12] xserver-common: add support for nexus S alias herring
5
6Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
7---
8 X11/xserver-common | 3 +++
9 1 files changed, 3 insertions(+), 0 deletions(-)
10
11diff --git a/X11/xserver-common b/X11/xserver-common
12index 86ed17f..5c9a6eb 100644
13--- a/X11/xserver-common
14+++ b/X11/xserver-common
15@@ -126,6 +126,9 @@ else
16 "htc_tornado")
17 ARGS="$ARGS -hide-cursor"
18 DPI="100" ;;
19+ "herring")
20+ DPI="235"
21+ ARGS="$ARGS -dpi ${DPI} -nocursor";;
22 "generic_omap1510/1610/1710")
23 ARGS="$ARGS -screen ${SCREEN_SIZE}"
24 DPI="225" ;;
25--
261.7.8.5
27