From patchwork Wed Jun 8 22:48:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 69688 Delivered-To: patches@linaro.org Received: by 10.140.106.246 with SMTP id e109csp40364qgf; Wed, 8 Jun 2016 15:48:25 -0700 (PDT) X-Received: by 10.107.8.220 with SMTP id h89mr12162350ioi.95.1465426102912; Wed, 08 Jun 2016 15:48:22 -0700 (PDT) Return-Path: Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com. [2607:f8b0:400e:c03::22e]) by mx.google.com with ESMTPS id a4si3676549pfb.189.2016.06.08.15.48.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jun 2016 15:48:22 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::22e as permitted sender) client-ip=2607:f8b0:400e:c03::22e; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::22e as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pa0-x22e.google.com with SMTP id bz2so6443767pad.1 for ; Wed, 08 Jun 2016 15:48:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=mgTVZ79t/FeVfGaNR6+ez9uGHGwIq8YTpWeN7hYvByo=; b=DJw3ypVzW8MskwKc0QbubU2xKBKV6XsEj0CvLiSAzrycYifqSBuO7f/UdaooIlqJsU ylyFn4i3ciFLpICd3S/bv2j5u//OTW25aQWRsME6qCna4voNin0aIKtP/NDYFwQJN60P PzqU78TzeoML/HD12fCHXmVYDKQK3ickqMC6I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=mgTVZ79t/FeVfGaNR6+ez9uGHGwIq8YTpWeN7hYvByo=; b=OZhsBO+HxPJmTI8IYX75cVn7ceExwpdZlx0PwacQ5VSydvoqCpl0Y5f+oBcoEcdDUT lcp+z+M435n5JW0WnjIJEGGOTI+XvIYn6edCiRWb/a8pNRRjHZ/blXuqFykz5sejSJnC qhP/Uz2ErrMfVVw2Ub/VM4yF9Jgdyi2CNohts+DRmRpavMDjVM+M8P0lSWbN7E0FK8SF 733H+bOGUMQ8h2DVbQghmlfWnGhk2xYJKys1GJlNCSqu3yaY4oQNJjaoU9t2yztEyRSV sIsvTT3X2ybQjXLW+smGLXtx2V0CIDT+1lwF+GsyCJOmG4hpvawpNtJUqLzFhudejVAh K6Pg== X-Gm-Message-State: ALyK8tKQFmQ9iHYwrIg60u8KjHM00kgxT6e95q7h52gQfBY8A7EFd7fHyawbUIIbRCCSPRqG+NU= X-Received: by 10.66.52.73 with SMTP id r9mr8211828pao.33.1465426102596; Wed, 08 Jun 2016 15:48:22 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-73-67-244-238.hsd1.or.comcast.net. [73.67.244.238]) by smtp.gmail.com with ESMTPSA id l129sm4839351pfc.5.2016.06.08.15.48.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Jun 2016 15:48:22 -0700 (PDT) From: John Stultz To: Rob Herring , Vishal Bhoj , Amit Kumar , Amit Pundir Cc: John Stultz Subject: [PATCH 3/5] linaro_generic: Set LCD density to a more sane default Date: Wed, 8 Jun 2016 15:48:09 -0700 Message-Id: <1465426091-21102-4-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465426091-21102-1-git-send-email-john.stultz@linaro.org> References: <1465426091-21102-1-git-send-email-john.stultz@linaro.org> The 160 dpi setting might work ok on desktops, but with the Nexus7, it causes everything to be insanely too small. Instead of going to 320 (nexus7's default), lets compromise at 260. Signed-off-by: John Stultz --- init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 diff --git a/init.rc b/init.rc index 8c17eb7..40c5608 100644 --- a/init.rc +++ b/init.rc @@ -6,7 +6,7 @@ on early-init # setprop ro.kernel.qemu 1 - setprop ro.sf.lcd_density 160 + setprop ro.sf.lcd_density 260 setprop ro.hardware.gralloc drm setprop ro.hardware.hwcomposer drm setprop debug.sf.no_hw_vsync 1