hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From a194ba2013f9e58cf73cd39b57be68386e501eda Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Wed, 11 Apr 2012 14:40:44 +0200
Subject: [PATCH] xserver-common: add support for nexus S alias herring
 
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
 
---
 X11/xserver-common | 3 +++
 1 file changed, 3 insertions(+)
 
diff --git a/X11/xserver-common b/X11/xserver-common
index b8c37e6..9aa6b24 100644
--- a/X11/xserver-common
+++ b/X11/xserver-common
@@ -126,6 +126,9 @@ else
         "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" ;;