blob: 1a0bde894cdfadcba8283dde2610c341e6acbc07 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 6d6caecb7172b9b33e7364564b0e6eabf67b6e8b Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Wed, 11 Apr 2012 14:40:14 +0200
4Subject: [PATCH 09/12] xserver-common: add support for n900 alias
5 nokia_rx-51_board
6
7Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
8---
9 X11/xserver-common | 7 +++++++
10 1 files changed, 7 insertions(+), 0 deletions(-)
11
12diff --git a/X11/xserver-common b/X11/xserver-common
13index f76fa5f..86ed17f 100644
14--- a/X11/xserver-common
15+++ b/X11/xserver-common
16@@ -132,6 +132,13 @@ else
17 "nokia_n800" | "nokia_rx-44" | "nokia_n770")
18 ARGS="$ARGS -screen ${SCREEN_SIZE}"
19 DPI="225" ;;
20+ "nokia_rx-51_board" )
21+ DPI="267"
22+ if [ "$XSERVER" != "Xorg" ] ; then
23+ ARGS="$ARGS -screen ${SCREEN_SIZE}"
24+ else
25+ ARGS="$ARGS -dpi ${DPI} -nocursor"
26+ fi ;;
27 "gta01" )
28 DPI="280"
29 if [ "$XSERVER" != "Xorg" ] ; then
30--
311.7.8.5
32