projects
/
platform
/
core
/
uifw
/
efl-misc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5454a86
)
Set scale factor for common display
01/212501/1
accepted/tizen_5.5_unified_mobile_hotfix
tizen_5.5_mobile_hotfix
accepted/tizen/5.5/unified/20191031.015343
accepted/tizen/5.5/unified/mobile/hotfix/20201027.075439
accepted/tizen/unified/20190905.232201
submit/tizen/20190828.061756
submit/tizen/20190829.043227
submit/tizen/20190829.094028
submit/tizen/20190830.023608
submit/tizen/20190830.034707
submit/tizen/20190905.064609
submit/tizen_5.5/20191031.000005
submit/tizen_5.5_mobile_hotfix/20201026.185105
tizen_5.5.m2_release
author
Wonki Kim
<wonki_.kim@samsung.com>
Thu, 22 Aug 2019 07:00:25 +0000
(16:00 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Thu, 22 Aug 2019 07:02:13 +0000
(16:02 +0900)
a size of reference common display is 7 inchces, and resolution is 1280x720.
scale factor is 1.8 for the display spec.
this patch set the factor explicitly
Change-Id: I58a8d41304bd3571c6abde08ee1ee0c21f9ab1e0
profile.d/efl_common.sh
patch
|
blob
|
history
diff --git
a/profile.d/efl_common.sh
b/profile.d/efl_common.sh
index
4de1b70
..
2df1c1e
100644
(file)
--- a/
profile.d/efl_common.sh
+++ b/
profile.d/efl_common.sh
@@
-22,3
+22,7
@@
export WAYLAND_DISPLAY="wayland-0"
## Ector
export ECTOR_BACKEND=default
+
+## SCALE
+## 1.8 for 7" 1280x720 Reference Display
+export ELM_SCALE=1.8