diff mbox

[3/5] linaro_generic: Set LCD density to a more sane default

Message ID 1465426091-21102-4-git-send-email-john.stultz@linaro.org
State New
Headers show

Commit Message

John Stultz June 8, 2016, 10:48 p.m. UTC
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 <john.stultz@linaro.org>

---
 init.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1
diff mbox

Patch

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